Documentation ¶
Overview ¶
Package resourcemanager provides utility functions for managing resources in the testing cluster.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyStepActionYAML ¶
ApplyStepActionYAML applies the Tekton StepAction YAML file to the kubernetes cluster
func CreateNamespace ¶ added in v0.0.3
CreateNamespace creates a namespace for testing in the kubernetes cluster
func DeleteNamespace ¶ added in v0.0.3
DeleteNamespace deletes the namespace and all resources in it
func WaitForTektonRunCompletion ¶
func WaitForTektonRunCompletion(t *testing.T, tektonClient *versioned.Clientset, tektonRun TektonRun, watchTimeout time.Duration, expectedCondition, namespace string)
WaitForTektonRunCompletion waits for the Tekton TaskRun or PipelineRun to complete with the expected condition within the timeout
Types ¶
Click to show internal directories.
Click to hide internal directories.