mirror of
https://github.com/rancher/types.git
synced 2025-09-01 05:09:10 +00:00
Corrected json tag for AlwaysPullImages
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user