helm

package
v0.0.0-...-172daef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

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, k8sClient k8sclient.IKubernetesClient) *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) ListResources

func (r *ReleaseClient) ListResources(namespace string, name string) ([]*dto.Resource, error)

func (*ReleaseClient) ListWorkloadsForRelease

func (r *ReleaseClient) ListWorkloadsForRelease(namespace, name string) ([]*dto.Resource, error)

func (*ReleaseClient) UninstallRelease

func (r *ReleaseClient) UninstallRelease(namespace, name string) error

func (*ReleaseClient) UpgradeRelease

func (r *ReleaseClient) UpgradeRelease(
	namespace string,
	name string,
	values map[string]interface{},
	current *release.Release,
) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL