1
0
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:
galal-hussein
2018-04-03 20:55:27 +02:00
committed by Darren Shepherd
parent 2152f2d92f
commit bc19db51b7

View File

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