Documentation ¶
Index ¶
- type Client
- func (_m *Client) CleanChartCache(chart string, version string, project string) error
- func (_m *Client) ExtractChart(chart string, version string, project 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 NewClient ¶ added in v2.12.0
NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Client) CleanChartCache ¶
CleanChartCache provides a mock function with given fields: chart, version, project
func (*Client) ExtractChart ¶
func (_m *Client) ExtractChart(chart string, version string, project string, passCredentials bool, manifestMaxExtractedSize int64, disableManifestMaxExtractedSize bool) (string, io.Closer, error)
ExtractChart provides a mock function with given fields: chart, version, project, passCredentials, manifestMaxExtractedSize, disableManifestMaxExtractedSize
func (*Client) GetIndex ¶
GetIndex provides a mock function with given fields: noCache, maxIndexSize
func (*Client) GetTags ¶ added in v2.6.0
GetTags provides a mock function with given fields: chart, noCache
func (*Client) TestHelmOCI ¶
TestHelmOCI provides a mock function with given fields: