Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultWaitTimeout = time.Minute * 2
DefaultWaitTimeout is the default timeout for waiting for resources to be created/ready/deleted
View Source
const FieldManager = "blueprint-e2e-tests"
FieldManager is the server-side apply field manager used when applying manifests.
Variables ¶
This section is empty.
Functions ¶
func ApplyCleanupBlueprint ¶
ApplyCleanupBlueprint applies a blueprint with no addons to the cluster This is used to clean up the cluster after the tests
func AssessCertificate ¶
func AssessCertificate(d time.Duration, cert *certmanager.Certificate, desiredSpecs certmanager.CertificateSpec) features.Func
Types ¶
type Environment ¶
type Environment struct { env.Environment // contains filtered or unexported fields }
func NewEnvironmentFromFlags ¶
func NewEnvironmentFromFlags() Environment
NewEnvironmentFromFlags creates a new e2e test configuration, setting up the flags, but not parsing them yet, which is left to the caller to do.
func (*Environment) GetOperatorImage ¶
func (e *Environment) GetOperatorImage() string
func (*Environment) SetEnvironment ¶
func (e *Environment) SetEnvironment(env env.Environment)
SetEnvironment sets the environment to be used by the e2e test configuration.
Click to show internal directories.
Click to hide internal directories.