1
0
mirror of https://github.com/rancher/types.git synced 2025-07-12 21:07:59 +00:00

Update generated code

This commit is contained in:
Darren Shepherd 2018-02-14 21:10:05 -07:00
parent 38d21262b9
commit 3067b3945c

View File

@ -7,6 +7,7 @@ const (
RKEConfigNodeFieldHostnameOverride = "hostnameOverride"
RKEConfigNodeFieldInternalAddress = "internalAddress"
RKEConfigNodeFieldLabels = "labels"
RKEConfigNodeFieldNodeId = "nodeId"
RKEConfigNodeFieldRole = "role"
RKEConfigNodeFieldSSHKey = "sshKey"
RKEConfigNodeFieldSSHKeyPath = "sshKeyPath"
@ -19,6 +20,7 @@ type RKEConfigNode struct {
HostnameOverride string `json:"hostnameOverride,omitempty"`
InternalAddress string `json:"internalAddress,omitempty"`
Labels map[string]string `json:"labels,omitempty"`
NodeId string `json:"nodeId,omitempty"`
Role []string `json:"role,omitempty"`
SSHKey string `json:"sshKey,omitempty"`
SSHKeyPath string `json:"sshKeyPath,omitempty"`