Documentation ¶
Index ¶
Constants ¶
View Source
const ( // This controller is responsible for managing the lifecycle of KubeOne clusters within KKP. ControllerName = "kkp-kubeone-controller" JobNameLabel = "job-name" // ImportAction is the action to import kubeone cluster. ImportAction = "import" // UpgradeControlPlaneAction is the action to upgrade kubeone cluster. UpgradeControlPlaneAction = "upgrade" // MigrateContainerRuntimeAction is the action to migrate kubeone container-runtime. MigrateContainerRuntimeAction = "migrate" // KubeOneImportJob is the name of kubeone job performing import. KubeOneImportJob = "kubeone-import" // KubeOneUpgradeJob is the name of kubeone job performing upgrade. KubeOneUpgradeJob = "kubeone-upgrade" // Job back-off limit is set by default to 6. KubeOneJobBackOffLimit = 6 // KubeOneMigrateJob is the name of kubeone job performing container-runtime migration. KubeOneMigrateJob = "kubeone-migrate" // KubeOneImportConfigMap is the name of kubeone configmap which stores import action script. KubeOneImportConfigMap = "kubeone-import" // KubeOneUpgradeConfigMap is the name of kubeone configmap which stores upgrade action script. KubeOneUpgradeConfigMap = "kubeone-upgrade" // KubeOneMigrateConfigMap is the name of kubeone configmap which stores migrate action script. KubeOneMigrateConfigMap = "kubeone-migrate" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.