From 28cee001e4b69db11e434af283029db89c53cdd1 Mon Sep 17 00:00:00 2001 From: galal-hussein Date: Thu, 12 Apr 2018 00:20:37 +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 68468584..5ff88b93 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 - KubernetesDirPath string `yaml:"kubernetes_dir_path" json:"kubernetesDirPath,omitempty"` + PrefixPath string `yaml:"prefix_path" json:"prefix_path,omitempty"` } type PrivateRegistry struct {