Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmRelease ¶
type HelmRelease struct { Name string `json:"name"` Namespace string `json:"namespace"` Enabled bool `json:"enabled"` Labels string `json:"labels"` }
HelmRelease the output from listing the releases
func ListReleases ¶
func ListReleases(runner cmdrunner.CommandRunner, file string, env map[string]string) ([]HelmRelease, error)
ListReleases lists the releases in the helmfile
Click to show internal directories.
Click to hide internal directories.