# Packages
No description provided by the author
# 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.
IsOpenshift checks if we are on OpenShift platform.
NewFramework calls NewFramework and handles errors by calling Fail.
NewKubernetesReporter creates a new instance of the reporter.
# Constants
HonorWaitForFirstConsumer - if enabled will not schedule worker pods on a storage with WaitForFirstConsumer binding mode.
NsPrefixLabel provides a wasp prefix label to identify the test namespace.
PrometheusLabelKey provides the label to indicate prometheus metrics are available in the pods.
PrometheusLabelValue provides the label value which shouldn't be empty to avoid a prometheus WIP issue.
# Variables
run-time flags.
# Structs
Clients is the struct containing the client-go kubernetes clients.
Config provides some basic test config options.
Framework supports common operations used by functional/e2e tests.
KubernetesReporter is the struct that holds the report info.