Documentation
¶
Index ¶
- type Client
- func (c *Client) GetRelease(ctx context.Context, releaseName string) (*helmRelease.Release, error)
- func (c *Client) InstallOrUpgradeChart(ctx context.Context, spec talosv1alpha1.HelmSpec) (*helmRelease.Release, error)
- func (c *Client) UninstallChart(ctx context.Context, releaseName string) (*helmRelease.UninstallReleaseResponse, error)
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
}
func (*Client) GetRelease ¶
func (*Client) InstallOrUpgradeChart ¶
func (c *Client) InstallOrUpgradeChart(ctx context.Context, spec talosv1alpha1.HelmSpec) (*helmRelease.Release, error)
func (*Client) UninstallChart ¶
func (c *Client) UninstallChart(ctx context.Context, releaseName string) ( *helmRelease.UninstallReleaseResponse, error)
Click to show internal directories.
Click to hide internal directories.