1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-06 17:30:20 +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

@@ -24,4 +24,4 @@ github.com/coreos/go-semver e214231b295a8ea9479f11b70b35d5acf3556d9
github.com/ugorji/go/codec ccfe18359b55b97855cee1d3f74e5efbda4869dc
github.com/rancher/norman ff60298f31f081b06d198815b4c178a578664f7d
github.com/rancher/types aa395f86d553756013766ca164fd01c91c645ac6
github.com/rancher/types 574e26d2fb850f15b9269a54cacb9467505d44c5

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 {