Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bridge ¶
type Bridge struct {
// contains filtered or unexported fields
}
Bridge represents a helm client and open conn to tiller
func (*Bridge) DeleteRelease ¶
DeleteRelease tells tiller to destroy a release
func (*Bridge) InstallChart ¶
InstallChart deploys a helm chart
func (*Bridge) ReleaseStatus ¶
ReleaseStatus returns the status of a release
type Chart ¶
type Chart struct {
Name string `yaml:"name"` // name of chart
Repo string `yaml:"repo"` // chart repo
Version string `yaml:"version"` // chart version
Release string `yaml:"release"` // release name
Timeout int64 `yaml:"timeout"` // install / upgrade wait time
Namespace string `yaml:"namespace"` // namespace
}
Chart comprises the helm release
Click to show internal directories.
Click to hide internal directories.