From c073d24484b5a9095c3947524f6e5bd57dcdfd3c Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Tue, 12 Feb 2019 16:35:04 -0800 Subject: [PATCH] Corrected json tag for AlwaysPullImages --- apis/management.cattle.io/v3/rke_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/management.cattle.io/v3/rke_types.go b/apis/management.cattle.io/v3/rke_types.go index ec281735..37fb32c6 100644 --- a/apis/management.cattle.io/v3/rke_types.go +++ b/apis/management.cattle.io/v3/rke_types.go @@ -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 {