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

Revert back to IgnoreDockerVersion

This commit is contained in:
galal-hussein
2018-01-22 20:49:47 +02:00
parent 810f1857d4
commit 524fe0feae
2 changed files with 20 additions and 20 deletions

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
EnforceDockerVersion bool `yaml:"enforce_docker_version" json:"enforceDockerVersion"`
IgnoreDockerVersion bool `yaml:"ignore_docker_version" json:"ignoreDockerVersion"`
}
type RKEConfigNode struct {