Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chart ¶
type Chart struct {
Metadata *ChartMeta `json:"metadata"`
}
Chart represents a single helm chart
type Helm ¶
type Helm struct { Releases []*Release Outputs []*api.Output Version string Kube *kube Namespace string }
Helm represents all current releases that we can find in the cluster
func (*Helm) FindVersions ¶
FindVersions is the primary method in the package. It ties together all the functionality
Click to show internal directories.
Click to hide internal directories.