diff --git a/vendor.conf b/vendor.conf index a7e89e6a..c6dc2ef8 100644 --- a/vendor.conf +++ b/vendor.conf @@ -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 diff --git a/vendor/github.com/rancher/types/apis/management.cattle.io/v3/rke_types.go b/vendor/github.com/rancher/types/apis/management.cattle.io/v3/rke_types.go index 68468584..0103952d 100644 --- a/vendor/github.com/rancher/types/apis/management.cattle.io/v3/rke_types.go +++ b/vendor/github.com/rancher/types/apis/management.cattle.io/v3/rke_types.go @@ -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 {