1
0
mirror of https://github.com/rancher/types.git synced 2025-07-31 04:49:37 +00:00

Change ignore docker version to enforce

This commit is contained in:
galal-hussein 2018-01-08 21:35:08 +02:00
parent 35420b5667
commit 7a8c1203b0

View File

@ -18,7 +18,7 @@ type RancherKubernetesEngineConfig struct {
// Authorization mode configuration used in the cluster
Authorization AuthzConfig `yaml:"authorization" json:"authorization,omitempty"`
// Enable/disable strict docker version checking
IgnoreDockerVersion bool `yaml:"ignore_docker_version" json:"ignoreDockerVersion"`
EnforceDockerVersion bool `yaml:"enforce_docker_version" json:"enforceDockerVersion"`
}
type RKEConfigNode struct {