1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-07 18:12:06 +00:00

vendor update

This commit is contained in:
moelsayed
2018-05-09 23:49:36 +02:00
parent 9addf796a2
commit f273174df5
2 changed files with 3 additions and 3 deletions

View File

@@ -25,4 +25,4 @@ github.com/ugorji/go/codec ccfe18359b55b97855cee1d3f74e5efbda4869d
github.com/Microsoft/go-winio ab35fc04b6365e8fcb18e6e9e41ea4a02b10b175
github.com/rancher/norman ff60298f31f081b06d198815b4c178a578664f7d
github.com/rancher/types a1ddf487a47ebd7b66039361f11ebfc93acfad69
github.com/rancher/types 79f22d2e4d4d649ba9ad9ba4da624c60872b4f3e

View File

@@ -35,8 +35,8 @@ type RancherKubernetesEngineConfig struct {
CloudProvider CloudProvider `yaml:"cloud_provider" json:"cloudProvider,omitempty"`
// kubernetes directory path
PrefixPath string `yaml:"prefix_path" json:"prefixPath,omitempty"`
// Number of status check retries for addon deployment jobs
AddonJobRetries int `yaml:"addon_job_retries" json:"addonJobRetries,omitempty" norman:"default=5"`
// Timeout in seconds for status check on addon deployment jobs
AddonJobTimeout int `yaml:"addon_job_timeout" json:"addonJobTimeout,omitempty" norman:"default=30"`
// Bastion/Jump Host configuration
BastionHost BastionHost `yaml:"bastion_host" json:"bastionHost,omitempty"`
}