From 67c9ae0b399557f77db101bc8ccd2f34b3a9c92e Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Tue, 14 Nov 2017 16:50:17 -0800 Subject: [PATCH] json tags correction --- apis/cluster.cattle.io/v1/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/cluster.cattle.io/v1/types.go b/apis/cluster.cattle.io/v1/types.go index fadd1737..b8b9eb00 100644 --- a/apis/cluster.cattle.io/v1/types.go +++ b/apis/cluster.cattle.io/v1/types.go @@ -135,9 +135,9 @@ type RKEConfigServices struct { // Etcd Service Etcd ETCDService `yaml:"etcd" json:"etcd,omitempty"` // KubeAPI Service - KubeAPI KubeAPIService `yaml:"kube-api" json:"kube-api,omitempty"` + KubeAPI KubeAPIService `yaml:"kube-api" json:"kubeApi,omitempty"` // KubeController Service - KubeController KubeControllerService `yaml:"kube-controller" json:"kube-controller,omitempty"` + KubeController KubeControllerService `yaml:"kube-controller" json:"kubeController,omitempty"` // Scheduler Service Scheduler SchedulerService `yaml:"scheduler" json:"scheduler,omitempty"` // Kubelet Service