1
0
mirror of https://github.com/rancher/types.git synced 2025-06-28 22:46:49 +00:00

Add configurable addon retries

This commit is contained in:
moelsayed 2018-05-08 04:33:13 +02:00
parent 9f5225fa37
commit e387e13a5b

View File

@ -35,6 +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"`
}
type PrivateRegistry struct {