Documentation ¶
Index ¶
- type Client
- func (_m *Client) CleanChartCache(chart string, version string) error
- func (_m *Client) ExtractChart(chart string, version string, passCredentials bool, ...) (string, io.Closer, error)
- func (_m *Client) GetIndex(noCache bool, maxIndexSize int64) (*helm.Index, error)
- func (_m *Client) GetTags(chart string, noCache bool) (*helm.TagsList, error)
- func (_m *Client) TestHelmOCI() (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func (*Client) CleanChartCache ¶
CleanChartCache provides a mock function with given fields: chart, version
func (*Client) ExtractChart ¶
func (_m *Client) ExtractChart(chart string, version string, passCredentials bool, manifestMaxExtractedSize int64, disableManifestMaxExtractedSize bool) (string, io.Closer, error)
ExtractChart provides a mock function with given fields: chart, version
func (*Client) GetTags ¶ added in v2.6.0
GetTags provides a mock function with given fields: noCache
func (*Client) TestHelmOCI ¶
TestHelmOCI provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.