mirror of
https://github.com/rancher/types.git
synced 2025-09-24 19:39:13 +00:00
Add labels and annotations to rke types
This commit is contained in:
committed by
Darren Shepherd
parent
2152f2d92f
commit
bc19db51b7
@@ -264,6 +264,10 @@ type RKEConfigNodePlan struct {
|
||||
PortChecks []PortCheck `json:"portChecks,omitempty"`
|
||||
// List of files to deploy on the node
|
||||
Files []File `json:"files,omitempty"`
|
||||
// Node Annotations
|
||||
Annotations map[string]string `json:"annotations,omitempty"`
|
||||
// Node Labels
|
||||
Labels map[string]string `json:"labels,omitempty"`
|
||||
}
|
||||
|
||||
type Process struct {
|
||||
|
Reference in New Issue
Block a user