mirror of
https://github.com/rancher/types.git
synced 2025-08-14 10:45:16 +00:00
Corrected json tag for AlwaysPullImages
This commit is contained in:
parent
5adbda7735
commit
c073d24484
@ -217,7 +217,7 @@ type KubeAPIService struct {
|
||||
// Enabled/Disable PodSecurityPolicy
|
||||
PodSecurityPolicy bool `yaml:"pod_security_policy" json:"podSecurityPolicy,omitempty"`
|
||||
// Enable/Disable AlwaysPullImages admissions plugin
|
||||
AlwaysPullImages bool `yaml:"always_pull_images" json:"always_pull_images,omitempty"`
|
||||
AlwaysPullImages bool `yaml:"always_pull_images" json:"alwaysPullImages,omitempty"`
|
||||
}
|
||||
|
||||
type KubeControllerService struct {
|
||||
|
Loading…
Reference in New Issue
Block a user