1
0
mirror of https://github.com/rancher/types.git synced 2025-07-13 05:14:01 +00:00

marshal nodename

This commit is contained in:
Darren Shepherd 2018-02-14 20:39:14 -07:00
parent 2ec04d585e
commit 38d21262b9

View File

@ -85,7 +85,7 @@ type RKESystemImages struct {
type RKEConfigNode struct {
// Name of the host provisioned via docker machine
NodeName string `yaml:"-" json:"-" norman:"type=reference[node]"`
NodeName string `yaml:"-" json:"nodeName,omitempty" norman:"type=reference[node]"`
// 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