1
0
mirror of https://github.com/rancher/types.git synced 2025-08-30 19:23:06 +00:00

add disable_psp

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

View File

@ -19,6 +19,8 @@ type RancherKubernetesEngineConfig struct {
Authorization AuthzConfig `yaml:"authorization" json:"authorization,omitempty"`
// Enable/disable strict docker version checking
IgnoreDockerVersion bool `yaml:"ignore_docker_version" json:"ignoreDockerVersion"`
// Enable/disable Pod Security Policy
DisablePSP bool `yaml:"disable_psp" json:"disablePSP,omitempty"`
}
type RKEConfigNode struct {