1
0
mirror of https://github.com/rancher/types.git synced 2025-06-27 14:06:49 +00:00

json tags correction

This commit is contained in:
Alena Prokharchyk 2017-11-14 16:50:17 -08:00
parent a71860ee9f
commit 67c9ae0b39

View File

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