Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClusterClientFactory ¶
type MockClusterClientFactory struct {
// contains filtered or unexported fields
}
MockClusterClientFactory is a mock of ClusterClientFactory interface
func NewMockClusterClientFactory ¶
func NewMockClusterClientFactory(ctrl *gomock.Controller) *MockClusterClientFactory
NewMockClusterClientFactory creates a new mock instance
func (*MockClusterClientFactory) EXPECT ¶
func (m *MockClusterClientFactory) EXPECT() *MockClusterClientFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClusterClientFactory) GetClient ¶
func (m *MockClusterClientFactory) GetClient(cluster string, restConfig *rest.Config) (clients.ResourceClient, error)
GetClient mocks base method
type MockClusterClientFactoryMockRecorder ¶
type MockClusterClientFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterClientFactoryMockRecorder is the mock recorder for MockClusterClientFactory
func (*MockClusterClientFactoryMockRecorder) GetClient ¶
func (mr *MockClusterClientFactoryMockRecorder) GetClient(cluster, restConfig interface{}) *gomock.Call
GetClient indicates an expected call of GetClient
Click to show internal directories.
Click to hide internal directories.