Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps the HelmClient with config.HelmRepositoryData
func NewClient ¶
func NewClient(namespace string, helmRepoSecret OciRepositoryConfig, debug bool, debugLog action.DebugLog) (*Client, error)
NewClient create a new instance of the helm client.
func (*Client) InstallOrUpgrade ¶
InstallOrUpgrade takes a helmChart and applies it.
func (*Client) ListDeployedReleases ¶
ListDeployedReleases returns all deployed helm releases
type HelmClient ¶
type HelmClient interface {
helmclient.Client
}
HelmClient embeds the helmclient.Client interface for usage in this package.
type OciRepositoryConfig ¶ added in v0.0.3
OciRepositoryConfig can get an OCI-Endpoint for a helm-repository.
Click to show internal directories.
Click to hide internal directories.