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:
parent
a71860ee9f
commit
67c9ae0b39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user