1
0
mirror of https://github.com/rancher/types.git synced 2025-09-18 07:52:41 +00:00

Add files type for rke config node plan

This commit is contained in:
galal-hussein
2018-03-29 21:29:00 +02:00
parent 54361434ef
commit 02a87a2687

View File

@@ -266,6 +266,8 @@ type RKEConfigNodePlan struct {
Processes map[string]Process `json:"processes,omitempty"`
// List of portchecks that should be open on the node
PortChecks []PortCheck `json:"portChecks,omitempty"`
// List of files to deploy on the node
Files []File `json:"files,omitempty"`
}
type Process struct {