Documentation ¶
Index ¶
Constants ¶
View Source
const ( LabelInstallOrUpgradeJob string = "kloudlite.io/chart-install-or-upgrade-job" LabelResourceGeneration string = "kloudlite.io/resource-generation" LabelUninstallJob string = "kloudlite.io/chart-uninstall-job" LabelHelmChartName string = "kloudlite.io/helm-chart.name" )
View Source
const ( ClusterPrerequisitesReady string = "cluster-prerequisites-ready" HelmJobRBACReady string = "helm-job-rbac-ready" HelmInstallJobAppliedAndCompleted string = "helm-install-job-applied-and-completed" HelmUninstallJobAppliedAndCompleted string = "helm-uninstall-job-applied-and-completed" DefaultsPatched string = "defaults-patched" KeyMsvcOutput string = "msvc-output" AnnotationCurrentStorageSize string = "kloudlite.io/msvc.storage-size" )
Variables ¶
View Source
var ApplyCheckList = []rApi.CheckMeta{ {Name: DefaultsPatched, Title: "Defaults Patched", Debug: true}, {Name: HelmJobRBACReady, Title: "Helm Lifecycle RBAC Ready"}, {Name: HelmInstallJobAppliedAndCompleted, Title: "Helm Install Lifecycle Applied and Completed"}, }
View Source
var DeleteCheckList = []rApi.CheckMeta{ {Name: DefaultsPatched, Title: "Defaults Patched", Debug: true}, {Name: HelmUninstallJobAppliedAndCompleted, Title: "Helm Uninstall Lifecycle Applied And Completed"}, }
DefaultsPatched string = "defaults-patched"
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.