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:
committed by
Darren Shepherd
parent
be0508647d
commit
8a402f4698
@@ -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 (
|
||||
|
Reference in New Issue
Block a user