# Functions
AddHelmRepo adds a repo to helm e.g.
CreateMonitoredNamespace creates a namespace with the monitored label.
CreateMonitoredNamespaceFromExistingRole creates a namespace with the monitored label.
CreateNamespace creates the operator namespace and returns the generated single namespace name.
GetChart gets the helm chart into the specified directory e.g.
InstallChart installs the helm chart into the operator namespace.
TearDownAll calls all passed in tear down functions in order.
UpgradeChart upgrades the helm chart into the operator namespace.
# Type aliases
TearDownFunc tears down the resource.