Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockHelmClient
- func (m *MockHelmClient) DownloadChart(arg0 string) (*chart.Chart, error)
- func (m *MockHelmClient) EXPECT() *MockHelmClientMockRecorder
- func (m *MockHelmClient) NewInstall(arg0, arg1 string, arg2 bool, arg3 string) (install.HelmInstallation, *cli.EnvSettings, error)
- func (m *MockHelmClient) NewUninstall(arg0 string) (install.HelmUninstallation, error)
- func (m *MockHelmClient) ReleaseExists(arg0, arg1 string) (bool, error)
- func (m *MockHelmClient) ReleaseList(arg0 string) (install.HelmReleaseListRunner, error)
- type MockHelmClientMockRecorder
- func (mr *MockHelmClientMockRecorder) DownloadChart(arg0 interface{}) *gomock.Call
- func (mr *MockHelmClientMockRecorder) NewInstall(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockHelmClientMockRecorder) NewUninstall(arg0 interface{}) *gomock.Call
- func (mr *MockHelmClientMockRecorder) ReleaseExists(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockHelmClientMockRecorder) ReleaseList(arg0 interface{}) *gomock.Call
- type MockHelmInstallation
- type MockHelmInstallationMockRecorder
- type MockHelmReleaseListRunner
- type MockHelmReleaseListRunnerMockRecorder
- type MockHelmUninstallation
- type MockHelmUninstallationMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHelmClient ¶
type MockHelmClient struct {
// contains filtered or unexported fields
}
MockHelmClient is a mock of HelmClient interface.
func NewMockHelmClient ¶
func NewMockHelmClient(ctrl *gomock.Controller) *MockHelmClient
NewMockHelmClient creates a new mock instance.
func (*MockHelmClient) DownloadChart ¶
func (m *MockHelmClient) DownloadChart(arg0 string) (*chart.Chart, error)
DownloadChart mocks base method.
func (*MockHelmClient) EXPECT ¶
func (m *MockHelmClient) EXPECT() *MockHelmClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHelmClient) NewInstall ¶
func (m *MockHelmClient) NewInstall(arg0, arg1 string, arg2 bool, arg3 string) (install.HelmInstallation, *cli.EnvSettings, error)
NewInstall mocks base method.
func (*MockHelmClient) NewUninstall ¶
func (m *MockHelmClient) NewUninstall(arg0 string) (install.HelmUninstallation, error)
NewUninstall mocks base method.
func (*MockHelmClient) ReleaseExists ¶
func (m *MockHelmClient) ReleaseExists(arg0, arg1 string) (bool, error)
ReleaseExists mocks base method.
func (*MockHelmClient) ReleaseList ¶
func (m *MockHelmClient) ReleaseList(arg0 string) (install.HelmReleaseListRunner, error)
ReleaseList mocks base method.
type MockHelmClientMockRecorder ¶
type MockHelmClientMockRecorder struct {
// contains filtered or unexported fields
}
MockHelmClientMockRecorder is the mock recorder for MockHelmClient.
func (*MockHelmClientMockRecorder) DownloadChart ¶
func (mr *MockHelmClientMockRecorder) DownloadChart(arg0 interface{}) *gomock.Call
DownloadChart indicates an expected call of DownloadChart.
func (*MockHelmClientMockRecorder) NewInstall ¶
func (mr *MockHelmClientMockRecorder) NewInstall(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
NewInstall indicates an expected call of NewInstall.
func (*MockHelmClientMockRecorder) NewUninstall ¶
func (mr *MockHelmClientMockRecorder) NewUninstall(arg0 interface{}) *gomock.Call
NewUninstall indicates an expected call of NewUninstall.
func (*MockHelmClientMockRecorder) ReleaseExists ¶
func (mr *MockHelmClientMockRecorder) ReleaseExists(arg0, arg1 interface{}) *gomock.Call
ReleaseExists indicates an expected call of ReleaseExists.
func (*MockHelmClientMockRecorder) ReleaseList ¶
func (mr *MockHelmClientMockRecorder) ReleaseList(arg0 interface{}) *gomock.Call
ReleaseList indicates an expected call of ReleaseList.
type MockHelmInstallation ¶
type MockHelmInstallation struct {
// contains filtered or unexported fields
}
MockHelmInstallation is a mock of HelmInstallation interface.
func NewMockHelmInstallation ¶
func NewMockHelmInstallation(ctrl *gomock.Controller) *MockHelmInstallation
NewMockHelmInstallation creates a new mock instance.
func (*MockHelmInstallation) EXPECT ¶
func (m *MockHelmInstallation) EXPECT() *MockHelmInstallationMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockHelmInstallationMockRecorder ¶
type MockHelmInstallationMockRecorder struct {
// contains filtered or unexported fields
}
MockHelmInstallationMockRecorder is the mock recorder for MockHelmInstallation.
func (*MockHelmInstallationMockRecorder) Run ¶
func (mr *MockHelmInstallationMockRecorder) Run(arg0, arg1 interface{}) *gomock.Call
Run indicates an expected call of Run.
type MockHelmReleaseListRunner ¶
type MockHelmReleaseListRunner struct {
// contains filtered or unexported fields
}
MockHelmReleaseListRunner is a mock of HelmReleaseListRunner interface.
func NewMockHelmReleaseListRunner ¶
func NewMockHelmReleaseListRunner(ctrl *gomock.Controller) *MockHelmReleaseListRunner
NewMockHelmReleaseListRunner creates a new mock instance.
func (*MockHelmReleaseListRunner) EXPECT ¶
func (m *MockHelmReleaseListRunner) EXPECT() *MockHelmReleaseListRunnerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHelmReleaseListRunner) Run ¶
func (m *MockHelmReleaseListRunner) Run() ([]*release.Release, error)
Run mocks base method.
func (*MockHelmReleaseListRunner) SetFilter ¶
func (m *MockHelmReleaseListRunner) SetFilter(arg0 string)
SetFilter mocks base method.
type MockHelmReleaseListRunnerMockRecorder ¶
type MockHelmReleaseListRunnerMockRecorder struct {
// contains filtered or unexported fields
}
MockHelmReleaseListRunnerMockRecorder is the mock recorder for MockHelmReleaseListRunner.
func (*MockHelmReleaseListRunnerMockRecorder) Run ¶
func (mr *MockHelmReleaseListRunnerMockRecorder) Run() *gomock.Call
Run indicates an expected call of Run.
func (*MockHelmReleaseListRunnerMockRecorder) SetFilter ¶
func (mr *MockHelmReleaseListRunnerMockRecorder) SetFilter(arg0 interface{}) *gomock.Call
SetFilter indicates an expected call of SetFilter.
type MockHelmUninstallation ¶
type MockHelmUninstallation struct {
// contains filtered or unexported fields
}
MockHelmUninstallation is a mock of HelmUninstallation interface.
func NewMockHelmUninstallation ¶
func NewMockHelmUninstallation(ctrl *gomock.Controller) *MockHelmUninstallation
NewMockHelmUninstallation creates a new mock instance.
func (*MockHelmUninstallation) EXPECT ¶
func (m *MockHelmUninstallation) EXPECT() *MockHelmUninstallationMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHelmUninstallation) Run ¶
func (m *MockHelmUninstallation) Run(arg0 string) (*release.UninstallReleaseResponse, error)
Run mocks base method.
type MockHelmUninstallationMockRecorder ¶
type MockHelmUninstallationMockRecorder struct {
// contains filtered or unexported fields
}
MockHelmUninstallationMockRecorder is the mock recorder for MockHelmUninstallation.
func (*MockHelmUninstallationMockRecorder) Run ¶
func (mr *MockHelmUninstallationMockRecorder) Run(arg0 interface{}) *gomock.Call
Run indicates an expected call of Run.