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

generated code

This commit is contained in:
moelsayed 2018-05-08 19:16:11 +02:00
parent e387e13a5b
commit a30f6d6cd1

View File

@ -2,6 +2,7 @@ package client
const (
RancherKubernetesEngineConfigType = "rancherKubernetesEngineConfig"
RancherKubernetesEngineConfigFieldAddonJobRetries = "addonJobRetries"
RancherKubernetesEngineConfigFieldAddons = "addons"
RancherKubernetesEngineConfigFieldAddonsInclude = "addonsInclude"
RancherKubernetesEngineConfigFieldAuthentication = "authentication"
@ -21,6 +22,7 @@ const (
)
type RancherKubernetesEngineConfig struct {
AddonJobRetries int64 `json:"addonJobRetries,omitempty" yaml:"addonJobRetries,omitempty"`
Addons string `json:"addons,omitempty" yaml:"addons,omitempty"`
AddonsInclude []string `json:"addonsInclude,omitempty" yaml:"addonsInclude,omitempty"`
Authentication *AuthnConfig `json:"authentication,omitempty" yaml:"authentication,omitempty"`