Documentation
¶
Overview ¶
Package mock_helm is a generated GoMock package.
Package mock_helm is a generated GoMock package.
Index ¶
- type MockChartLoader
- type MockChartLoaderMockRecorder
- type MockClient
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) GetRelease(arg0 helm.GetReleaseOptions) (*release.Release, error)
- func (m *MockClient) Install(arg0 context.Context, arg1 helm.InstallOptions) (*release.Release, error)
- func (m *MockClient) Upgrade(arg0 context.Context, arg1 helm.UpgradeOptions) (*release.Release, error)
- type MockClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChartLoader ¶
type MockChartLoader struct {
// contains filtered or unexported fields
}
MockChartLoader is a mock of ChartLoader interface.
func NewMockChartLoader ¶
func NewMockChartLoader(ctrl *gomock.Controller) *MockChartLoader
NewMockChartLoader creates a new mock instance.
func (*MockChartLoader) EXPECT ¶
func (m *MockChartLoader) EXPECT() *MockChartLoaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockChartLoader) Load ¶
func (m *MockChartLoader) Load(arg0 context.Context, arg1 *castai.ChartSource) (*chart.Chart, error)
Load mocks base method.
type MockChartLoaderMockRecorder ¶
type MockChartLoaderMockRecorder struct {
// contains filtered or unexported fields
}
MockChartLoaderMockRecorder is the mock recorder for MockChartLoader.
func (*MockChartLoaderMockRecorder) Load ¶
func (mr *MockChartLoaderMockRecorder) Load(arg0, arg1 interface{}) *gomock.Call
Load indicates an expected call of Load.
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClient) GetRelease ¶
func (m *MockClient) GetRelease(arg0 helm.GetReleaseOptions) (*release.Release, error)
GetRelease mocks base method.
func (*MockClient) Install ¶
func (m *MockClient) Install(arg0 context.Context, arg1 helm.InstallOptions) (*release.Release, error)
Install mocks base method.
func (*MockClient) Upgrade ¶
func (m *MockClient) Upgrade(arg0 context.Context, arg1 helm.UpgradeOptions) (*release.Release, error)
Upgrade mocks base method.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) GetRelease ¶
func (mr *MockClientMockRecorder) GetRelease(arg0 interface{}) *gomock.Call
GetRelease indicates an expected call of GetRelease.
func (*MockClientMockRecorder) Install ¶
func (mr *MockClientMockRecorder) Install(arg0, arg1 interface{}) *gomock.Call
Install indicates an expected call of Install.
func (*MockClientMockRecorder) Upgrade ¶
func (mr *MockClientMockRecorder) Upgrade(arg0, arg1 interface{}) *gomock.Call
Upgrade indicates an expected call of Upgrade.