1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-05 17:00:20 +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

@@ -24,4 +24,4 @@ github.com/coreos/go-semver e214231b295a8ea9479f11b70b35d5acf3556d9
github.com/ugorji/go/codec ccfe18359b55b97855cee1d3f74e5efbda4869dc
github.com/rancher/norman 151aa66e3e99de7e0d195e2d5ca96b1f95544555
github.com/rancher/types ee7eede0cf154f4f0ae9aca138e82a8ce24797b8
github.com/rancher/types 70d61f81e1ec0c9df98fff3098629d2d4ed17cb6

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)