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:
parent
38d21262b9
commit
3067b3945c
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user