mirror of
https://github.com/rancher/types.git
synced 2025-09-12 13:03:45 +00:00
Replace config dir with path prefix
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user