Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmApplication ¶
type HelmApplication struct { Name string `json:"name"` Namespace string `json:"namespace"` Version int32 `json:"version"` FirstDeployedAt time.Time `json:"firstDeployedAt"` LastDeployedAt time.Time `json:"lastDeployedAt"` IsDeleted bool `json:"isDeleted"` ChartVersion string `json:"chartVersion"` AppVersion string `json:"appVersion"` Sources []string `json:"sources"` Values map[string]interface{} `json:"values"` }
Click to show internal directories.
Click to hide internal directories.