# Functions
CreateCluster returns an env.Func that is used to create an E2E provider cluster that is then injected in the context using the name as a key.
CreateClusterWithConfig returns an env.Func that is used to create a e2e provider cluster that is then injected in the context using the name as a key.
CreateClusterWithOpts returns an env.Func that is used to create an E2E provider cluster that is then injected in the context using the name as a key.
Deprecated: This handler has been deprecated in favor of CreateCluster which can now accept support.ClusterProvider type as input in order to setup the cluster using right providers.
Deprecated: This handler has been deprecated in favor of CreateClusterWithConfig which can now accept support.ClusterProvider type as input in order to setup the cluster using right providers.
CreateNamespace provides an Environment.Func that creates a new namespace API object and stores it the context using its name as key.
DeleteNamespace provides an Environment.Func that deletes the named namespace.
DestroyCluster returns an EnvFunc that retrieves a previously saved e2e provider Cluster in the context (using the name), then deletes it.
Deprecated: This handler has been deprecated in favor of DestroyCluster.
ExportClusterLogs returns an EnvFunc that retrieves a previously saved e2e provider Cluster in the context (using the name), and then export cluster logs in the provided destination.
Deprecated: This handler has been deprecated in favor of ExportClusterLogs.
GetClusterFromContext helps extract the E2EClusterProvider object from the context.
Deprecated: This handler has been deprecated in favor of GetClusterFromContext.
LoadImageArchiveToCluster returns an EnvFunc that retrieves a previously saved e2e provider Cluster in the context (using the name), and then loads a container image TAR archive from the host into the cluster.
LoadImageToCluster returns an EnvFunc that retrieves a previously saved e2e provider Cluster in the context (using the name), and then loads a container image from the host into the cluster.
PerformNodeOperation returns an EnvFunc that can be used to perform some node lifecycle operations.
SetupCRDs is provided as a helper env.Func handler that can be used to setup the CRDs that are required to process your controller code for testing.
TeardownCRDs is provided as a handler function that can be hooked into your test's teardown sequence to make sure that you can cleanup the CRDs that were setup as part of the SetupCRDs hook.
WithAnnotations provides an option to set custom annotations on the namespace.
WithLabels provides an option to set custom labels on the namespace.
# Variables
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author