Versions in this module Expand all Collapse all v0 v0.46.0 Aug 5, 2026 Changes in this version + const API + func CreateTektonPipelineController(dynamic dynamic.Interface, version string) error + func DynamicClient(objects ...runtime.Object) *fake.FakeDynamicClient + func FakeClientSet(tekton versioned.Interface, dynamic dynamic.Interface, namespace string) kube.ClientSet + func GetConfigMapData(name string, version string) *unstructured.Unstructured + func GetDeploymentData(name, version string) *unstructured.Unstructured + func NewCLI(hubType string) app.CLI + func SeedTestData(t *testing.T, d pipelinetest.Data) (pipelinetest.Clients, pipelinetest.Informers) + func SeedV1beta1TestData(t *testing.T, d Data) (Clients, Informers) + type Clients struct + Kube *fakekubeclientset.Clientset + Pipeline *fakepipelineclientset.Clientset + type Data struct + Pipelines []*v1beta1.Pipeline + Tasks []*v1beta1.Task + type Informers struct + Pipeline informersv1beta1.PipelineInformer + Task informersv1beta1.TaskInformer