1
0
mirror of https://github.com/rancher/types.git synced 2025-09-17 23:38:20 +00:00

add answersyaml field

This commit is contained in:
Daishan Peng
2018-09-06 17:54:56 -07:00
committed by Craig Jellick
parent acbf0812a3
commit 90aaccbf4f

View File

@@ -24,7 +24,7 @@ type AppSpec struct {
Files map[string]string `json:"files,omitempty"`
Answers map[string]string `json:"answers,omitempty"`
AppRevisionName string `json:"appRevisionName,omitempty" norman:"type=reference[/v3/project/schemas/apprevision]"`
Prune bool `json:"prune,omitempty"`
ValuesYaml string `json:"valuesYaml,omitempty"`
}
var (