# Packages
No description provided by the author
# Functions
CreateCRDs creates the CRDs.
InstallCRDs installs a collection of CRDs into a cluster by reading the crd yaml files from a directory.
WaitForCRDs waits for the CRDs to appear in discovery.
# Constants
Default binary path for test framework.
Default binary path for test framework.
# Structs
CRDInstallOptions are the options for installing CRDs.
Environment creates a Kubernetes test environment that will start / stop the Kubernetes control plane and install extension APIs.
# Type aliases
NewlineReporter is Reporter that Prints a newline after the default Reporter output so that the results are correctly parsed by test automation.