Documentation ¶
Overview ¶
Package mock_containerservice is a generated GoMock package.
Index ¶
- type MockManagedClustersClient
- func (m *MockManagedClustersClient) EXPECT() *MockManagedClustersClientMockRecorder
- func (m *MockManagedClustersClient) List(arg0 context.Context) (containerservice.ManagedClusterListResultPage, error)
- func (m *MockManagedClustersClient) ListClusterAdminCredentials(arg0 context.Context, arg1, arg2, arg3 string) (containerservice.CredentialResults, error)
- type MockManagedClustersClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockManagedClustersClient ¶
type MockManagedClustersClient struct {
// contains filtered or unexported fields
}
MockManagedClustersClient is a mock of ManagedClustersClient interface.
func NewMockManagedClustersClient ¶
func NewMockManagedClustersClient(ctrl *gomock.Controller) *MockManagedClustersClient
NewMockManagedClustersClient creates a new mock instance.
func (*MockManagedClustersClient) EXPECT ¶
func (m *MockManagedClustersClient) EXPECT() *MockManagedClustersClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockManagedClustersClient) List ¶
func (m *MockManagedClustersClient) List(arg0 context.Context) (containerservice.ManagedClusterListResultPage, error)
List mocks base method.
func (*MockManagedClustersClient) ListClusterAdminCredentials ¶
func (m *MockManagedClustersClient) ListClusterAdminCredentials(arg0 context.Context, arg1, arg2, arg3 string) (containerservice.CredentialResults, error)
ListClusterAdminCredentials mocks base method.
type MockManagedClustersClientMockRecorder ¶
type MockManagedClustersClientMockRecorder struct {
// contains filtered or unexported fields
}
MockManagedClustersClientMockRecorder is the mock recorder for MockManagedClustersClient.
func (*MockManagedClustersClientMockRecorder) List ¶
func (mr *MockManagedClustersClientMockRecorder) List(arg0 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockManagedClustersClientMockRecorder) ListClusterAdminCredentials ¶
func (mr *MockManagedClustersClientMockRecorder) ListClusterAdminCredentials(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListClusterAdminCredentials indicates an expected call of ListClusterAdminCredentials.
Click to show internal directories.
Click to hide internal directories.