Documentation ¶
Index ¶
- func Clean(operatorNamespace, namespace string, cs *testclient.ClientSet, ...) error
- func CleanPods(namespace string, cs *testclient.ClientSet) error
- func Create(namespace string, cs *testclient.ClientSet) error
- func DeleteAndWait(cs *testclient.ClientSet, namespace string, timeout time.Duration) error
- func Exists(namespace string, cs *testclient.ClientSet) bool
- func WaitForDeletion(cs *testclient.ClientSet, nsName string, timeout time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Clean ¶
func Clean(operatorNamespace, namespace string, cs *testclient.ClientSet, discoveryEnabled bool) error
Clean cleans all dangling objects from the given namespace.
func CleanPods ¶
func CleanPods(namespace string, cs *testclient.ClientSet) error
CleanPods deletes all pods in namespace
func Create ¶
func Create(namespace string, cs *testclient.ClientSet) error
Create creates a new namespace with the given name. If the namespace exists, it returns.
func DeleteAndWait ¶
DeleteAndWait deletes a namespace and waits until delete
func Exists ¶
func Exists(namespace string, cs *testclient.ClientSet) bool
Exists tells whether the given namespace exists
func WaitForDeletion ¶
WaitForDeletion waits until the namespace will be removed from the cluster
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.