Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSizeExceeded = errors.New("results size exceeds configured limit")
ErrSizeExceeded indicates that the result exceeded its maximum allowed size
Functions ¶
func GetResultsFromSidecarLogs ¶
func GetResultsFromSidecarLogs(ctx context.Context, clientset kubernetes.Interface, namespace string, name string, container string, podPhase corev1.PodPhase) ([]v1beta1.PipelineResourceResult, error)
GetResultsFromSidecarLogs extracts results from the logs of the results sidecar
Types ¶
type SidecarLogResult ¶
SidecarLogResult holds fields for storing extracted results
Click to show internal directories.
Click to hide internal directories.