mirror of
https://github.com/rancher/types.git
synced 2025-08-28 08:40:31 +00:00
generated code
This commit is contained in:
parent
3525a976f9
commit
bea081ef78
@ -4,11 +4,13 @@ const (
|
||||
KubeAPIServiceType = "kubeAPIService"
|
||||
KubeAPIServiceFieldExtraArgs = "extraArgs"
|
||||
KubeAPIServiceFieldImage = "image"
|
||||
KubeAPIServiceFieldPodSecurityPolicy = "podSecurityPolicy"
|
||||
KubeAPIServiceFieldServiceClusterIPRange = "serviceClusterIpRange"
|
||||
)
|
||||
|
||||
type KubeAPIService struct {
|
||||
ExtraArgs map[string]string `json:"extraArgs,omitempty"`
|
||||
Image string `json:"image,omitempty"`
|
||||
PodSecurityPolicy *bool `json:"podSecurityPolicy,omitempty"`
|
||||
ServiceClusterIPRange string `json:"serviceClusterIpRange,omitempty"`
|
||||
}
|
||||
|
@ -5,7 +5,6 @@ const (
|
||||
RancherKubernetesEngineConfigFieldAddons = "addons"
|
||||
RancherKubernetesEngineConfigFieldAuthentication = "authentication"
|
||||
RancherKubernetesEngineConfigFieldAuthorization = "authorization"
|
||||
RancherKubernetesEngineConfigFieldDisablePSP = "disablePSP"
|
||||
RancherKubernetesEngineConfigFieldIgnoreDockerVersion = "ignoreDockerVersion"
|
||||
RancherKubernetesEngineConfigFieldNetwork = "network"
|
||||
RancherKubernetesEngineConfigFieldNodes = "nodes"
|
||||
@ -18,7 +17,6 @@ type RancherKubernetesEngineConfig struct {
|
||||
Addons string `json:"addons,omitempty"`
|
||||
Authentication *AuthnConfig `json:"authentication,omitempty"`
|
||||
Authorization *AuthzConfig `json:"authorization,omitempty"`
|
||||
DisablePSP *bool `json:"disablePSP,omitempty"`
|
||||
IgnoreDockerVersion *bool `json:"ignoreDockerVersion,omitempty"`
|
||||
Network *NetworkConfig `json:"network,omitempty"`
|
||||
Nodes []RKEConfigNode `json:"nodes,omitempty"`
|
||||
|
Loading…
Reference in New Issue
Block a user