Documentation
Index ¶
Constants ¶
Variables ¶
var ( // Base is a base addon containing Kubernetes clients Base = &base.Base{} )
Functions ¶
func DeprovisionGlobals ¶
DeprovisionGlobals deprovisions all of the global addons. This should be called by the test suite in a SynchronizedAfterSuite to ensure all global addons are cleaned up after a run.
func GlobalLogs ¶
func InitGlobals ¶
InitGlobals actually allocates the addon values that are defined above. We do this here so that we can access the suites config structure during the definition of global addons.
func ProvisionGlobals ¶
ProvisionGlobals provisions all of the global addons, including calling Setup. This should be called by the test suite entrypoint in a SynchronizedBeforeSuite block to ensure it is run once per suite.
func SetupGlobals ¶
SetupGlobals will call Setup on all of the global addons, but not provision. This should be called by the test suite entrypoint in a BeforeSuite block on all ginkgo nodes to ensure global instances are configured for each test runner.