1
0
mirror of https://github.com/rancher/types.git synced 2025-09-12 13:03:45 +00:00

Add wait and timeout to mcapp

This commit is contained in:
rmweir
2019-08-22 13:20:31 -07:00
parent 444dc01b3d
commit d566e23522

View File

@@ -28,6 +28,8 @@ type MultiClusterApp struct {
type MultiClusterAppSpec struct {
TemplateVersionName string `json:"templateVersionName,omitempty" norman:"type=reference[templateVersion],required"`
Answers []Answer `json:"answers,omitempty"`
Wait bool `json:"wait,omitempty"`
Timeout int `json:"timeout,omitempty" norman:"min=1,default=300"`
Targets []Target `json:"targets,omitempty" norman:"required,noupdate"`
Members []Member `json:"members,omitempty"`
Roles []string `json:"roles,omitempty" norman:"type=array[reference[roleTemplate]],required"`