1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 06:49:21 +00:00

Add helm version to catalog,templates,apps

This commit is contained in:
Brenda Rearden
2020-02-27 09:46:15 -07:00
parent 068a357fa0
commit bd3290eba6
10 changed files with 23 additions and 8 deletions

View File

@@ -58,11 +58,11 @@ type AppStatus struct {
Notes string `json:"notes,omitempty"`
Conditions []AppCondition `json:"conditions,omitempty"`
LastAppliedTemplates string `json:"lastAppliedTemplate,omitempty"`
HelmVersion string `json:"helmVersion,omitempty" norman:"nocreate,noupdate"`
HelmVersion string `json:"helmVersion,omitempty" norman:"noupdate,nocreate"`
}
type AppCondition struct {
// Type of cluster condition.
// Type of cluster condition.q
Type condition.Cond `json:"type"`
// Status of the condition, one of True, False, Unknown.
Status v1.ConditionStatus `json:"status"`