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:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user