Versions in this module Expand all Collapse all v0 v0.1.0 Oct 14, 2019 Changes in this version + func CollectPodLogsWithLabel(c kubernetes.Interface, namespace, LabelSelector string) (string, error) + func WaitFor(waitFunc wait.ConditionFunc) error + type Clients struct + Kube *fakekubeclientset.Clientset + Pipeline *fakepipelineclientset.Clientset + Triggers *faketriggersclientset.Clientset + func SeedTestResources(t *testing.T, ctx context.Context, r TestResources) Clients + type TestAssets struct + Clients Clients + Controller *controller.Impl + type TestResources struct + Deployments []*appsv1.Deployment + EventListeners []*v1alpha1.EventListener + Namespaces []*corev1.Namespace + Services []*corev1.Service + func GetTestResourcesFromClients(c Clients) (*TestResources, error)