1
0
mirror of https://github.com/rancher/types.git synced 2025-07-14 05:34:02 +00:00

generated code

This commit is contained in:
moelsayed 2017-12-18 19:39:18 +02:00 committed by Darren Shepherd
parent 34d6b3bb38
commit 8bc58a7d3d

View File

@ -5,6 +5,7 @@ const (
RancherKubernetesEngineConfigFieldAddons = "addons"
RancherKubernetesEngineConfigFieldAuthentication = "authentication"
RancherKubernetesEngineConfigFieldAuthorization = "authorization"
RancherKubernetesEngineConfigFieldDisablePSP = "disablePSP"
RancherKubernetesEngineConfigFieldIgnoreDockerVersion = "ignoreDockerVersion"
RancherKubernetesEngineConfigFieldNetwork = "network"
RancherKubernetesEngineConfigFieldNodes = "nodes"
@ -17,6 +18,7 @@ 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"`