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:
parent
24107823fb
commit
34d6b3bb38
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user