1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 21:00:16 +00:00

Generated code

This commit is contained in:
Sebastiaan van Steenis
2018-01-20 16:31:15 +01:00
committed by Darren Shepherd
parent 5435fe5f6c
commit 70d61f81e1

View File

@@ -8,6 +8,7 @@ const (
RKEConfigNodeFieldInternalAddress = "internalAddress"
RKEConfigNodeFieldLabels = "labels"
RKEConfigNodeFieldNodeId = "nodeId"
RKEConfigNodeFieldPort = "port"
RKEConfigNodeFieldRole = "role"
RKEConfigNodeFieldSSHKey = "sshKey"
RKEConfigNodeFieldSSHKeyPath = "sshKeyPath"
@@ -21,6 +22,7 @@ type RKEConfigNode struct {
InternalAddress string `json:"internalAddress,omitempty"`
Labels map[string]string `json:"labels,omitempty"`
NodeId string `json:"nodeId,omitempty"`
Port string `json:"port,omitempty"`
Role []string `json:"role,omitempty"`
SSHKey string `json:"sshKey,omitempty"`
SSHKeyPath string `json:"sshKeyPath,omitempty"`