mirror of
https://github.com/rancher/types.git
synced 2025-08-31 21:00:16 +00:00
Add cluster level ssh key path
This commit is contained in:
@@ -7,6 +7,7 @@ const (
|
||||
RancherKubernetesEngineConfigFieldNetwork = "network"
|
||||
RancherKubernetesEngineConfigFieldNodes = "nodes"
|
||||
RancherKubernetesEngineConfigFieldRKEImages = "rke_images"
|
||||
RancherKubernetesEngineConfigFieldSSHKeyPath = "sshKeyPath"
|
||||
RancherKubernetesEngineConfigFieldServices = "services"
|
||||
)
|
||||
|
||||
@@ -16,5 +17,6 @@ type RancherKubernetesEngineConfig struct {
|
||||
Network *NetworkConfig `json:"network,omitempty"`
|
||||
Nodes []RKEConfigNode `json:"nodes,omitempty"`
|
||||
RKEImages map[string]string `json:"rke_images,omitempty"`
|
||||
SSHKeyPath string `json:"sshKeyPath,omitempty"`
|
||||
Services *RKEConfigServices `json:"services,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user