1
0
mirror of https://github.com/rancher/types.git synced 2025-08-30 19:32:18 +00:00

Generated changes for cluster name

This commit is contained in:
David Lewis 2018-03-20 21:07:11 -07:00 committed by Darren Shepherd
parent 2509276402
commit 05f0da1fe5

View File

@ -6,6 +6,7 @@ const (
RancherKubernetesEngineConfigFieldAddonsInclude = "addonsInclude"
RancherKubernetesEngineConfigFieldAuthentication = "authentication"
RancherKubernetesEngineConfigFieldAuthorization = "authorization"
RancherKubernetesEngineConfigFieldClusterName = "clusterName"
RancherKubernetesEngineConfigFieldIgnoreDockerVersion = "ignoreDockerVersion"
RancherKubernetesEngineConfigFieldIngress = "ingress"
RancherKubernetesEngineConfigFieldNetwork = "network"
@ -22,6 +23,7 @@ type RancherKubernetesEngineConfig struct {
AddonsInclude []string `json:"addonsInclude,omitempty" yaml:"addonsInclude,omitempty"`
Authentication *AuthnConfig `json:"authentication,omitempty" yaml:"authentication,omitempty"`
Authorization *AuthzConfig `json:"authorization,omitempty" yaml:"authorization,omitempty"`
ClusterName string `json:"clusterName,omitempty" yaml:"clusterName,omitempty"`
IgnoreDockerVersion bool `json:"ignoreDockerVersion,omitempty" yaml:"ignoreDockerVersion,omitempty"`
Ingress *IngressConfig `json:"ingress,omitempty" yaml:"ingress,omitempty"`
Network *NetworkConfig `json:"network,omitempty" yaml:"network,omitempty"`