mirror of
https://github.com/rancher/types.git
synced 2025-09-25 12:21:24 +00:00
add RKE cluster addons
This commit is contained in:
@@ -2,6 +2,7 @@ package client
|
||||
|
||||
const (
|
||||
RancherKubernetesEngineConfigType = "rancherKubernetesEngineConfig"
|
||||
RancherKubernetesEngineConfigFieldAddons = "addons"
|
||||
RancherKubernetesEngineConfigFieldAuthentication = "authentication"
|
||||
RancherKubernetesEngineConfigFieldHosts = "hosts"
|
||||
RancherKubernetesEngineConfigFieldNetwork = "network"
|
||||
@@ -9,6 +10,7 @@ const (
|
||||
)
|
||||
|
||||
type RancherKubernetesEngineConfig struct {
|
||||
Addons string `json:"addons,omitempty"`
|
||||
Authentication AuthConfig `json:"authentication,omitempty"`
|
||||
Hosts []RKEConfigHost `json:"hosts,omitempty"`
|
||||
Network NetworkConfig `json:"network,omitempty"`
|
||||
|
Reference in New Issue
Block a user