mock

package
v1.17.10 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClientFactory

func NewClientFactory(cl client.HelmClient) *helm.ClientFactory

Types

type Client

type Client struct {
	client.HelmClient
	UpgradeReleaseExecuted bool
	DeleteReleaseExecuted  bool
	ReleaseNames           []string
}

func (*Client) DeleteRelease

func (c *Client) DeleteRelease(_ string) error

func (*Client) GetReleaseChecksum added in v1.6.2

func (c *Client) GetReleaseChecksum(_ string) (string, error)

func (*Client) GetReleaseLabels added in v1.14.0

func (c *Client) GetReleaseLabels(_, _ string) (string, error)

func (*Client) GetReleaseValues

func (c *Client) GetReleaseValues(_ string) (utils.Values, error)

func (*Client) IsReleaseExists

func (c *Client) IsReleaseExists(_ string) (bool, error)

func (*Client) LastReleaseStatus

func (c *Client) LastReleaseStatus(_ string) (string, string, error)

func (*Client) ListReleasesNames

func (c *Client) ListReleasesNames() ([]string, error)

func (*Client) Render

func (c *Client) Render(_ string, _ string, _ []string, _ []string, _ map[string]string, _ string, _ bool) (string, error)

func (*Client) UpgradeRelease

func (c *Client) UpgradeRelease(_, _ string, _ []string, _ []string, _ map[string]string, _ string) error

func (*Client) WithExtraLabels added in v1.6.2

func (c *Client) WithExtraLabels(_ map[string]string)

func (*Client) WithLogLabels added in v1.6.2

func (c *Client) WithLogLabels(_ map[string]string)

Jump to

Keyboard shortcuts

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