Versions in this module Expand all Collapse all v0 v0.0.2 Jul 15, 2024 v0.0.1 Jul 15, 2024 Changes in this version + func ApplyStepActionYAML(stepActionFilePath, namespace string) error + func CreateBundle(stepAction string, id string) error + func CreateNamespace(namespace string) error + func DeleteBundle(bundlePath string) error + func DeleteNamespace(namespace string) error + func WaitForTektonRunCompletion(t *testing.T, tektonClient *versioned.Clientset, tektonRun TektonRun, ...) + type TektonRun struct + Kind string + Name string + func ApplyTestYAML(t *testing.T, testFilePath, namespace string) TektonRun