Documentation ¶
Index ¶
- func AssertAnnotationsMatch(expectedAnnotations, actualAnnotations map[string]string)
- func AssertForNoNewPipelineRunCreation(c *clients.Clients, namespace string)
- func AssertLabelsMatch(expectedLabels, actualLabels map[string]string)
- func AssertNumberOfPipelineruns(c *clients.Clients, namespace, numberOfPr, timeoutSeconds string)
- func AssertNumberOfTaskruns(c *clients.Clients, namespace, numberOfTr, timeoutSeconds string)
- func AssertPipelinesNotPresent(c *clients.Clients, namespace string)
- func AssertPipelinesPresent(c *clients.Clients, namespace string)
- func AssertStepActionNotPresent(c *clients.Clients, namespace string, stepActionName string)
- func AssertStepActionPresent(c *clients.Clients, namespace string, stepActionName string)
- func AssertTaskNotPresent(c *clients.Clients, namespace string, taskName string)
- func AssertTaskPresent(c *clients.Clients, namespace string, taskName string)
- func Cast2pipelinerun(obj runtime.Object) (*v1.PipelineRun, error)
- func GetLatestPipelinerun(c *clients.Clients, namespace string) (string, error)
- func GetPodForTaskRun(c *clients.Clients, namespace string, tr *v1.TaskRun) *corev1.Pod
- func ValidatePipelineRun(c *clients.Clients, prname, status, labelCheck, namespace string)
- func ValidateTaskRun(c *clients.Clients, trname, status, namespace string)
- func ValidateTaskRunLabelPropogation(c *clients.Clients, trname, namespace string)
- func WatchForPipelineRun(c *clients.Clients, namespace string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertAnnotationsMatch ¶
func AssertLabelsMatch ¶
func AssertNumberOfTaskruns ¶
func AssertPipelinesPresent ¶
func AssertStepActionPresent ¶
func AssertTaskNotPresent ¶
func AssertTaskPresent ¶
func Cast2pipelinerun ¶
func Cast2pipelinerun(obj runtime.Object) (*v1.PipelineRun, error)
func GetLatestPipelinerun ¶
func GetPodForTaskRun ¶
func ValidatePipelineRun ¶
func ValidateTaskRun ¶
func WatchForPipelineRun ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.