Versions in this module Expand all Collapse all v0 v0.5.2 Oct 30, 2024 v0.5.1 Mar 20, 2024 Changes in this version + const EndpointRegisterTimeout + const Poll + const RecommendedConfigPathEnvVar + var RunId = uuid.NewUUID() + func CreateKubeNamespace(baseName string, c kubernetes.Interface) (*corev1.Namespace, error) + func DeleteKubeNamespace(c kubernetes.Interface, namespace string) error + func ExpectNoError(err error, explain ...interface{}) + func Failf(format string, args ...interface{}) + func Logf(format string, args ...interface{}) + func RegisterCommonFlags() + func RegisterParseFlags() + func RemoveCleanupAction(p CleanupActionHandle) + func RunCleanupActions() + func ServiceCatalogDescribe(text string, body func()) bool + func Skipf(format string, args ...interface{}) + func WaitForEndpoint(c kubernetes.Interface, namespace, name string) error + func WaitForPodRunningInNamespace(c kubernetes.Interface, pod *corev1.Pod) error + type CleanupActionHandle *int + func AddCleanupAction(fn func()) CleanupActionHandle + type ClientConfigGetter func() (*rest.Config, error) + type Framework struct + BaseName string + KubeClientSet kubernetes.Interface + Namespace *corev1.Namespace + ServiceCatalogClientSet clientset.Interface + func NewDefaultFramework(baseName string) *Framework + func (f *Framework) AfterEach() + func (f *Framework) BeforeEach() + type TestContextType struct + BrokerImage string + KubeConfig string + KubeContext string + KubeHost string + ServiceCatalogConfig string + ServiceCatalogContext string + ServiceCatalogHost string + var TestContext TestContextType