# Functions

GetJobLabels returns the labels to apply to a new job issued from this pipeline.

# Constants

JobFailed means the pipeline completed with an error.
JobFinished means the pipeline completed without error.
JobInProgress means the pipeline is currently running.
JobPending means the pipeline is waiting to be started.
PipelineSplitTransform represents a splittransform pipeline.
PipelineTransform represents a transform pipeline.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

Job is the Schema for the jobs API.
JobList contains a list of Job.
JobSpec defines the desired state of Job.
JobStatus defines the observed state of Job.
SplitTransform is the Schema for the splittransforms API +kubebuilder:resource:path="splittransforms",scope=Namespaced.
SplitTransformList contains a list of SplitTransform.
SplitTransformSpec defines the desired state of SplitTransform.
SplitTransformStatus defines the observed state of SplitTransform.
Transform is the Schema for the transforms API.
TransformList contains a list of Transform.
TransformSpec defines the desired state of Transform.
TransformStatus defines the observed state of Transform.

# Type aliases

JobState represents the state of a pipeline job.