Documentation ¶
Overview ¶
Package mock_clusterdata is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBestEffortEnricher ¶
type MockBestEffortEnricher struct {
// contains filtered or unexported fields
}
MockBestEffortEnricher is a mock of BestEffortEnricher interface.
func NewMockBestEffortEnricher ¶
func NewMockBestEffortEnricher(ctrl *gomock.Controller) *MockBestEffortEnricher
NewMockBestEffortEnricher creates a new mock instance.
func (*MockBestEffortEnricher) EXPECT ¶
func (m *MockBestEffortEnricher) EXPECT() *MockBestEffortEnricherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBestEffortEnricher) Enrich ¶
func (m *MockBestEffortEnricher) Enrich(arg0 context.Context, arg1 *logrus.Entry, arg2 ...*api.OpenShiftCluster)
Enrich mocks base method.
type MockBestEffortEnricherMockRecorder ¶
type MockBestEffortEnricherMockRecorder struct {
// contains filtered or unexported fields
}
MockBestEffortEnricherMockRecorder is the mock recorder for MockBestEffortEnricher.
type MockClusterEnricher ¶
type MockClusterEnricher struct {
// contains filtered or unexported fields
}
MockClusterEnricher is a mock of ClusterEnricher interface.
func NewMockClusterEnricher ¶
func NewMockClusterEnricher(ctrl *gomock.Controller) *MockClusterEnricher
NewMockClusterEnricher creates a new mock instance.
func (*MockClusterEnricher) EXPECT ¶
func (m *MockClusterEnricher) EXPECT() *MockClusterEnricherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClusterEnricher) Enrich ¶
func (m *MockClusterEnricher) Enrich(arg0 context.Context, arg1 *logrus.Entry, arg2 *api.OpenShiftCluster, arg3 kubernetes.Interface, arg4 versioned.Interface, arg5 versioned0.Interface, arg6 versioned1.Interface) error
Enrich mocks base method.
func (*MockClusterEnricher) SetDefaults ¶
func (m *MockClusterEnricher) SetDefaults(arg0 *api.OpenShiftCluster)
SetDefaults mocks base method.
type MockClusterEnricherMockRecorder ¶
type MockClusterEnricherMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterEnricherMockRecorder is the mock recorder for MockClusterEnricher.
func (*MockClusterEnricherMockRecorder) Enrich ¶
func (mr *MockClusterEnricherMockRecorder) Enrich(arg0, arg1, arg2, arg3, arg4, arg5, arg6 any) *gomock.Call
Enrich indicates an expected call of Enrich.
func (*MockClusterEnricherMockRecorder) SetDefaults ¶
func (mr *MockClusterEnricherMockRecorder) SetDefaults(arg0 any) *gomock.Call
SetDefaults indicates an expected call of SetDefaults.