Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortChartReleases ¶
func SortChartReleases(releases []ChartRelease)
Types ¶
type ChartRelease ¶
type ChartRelease struct { Name string `json:"name"` Version string `json:"version"` Repo string `json:"repo"` }
Struct used for presenting chart releases in yaml & json output generated by publish & import commands
Click to show internal directories.
Click to hide internal directories.