Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeriveReleaseName ¶
write a func to bring this to krateo-bff https://raw.githubusercontent.com/matteogastaldello/private-charts/main/krateo-bff-0.18.1.tgz
Types ¶
type ChartResult ¶
type ChartResult struct {
ReleaseName string `json:"releaseName"`
ChartName string `json:"chartName"`
ChartVersion string `json:"version"`
AppVersion string `json:"appVersion"`
Namespace string `json:"namespace"`
Status string `json:"status"`
Operation string `json:"operation"`
Revision int `json:"revision,omitempty"`
Updated metav1.Time `json:"updated,omitempty"`
}
type ObjectResult ¶
Click to show internal directories.
Click to hide internal directories.