mirror of
https://github.com/rancher/types.git
synced 2025-09-01 21:32:10 +00:00
add display name, add answer yaml, delete unused fields
This commit is contained in:
committed by
Darren Shepherd
parent
ff2b8b9f92
commit
10b282a436
@@ -23,10 +23,7 @@ type AppSpec struct {
|
||||
ExternalID string `json:"externalId,omitempty"`
|
||||
Templates map[string]string `json:"templates,omitempty"`
|
||||
Answers map[string]string `json:"answers,omitempty"`
|
||||
Prune bool `json:"prune,omitempty"`
|
||||
Tag map[string]string `json:"tag,omitempty"`
|
||||
User string `json:"user,omitempty"`
|
||||
Groups []string `json:"groups,omitempty"`
|
||||
AnswerValues string `json:"answerValues,omitempty"`
|
||||
}
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user