1
0
mirror of https://github.com/rancher/types.git synced 2025-08-28 08:40:31 +00:00

generated code

This commit is contained in:
moelsayed 2017-12-19 20:51:01 +02:00
parent 3525a976f9
commit bea081ef78
2 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,13 @@ const (
KubeAPIServiceType = "kubeAPIService"
KubeAPIServiceFieldExtraArgs = "extraArgs"
KubeAPIServiceFieldImage = "image"
KubeAPIServiceFieldPodSecurityPolicy = "podSecurityPolicy"
KubeAPIServiceFieldServiceClusterIPRange = "serviceClusterIpRange"
)
type KubeAPIService struct {
ExtraArgs map[string]string `json:"extraArgs,omitempty"`
Image string `json:"image,omitempty"`
PodSecurityPolicy *bool `json:"podSecurityPolicy,omitempty"`
ServiceClusterIPRange string `json:"serviceClusterIpRange,omitempty"`
}

View File

@ -5,7 +5,6 @@ const (
RancherKubernetesEngineConfigFieldAddons = "addons"
RancherKubernetesEngineConfigFieldAuthentication = "authentication"
RancherKubernetesEngineConfigFieldAuthorization = "authorization"
RancherKubernetesEngineConfigFieldDisablePSP = "disablePSP"
RancherKubernetesEngineConfigFieldIgnoreDockerVersion = "ignoreDockerVersion"
RancherKubernetesEngineConfigFieldNetwork = "network"
RancherKubernetesEngineConfigFieldNodes = "nodes"
@ -18,7 +17,6 @@ type RancherKubernetesEngineConfig struct {
Addons string `json:"addons,omitempty"`
Authentication *AuthnConfig `json:"authentication,omitempty"`
Authorization *AuthzConfig `json:"authorization,omitempty"`
DisablePSP *bool `json:"disablePSP,omitempty"`
IgnoreDockerVersion *bool `json:"ignoreDockerVersion,omitempty"`
Network *NetworkConfig `json:"network,omitempty"`
Nodes []RKEConfigNode `json:"nodes,omitempty"`