mirror of
https://github.com/rancher/types.git
synced 2025-07-15 22:15:49 +00:00
NodeLabels/nodeAnnotations to MachineStatus
This commit is contained in:
parent
d50634877e
commit
4d68767f29
@ -69,6 +69,8 @@ type MachineStatus struct {
|
||||
NodeConfig *RKEConfigNode `json:"rkeNode,omitempty"`
|
||||
SSHUser string `json:"sshUser,omitempty"`
|
||||
MachineDriverConfig string `json:"machineDriverConfig,omitempty"`
|
||||
NodeAnnotations map[string]string `json:"nodeAnnotations,omitempty"`
|
||||
NodeLabels map[string]string `json:"nodeLabels,omitempty"`
|
||||
}
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user