From 4d68767f29cd00e3070e79a00ea7121232614dc3 Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Fri, 12 Jan 2018 15:11:12 -0800 Subject: [PATCH] NodeLabels/nodeAnnotations to MachineStatus --- apis/management.cattle.io/v3/machine_types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apis/management.cattle.io/v3/machine_types.go b/apis/management.cattle.io/v3/machine_types.go index b5d112e5..e975a419 100644 --- a/apis/management.cattle.io/v3/machine_types.go +++ b/apis/management.cattle.io/v3/machine_types.go @@ -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 (