# Functions
CreateGatekeeperNamespace bootstraps the gatekeeper-system namespace for use in tests.
CreateThenCleanup creates obj in Client, and then registers obj to be deleted at the end of the test.
DeleteObject deletes obj from c.
DeleteObjectAndConfirm returns a callback which deletes obj from the passed Client.
NewLogger creates a logger specifically for t which logs directly to the test.
No description provided by the author
Setenv sets os environment variable key to value.
No description provided by the author
SetupManager sets up a controller-runtime manager with registered watch manager.
SetupTestReconcile returns a reconcile.Reconcile implementation that delegates to inner and writes the request to requests after Reconcile is finished.
No description provided by the author
StartManager starts mgr.
# Variables
ConstantRetry makes 3,000 attempts at a rate of 100 per second.