1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 14:59:16 +00:00

Add strict docker version check option

This commit is contained in:
moelsayed
2017-12-15 00:08:29 +02:00
parent c737603e29
commit 3ce1be2d3b
2 changed files with 21 additions and 17 deletions

View File

@@ -17,6 +17,8 @@ type RancherKubernetesEngineConfig struct {
SSHKeyPath string `yaml:"ssh_key_path" json:"sshKeyPath,omitempty"`
// Authorization mode configuration used in the cluster
Authorization AuthzConfig `yaml:"authorization" json:"authorization,omitempty"`
// Enable/disable strict docker version checking
StrictDockerVersion bool `yaml:"strict_docker_version" json:"strictDockerVersion"`
}
type RKEConfigNode struct {