Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: ../clusterconfig.go
Generated by this command:
mockgen -source ../clusterconfig.go -destination mock_clusterconfig.go -write_generate_directive
Package mock_clusterconfig is a generated GoMock package.
Index ¶
- type MockUpgradeClusterConfigGatherer
- func (m *MockUpgradeClusterConfigGatherer) EXPECT() *MockUpgradeClusterConfigGathererMockRecorder
- func (m *MockUpgradeClusterConfigGatherer) FetchClusterConfig(ctx context.Context, ostreeVarDir string) error
- func (m *MockUpgradeClusterConfigGatherer) FetchLvmConfig(ctx context.Context, ostreeVarDir string) error
- type MockUpgradeClusterConfigGathererMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockUpgradeClusterConfigGatherer ¶
type MockUpgradeClusterConfigGatherer struct {
// contains filtered or unexported fields
}
MockUpgradeClusterConfigGatherer is a mock of UpgradeClusterConfigGatherer interface.
func NewMockUpgradeClusterConfigGatherer ¶
func NewMockUpgradeClusterConfigGatherer(ctrl *gomock.Controller) *MockUpgradeClusterConfigGatherer
NewMockUpgradeClusterConfigGatherer creates a new mock instance.
func (*MockUpgradeClusterConfigGatherer) EXPECT ¶
func (m *MockUpgradeClusterConfigGatherer) EXPECT() *MockUpgradeClusterConfigGathererMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockUpgradeClusterConfigGatherer) FetchClusterConfig ¶
func (m *MockUpgradeClusterConfigGatherer) FetchClusterConfig(ctx context.Context, ostreeVarDir string) error
FetchClusterConfig mocks base method.
func (*MockUpgradeClusterConfigGatherer) FetchLvmConfig ¶
func (m *MockUpgradeClusterConfigGatherer) FetchLvmConfig(ctx context.Context, ostreeVarDir string) error
FetchLvmConfig mocks base method.
type MockUpgradeClusterConfigGathererMockRecorder ¶
type MockUpgradeClusterConfigGathererMockRecorder struct {
// contains filtered or unexported fields
}
MockUpgradeClusterConfigGathererMockRecorder is the mock recorder for MockUpgradeClusterConfigGatherer.
func (*MockUpgradeClusterConfigGathererMockRecorder) FetchClusterConfig ¶
func (mr *MockUpgradeClusterConfigGathererMockRecorder) FetchClusterConfig(ctx, ostreeVarDir any) *gomock.Call
FetchClusterConfig indicates an expected call of FetchClusterConfig.
func (*MockUpgradeClusterConfigGathererMockRecorder) FetchLvmConfig ¶
func (mr *MockUpgradeClusterConfigGathererMockRecorder) FetchLvmConfig(ctx, ostreeVarDir any) *gomock.Call
FetchLvmConfig indicates an expected call of FetchLvmConfig.