mirror of
https://github.com/rancher/rke.git
synced 2025-09-05 08:50:13 +00:00
vendor bump
This commit is contained in:
@@ -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
|
||||
|
2
vendor/github.com/rancher/types/apis/management.cattle.io/v3/rke_types.go
generated
vendored
2
vendor/github.com/rancher/types/apis/management.cattle.io/v3/rke_types.go
generated
vendored
@@ -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)
|
||||
|
Reference in New Issue
Block a user