# Functions
AddCleanupAction installs a function that will be called in the event of the whole test being terminated.
CertManagerDescribe is a wrapper function for ginkgo describe.
No description provided by the author
No description provided by the author
NewDefaultFramework makes a new framework for you, similar to NewFramework.
NewFramework makes a new framework and sets up a BeforeEach/AfterEach for you (you can write additional before/after each functions).
TODO: move this function into a different package.
RemoveCleanupAction removes a function that was installed by AddCleanupAction.
RunCleanupActions runs all functions installed by AddCleanupAction.
No description provided by the author
# Constants
How often to poll for conditions.
# Variables
DefaultConfig contains the default shared config the is likely parsed from command line arguments.
TODO: this really should be done somewhere in cert-manager proper.