1
0
mirror of https://github.com/rancher/types.git synced 2025-09-24 19:39:13 +00:00

add node taints to machine

This commit is contained in:
Daishan Peng
2018-01-22 17:42:30 -07:00
committed by Darren Shepherd
parent be0508647d
commit 8a402f4698

View File

@@ -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 (