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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user