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"` PriorVersion string `json:"priorVersion"` Repo string `json:"repo"` }
ChartRelease struct used for presenting chart releases in yaml & json output generated by charts publish & charts import commands
Click to show internal directories.
Click to hide internal directories.