# Functions
CloneNameNamespace returns an empty client object of the same type with the same and namespace.
CreateObjs creates Objects using the provided kube client and waits until its cache has been updated with those objects.
NewAPIExpecter constructs a new APIExpecter.
RunWithEnvironment runs a suite of tests with an envtest that is shared across all tests We use testing.M as the input to avoid having this called directly from a test This ensures the envtest setup is always run from a TestMain.
UpdateStatusAndWait updates an objects status subresource and waits until the cache refreshes and reflects the new status.
No description provided by the author
# Structs
APIExpecter is a helper to define eventual expectations over API resources in tests.
No description provided by the author
# Type aliases
No description provided by the author