1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-04 08:24:28 +00:00

update types

This commit is contained in:
galal-hussein
2018-04-12 00:54:54 +02:00
parent 825bbbdf71
commit 0b7ec63fb0
2 changed files with 2 additions and 2 deletions

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:"prefixPath,omitempty"`
}
type PrivateRegistry struct {