1
0
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:
Alena Prokharchyk 2019-02-12 16:35:04 -08:00
parent 5adbda7735
commit c073d24484

View File

@ -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 {