Documentation ¶
Index ¶
- func AssertForItems[T any](items []T, fn func(g gomega.Gomega, t T))
- func FilterOutE2ETestObjects[T metav1.Object](objs []T) (ret []T)
- func NameList[T metav1.Object](objs []T) (names []string)
- func PollUntilForItems[T any](ctx context.Context, items []T, condFn func(T) (bool, error), ...) ([]T, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertForItems ¶
Runs fn for each item in items and fails the test if any of the fn calls fail.
func FilterOutE2ETestObjects ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.