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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user