Documentation ¶
Index ¶
Constants ¶
View Source
const ( CNIMetricsHelperChartDir = "/test/helm/charts/cni-metrics-helper" CNIMetricsHelperReleaseName = "cni-metrics-helper" CNIMetricHelperNamespace = "kube-system" TigeraOperatorReleaseName = "calico" TigeraOperatorHelmRepo = "https://docs.projectcalico.org/charts" TigeraOperatorHelmCharts = "projectcalico/tigera-operator" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallationManager ¶
type InstallationManager interface { InstallCNIMetricsHelper(image string, tag string) error UnInstallCNIMetricsHelper() error InstallTigeraOperator(version string) error UninstallTigeraOperator() error }
func NewDefaultInstallationManager ¶
func NewDefaultInstallationManager(manager helm.ReleaseManager) InstallationManager
Click to show internal directories.
Click to hide internal directories.