Documentation ¶
Index ¶
- type ReleaseClient
- func (r *ReleaseClient) GetRelease(namespace, name string) (*release.Release, error)
- func (r *ReleaseClient) ListReleases() ([]*release.Release, error)
- func (r *ReleaseClient) UninstallRelease(namespace, name string) error
- func (r *ReleaseClient) UpgradeRelease(namespace string, name string, values map[string]interface{}, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaseClient ¶
type ReleaseClient struct {
// contains filtered or unexported fields
}
func NewReleaseClient ¶
func NewReleaseClient(namespace string) *ReleaseClient
func (*ReleaseClient) GetRelease ¶
func (r *ReleaseClient) GetRelease(namespace, name string) (*release.Release, error)
func (*ReleaseClient) ListReleases ¶
func (r *ReleaseClient) ListReleases() ([]*release.Release, error)
func (*ReleaseClient) UninstallRelease ¶
func (r *ReleaseClient) UninstallRelease(namespace, name string) error
func (*ReleaseClient) UpgradeRelease ¶
Click to show internal directories.
Click to hide internal directories.