1
0
mirror of https://github.com/rancher/types.git synced 2025-08-24 06:58:26 +00:00

Replace config dir with path prefix

This commit is contained in:
galal-hussein 2018-04-12 00:28:01 +02:00
parent 28cee001e4
commit a9b206bf5d

View File

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