mirror of
https://github.com/rancher/rke.git
synced 2025-09-03 07:54:14 +00:00
Add ssh key and path per host
This commit is contained in:
2
vendor/github.com/rancher/types/apis/cluster.cattle.io/v1/types.go
generated
vendored
2
vendor/github.com/rancher/types/apis/cluster.cattle.io/v1/types.go
generated
vendored
@@ -122,6 +122,8 @@ type RancherKubernetesEngineConfig struct {
|
||||
Addons string `yaml:"addons" json:"addons,omitempty"`
|
||||
// List of images used internally for proxy, cert downlaod and kubedns
|
||||
RKEImages map[string]string `yaml:"rke_images" json:"rke_images,omitempty"`
|
||||
// SSH Private Key Path
|
||||
SSHKeyPath string `yaml:"ssh_key_path" json:"sshKeyPath,omitempty"`
|
||||
}
|
||||
|
||||
type RKEConfigNode struct {
|
||||
|
Reference in New Issue
Block a user