1
0
mirror of https://github.com/rancher/types.git synced 2025-09-18 16:10:58 +00:00

Machine name to RKE spec

This commit is contained in:
Alena Prokharchyk
2017-12-13 15:49:18 -08:00
parent 1cdf0a5101
commit 064566ed60
2 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ type RancherKubernetesEngineConfig struct {
}
type RKEConfigNode struct {
// Name of the host provisioned via docker machine
MachineName string `yaml:"machine_name" json:"machineName, omitempty"`
// IP or FQDN that is fully resolvable and used for SSH communication
Address string `yaml:"address" json:"address,omitempty"`
// Optional - Internal address that will be used for components communication