mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-09 01:35:16 -04:00
init: add cluster version to kubernetes components
This commit is contained in:
parent
4803edd4a0
commit
25c3a8a1f3
7 changed files with 22 additions and 26 deletions
|
@ -113,8 +113,8 @@ const (
|
|||
// AzureCVM is the name of the file indicating whether the cluster is expected to run on CVMs or not.
|
||||
AzureCVM = "azureCVM"
|
||||
|
||||
// K8sComponentsFieldName is the name of the of the key holding the configMap name that holds the components configuration.
|
||||
K8sComponentsFieldName = "components"
|
||||
// K8sVersionFieldName is the name of the of the key holding the wanted Kubernetes version.
|
||||
K8sVersionFieldName = "cluster-version"
|
||||
// ComponentsListKey is the name of the key holding the list of components in the components configMap.
|
||||
ComponentsListKey = "components"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue