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:
committed by
Craig Jellick
parent
acbf0812a3
commit
90aaccbf4f
@@ -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 (
|
||||
|
Reference in New Issue
Block a user