mirror of
https://github.com/rancher/types.git
synced 2025-08-22 06:05:54 +00:00
Rename TemplateVersionID to ExternalID
This commit is contained in:
parent
02f805be04
commit
fd99a3deec
@ -15,16 +15,16 @@ type Stack struct {
|
||||
}
|
||||
|
||||
type StackSpec struct {
|
||||
ProjectName string `json:"projectName,omitempty" norman:"type=reference[project]"`
|
||||
Description string `json:"description,omitempty"`
|
||||
InstallNamespace string `json:"installNamespace,omitempty"`
|
||||
TemplateVersionID string `json:"templateVersionId,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"`
|
||||
ProjectName string `json:"projectName,omitempty" norman:"type=reference[project]"`
|
||||
Description string `json:"description,omitempty"`
|
||||
InstallNamespace string `json:"installNamespace,omitempty"`
|
||||
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"`
|
||||
}
|
||||
|
||||
type StackStatus struct {
|
||||
|
Loading…
Reference in New Issue
Block a user