From a9b206bf5d80167b6c8adab36fcedfe16202c3e6 Mon Sep 17 00:00:00 2001 From: galal-hussein Date: Thu, 12 Apr 2018 00:28:01 +0200 Subject: [PATCH] Replace config dir with path prefix --- 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 5ff88b93..0103952d 100644 --- a/apis/management.cattle.io/v3/rke_types.go +++ b/apis/management.cattle.io/v3/rke_types.go @@ -34,7 +34,7 @@ type RancherKubernetesEngineConfig struct { // Cloud Provider options CloudProvider CloudProvider `yaml:"cloud_provider" json:"cloudProvider,omitempty"` // kubernetes directory path - PrefixPath string `yaml:"prefix_path" json:"prefix_path,omitempty"` + PrefixPath string `yaml:"prefix_path" json:"prefixPath,omitempty"` } type PrivateRegistry struct {