diff --git a/apis/management.cattle.io/v3/catalog_types.go b/apis/management.cattle.io/v3/catalog_types.go index ef098346..14d368f3 100644 --- a/apis/management.cattle.io/v3/catalog_types.go +++ b/apis/management.cattle.io/v3/catalog_types.go @@ -45,6 +45,7 @@ type Template struct { } type TemplateSpec struct { + DisplayName string `json:"displayName"` CatalogID string `json:"catalogId,omitempty" norman:"type=reference[catalog]"` DefaultTemplateVersionID string `json:"defaultTemplateVersionId,omitempty" norman:"type=reference[templateVersion]"` diff --git a/apis/project.cattle.io/v3/app_types.go b/apis/project.cattle.io/v3/app_types.go index 29d64908..0da927ac 100644 --- a/apis/project.cattle.io/v3/app_types.go +++ b/apis/project.cattle.io/v3/app_types.go @@ -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 (