# Functions

DependencyModuleVersion returns the version of the dependency module based on the project's go.mod file.
DependencyModuleVersionGit returns the version of the dependency module based on the project's go.mod file and returns it in git compatible format, instead of go.mod one.
DeployControllerManagerForCluster deploys all the base CRDs needed for the controller manager to function, and also runs a copy of the controller manager on a provided test cluster.
No description provided by the author
No description provided by the author
GetAdmissionWebhookListenHost returns the host IP address depends on environment where the test is running.
PrepareClusterForRunningControllerManager prepares the provided cluster for running the controller manager.
RandomName creates a unique name prepended with a predefined prefix.
SetupLoggers sets up the loggers for the controller manager.

# Constants

No description provided by the author