Documentation ¶
Overview ¶
Package mock_redhatopenshift is a generated GoMock package.
Index ¶
- type MockOpenShiftClustersClient
- func (m *MockOpenShiftClustersClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 redhatopenshift.OpenShiftCluster) error
- func (m *MockOpenShiftClustersClient) EXPECT() *MockOpenShiftClustersClientMockRecorder
- func (m *MockOpenShiftClustersClient) Get(arg0 context.Context, arg1, arg2 string) (redhatopenshift.OpenShiftCluster, error)
- func (m *MockOpenShiftClustersClient) List(arg0 context.Context) ([]redhatopenshift.OpenShiftCluster, error)
- func (m *MockOpenShiftClustersClient) ListByResourceGroup(arg0 context.Context, arg1 string) ([]redhatopenshift.OpenShiftCluster, error)
- func (m *MockOpenShiftClustersClient) ListCredentials(arg0 context.Context, arg1, arg2 string) (redhatopenshift.OpenShiftClusterCredentials, error)
- type MockOpenShiftClustersClientMockRecorder
- func (mr *MockOpenShiftClustersClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockOpenShiftClustersClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockOpenShiftClustersClientMockRecorder) List(arg0 interface{}) *gomock.Call
- func (mr *MockOpenShiftClustersClientMockRecorder) ListByResourceGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOpenShiftClustersClientMockRecorder) ListCredentials(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockOperationsClient
- type MockOperationsClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockOpenShiftClustersClient ¶
type MockOpenShiftClustersClient struct {
// contains filtered or unexported fields
}
MockOpenShiftClustersClient is a mock of OpenShiftClustersClient interface
func NewMockOpenShiftClustersClient ¶
func NewMockOpenShiftClustersClient(ctrl *gomock.Controller) *MockOpenShiftClustersClient
NewMockOpenShiftClustersClient creates a new mock instance
func (*MockOpenShiftClustersClient) CreateOrUpdateAndWait ¶
func (m *MockOpenShiftClustersClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 redhatopenshift.OpenShiftCluster) error
CreateOrUpdateAndWait mocks base method
func (*MockOpenShiftClustersClient) EXPECT ¶
func (m *MockOpenShiftClustersClient) EXPECT() *MockOpenShiftClustersClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockOpenShiftClustersClient) Get ¶
func (m *MockOpenShiftClustersClient) Get(arg0 context.Context, arg1, arg2 string) (redhatopenshift.OpenShiftCluster, error)
Get mocks base method
func (*MockOpenShiftClustersClient) List ¶
func (m *MockOpenShiftClustersClient) List(arg0 context.Context) ([]redhatopenshift.OpenShiftCluster, error)
List mocks base method
func (*MockOpenShiftClustersClient) ListByResourceGroup ¶
func (m *MockOpenShiftClustersClient) ListByResourceGroup(arg0 context.Context, arg1 string) ([]redhatopenshift.OpenShiftCluster, error)
ListByResourceGroup mocks base method
func (*MockOpenShiftClustersClient) ListCredentials ¶
func (m *MockOpenShiftClustersClient) ListCredentials(arg0 context.Context, arg1, arg2 string) (redhatopenshift.OpenShiftClusterCredentials, error)
ListCredentials mocks base method
type MockOpenShiftClustersClientMockRecorder ¶
type MockOpenShiftClustersClientMockRecorder struct {
// contains filtered or unexported fields
}
MockOpenShiftClustersClientMockRecorder is the mock recorder for MockOpenShiftClustersClient
func (*MockOpenShiftClustersClientMockRecorder) CreateOrUpdateAndWait ¶
func (mr *MockOpenShiftClustersClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait
func (*MockOpenShiftClustersClientMockRecorder) Get ¶
func (mr *MockOpenShiftClustersClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockOpenShiftClustersClientMockRecorder) List ¶
func (mr *MockOpenShiftClustersClientMockRecorder) List(arg0 interface{}) *gomock.Call
List indicates an expected call of List
func (*MockOpenShiftClustersClientMockRecorder) ListByResourceGroup ¶
func (mr *MockOpenShiftClustersClientMockRecorder) ListByResourceGroup(arg0, arg1 interface{}) *gomock.Call
ListByResourceGroup indicates an expected call of ListByResourceGroup
func (*MockOpenShiftClustersClientMockRecorder) ListCredentials ¶
func (mr *MockOpenShiftClustersClientMockRecorder) ListCredentials(arg0, arg1, arg2 interface{}) *gomock.Call
ListCredentials indicates an expected call of ListCredentials
type MockOperationsClient ¶
type MockOperationsClient struct {
// contains filtered or unexported fields
}
MockOperationsClient is a mock of OperationsClient interface
func NewMockOperationsClient ¶
func NewMockOperationsClient(ctrl *gomock.Controller) *MockOperationsClient
NewMockOperationsClient creates a new mock instance
func (*MockOperationsClient) EXPECT ¶
func (m *MockOperationsClient) EXPECT() *MockOperationsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockOperationsClient) List ¶
func (m *MockOperationsClient) List(arg0 context.Context) ([]redhatopenshift.Operation, error)
List mocks base method
type MockOperationsClientMockRecorder ¶
type MockOperationsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockOperationsClientMockRecorder is the mock recorder for MockOperationsClient
func (*MockOperationsClientMockRecorder) List ¶
func (mr *MockOperationsClientMockRecorder) List(arg0 interface{}) *gomock.Call
List indicates an expected call of List