1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-03 07:54:14 +00:00

vendor bump

This commit is contained in:
Sebastiaan van Steenis
2018-02-21 12:57:37 +01:00
parent 56da1fe849
commit e7646a69c1
2 changed files with 3 additions and 1 deletions

View File

@@ -92,6 +92,8 @@ type RKEConfigNode struct {
NodeName string `yaml:"nodeName,omitempty" 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"`
// Port used for SSH communication
Port string `yaml:"port" json:"port,omitempty"`
// Optional - Internal address that will be used for components communication
InternalAddress string `yaml:"internal_address" json:"internalAddress,omitempty"`
// Node role in kubernetes cluster (controlplane, worker, or etcd)