From e7646a69c12fafdf11c08b243214b802af014927 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Wed, 21 Feb 2018 12:57:37 +0100 Subject: [PATCH] vendor bump --- vendor.conf | 2 +- .../rancher/types/apis/management.cattle.io/v3/rke_types.go | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/vendor.conf b/vendor.conf index 266f0c94..dcc1b30b 100644 --- a/vendor.conf +++ b/vendor.conf @@ -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 diff --git a/vendor/github.com/rancher/types/apis/management.cattle.io/v3/rke_types.go b/vendor/github.com/rancher/types/apis/management.cattle.io/v3/rke_types.go index 5eccf503..9b9608a2 100644 --- a/vendor/github.com/rancher/types/apis/management.cattle.io/v3/rke_types.go +++ b/vendor/github.com/rancher/types/apis/management.cattle.io/v3/rke_types.go @@ -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)