Documentation ¶
Index ¶
- func ExpectErr(err error, explain ...interface{})
- func ExpectHaveKeys(m interface{}, keys ...string)
- func ExpectNoError(err error, explain ...interface{})
- func GetObjectFromObjectList(objList interface{}, name string) client.Object
- func GetObjectList(objList interface{}) []client.Object
- func GetObjectMapFromObjectListByName(objList interface{}) map[string]client.Object
- func GetObjectsFromObjectListByLabels(objList interface{}, labels map[string]string) []client.Object
- func MapObjectsFromObjectListByLabel(objList interface{}, label string) map[string][]client.Object
- func WaitForObjectToDisappear(c client.Client, name, namespace string, poll, timeout time.Duration, ...) error
- func WaitForObjectsWithLabelsToDisappear(c client.Client, labels map[string]string, namespace string, ...) error
- type StopFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpectHaveKeys ¶
func ExpectHaveKeys(m interface{}, keys ...string)
func ExpectNoError ¶
func ExpectNoError(err error, explain ...interface{})
func GetObjectFromObjectList ¶
func GetObjectList ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.