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:
parent
28cee001e4
commit
a9b206bf5d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user