1
0
mirror of https://github.com/rancher/types.git synced 2025-07-31 20:55:00 +00:00

Replace config dir with path prefix

This commit is contained in:
galal-hussein 2018-04-12 00:20:37 +02:00
parent aa395f86d5
commit 28cee001e4

View File

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