Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmptyStepList = errors.New("step list is empty") ErrSecretReferenceNotAllowed = errors.New("references to secrets are not allowed") ErrRadixVolumeNameNotAllowed = errors.New("volume name starting with radix are not allowed") ErrHostPathNotAllowed = errors.New("HostPath is not allowed") ErrIllegalTaskAnnotation = errors.New("annotation is not allowed") ErrIllegalTaskLabel = errors.New("label is not allowed") ErrInvalidTaskLabelValue = errors.New("label value is not allowed") ErrSkipStepNotFound = errors.New("skip step is not found in task") )
Functions ¶
func ValidatePipeline ¶
func ValidatePipeline(pipeline *pipelinev1.Pipeline) error
ValidatePipeline Validate Pipeline
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.