# Functions

DeleteNS provides a function to delete the specified namespace from the test cluster.
GetKubeClientFromRESTConfig provides a function to get a K8s client using hte REST config.
NewFramework makes a new framework and sets up the global BeforeEach/AfterEach's.
NewFrameworkOrDie calls NewFramework and handles errors by calling Fail.
VerifyPVCIsEmpty verifies a passed in PVC is empty, returns true if the PVC is empty, false if it is not.

# Constants

NsPrefixLabel provides a cdi prefix label to identify the test namespace.

# Structs

Config provides some basic test config options.
ExecOptions passed to ExecWithOptions.
Framework supports common operations used by functional/e2e tests.