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 *config.HelmRepositoryData, debug bool, debugLog action.DebugLog) (*Client, error)
NewClient create a new instance of the helm client.
func (*Client) InstallOrUpgrade ¶
InstallOrUpgrade takes a component and applies the corresponding helmChart.
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.
Click to show internal directories.
Click to hide internal directories.