From 8a402f46988ad8de413f67fccd9d540c508954ff Mon Sep 17 00:00:00 2001 From: Daishan Peng Date: Mon, 22 Jan 2018 17:42:30 -0700 Subject: [PATCH] add node taints to machine --- apis/management.cattle.io/v3/machine_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/management.cattle.io/v3/machine_types.go b/apis/management.cattle.io/v3/machine_types.go index 1ac6eaab..dfd1dce6 100644 --- a/apis/management.cattle.io/v3/machine_types.go +++ b/apis/management.cattle.io/v3/machine_types.go @@ -72,6 +72,7 @@ type MachineStatus struct { NodeAnnotations map[string]string `json:"nodeAnnotations,omitempty"` NodeLabels map[string]string `json:"nodeLabels,omitempty"` Token string `json:"token"` + NodeTaints []v1.Taint `json:"nodeTaints,omitempty"` } var (