# Functions

AddCleanupAction installs a function that will be called in the event of the whole test being terminated.
CreateIngressTLSSecret creates a secret containing TLS certificates for the given Ingress.
CreateKubeNamespace creates a new namespace in the cluster.
DeleteKubeNamespace deletes a namespace and all the objects inside.
No description provided by the author
No description provided by the author
IngressNginxDescribe wrapper function for ginkgo describe.
No description provided by the author
No description provided by the author
NewDefaultFramework makes a new framework and sets up a BeforeEach/AfterEach for you (you can write additional before/after each functions).
NewInt32 converts int32 to a pointer.
NewInt64 converts int64 to a pointer.
Register flags common to all e2e test suites.
No description provided by the author
RemoveCleanupAction removes a function that was installed by AddCleanupAction.
No description provided by the author
RunCleanupActions runs all functions installed by AddCleanupAction.
No description provided by the author
WaitForFileInFS waits a default amount of time for the specified file is present in the filesystem.
WaitForIngressInNamespace waits until a particular ingress object exists namespace.
WaitForKubeNamespaceNotExist waits until a namespaces is not present in the cluster.
WaitForNoIngressInNamespace waits until there is no ingress object in a particular namespace.
WaitForNoPodsInNamespace waits until there are no pods running in a namespace.
WaitForPodRunningInNamespace waits a default amount of time (PodStartTimeout) for the specified pod to become running.
WaitForSecretInNamespace waits a default amount of time for the specified secret is present in a particular namespace.

# Constants

These are valid test request schemes.
These are valid test request schemes.
No description provided by the author
No description provided by the author
Poll how often to poll for conditions.
No description provided by the author

# Variables

RunID unique identifier of the e2e run.
No description provided by the author

# Structs

Framework supports common operations used by e2e tests; it will keep a client & a namespace for you.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author