automock

package
v0.0.0-...-5f509e1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package automock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClientInterface

type MockClientInterface struct {
	// contains filtered or unexported fields
}

MockClientInterface is a mock of ClientInterface interface.

func NewMockClientInterface

func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface

NewMockClientInterface creates a new mock instance.

func (*MockClientInterface) DeleteClustersRuntimeID

func (m *MockClientInterface) DeleteClustersRuntimeID(ctx context.Context, runtimeID string, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

DeleteClustersRuntimeID mocks base method.

func (*MockClientInterface) DeleteReconciliationsClusterRuntimeID

func (m *MockClientInterface) DeleteReconciliationsClusterRuntimeID(ctx context.Context, runtimeID string, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

DeleteReconciliationsClusterRuntimeID mocks base method.

func (*MockClientInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClientInterface) GetClustersRuntimeIDConfigConfigVersionStatus

func (m *MockClientInterface) GetClustersRuntimeIDConfigConfigVersionStatus(ctx context.Context, runtimeID, configVersion string, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

GetClustersRuntimeIDConfigConfigVersionStatus mocks base method.

func (*MockClientInterface) GetClustersRuntimeIDConfigVersion

func (m *MockClientInterface) GetClustersRuntimeIDConfigVersion(ctx context.Context, runtimeID, version string, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

GetClustersRuntimeIDConfigVersion mocks base method.

func (*MockClientInterface) GetClustersRuntimeIDStatus

func (m *MockClientInterface) GetClustersRuntimeIDStatus(ctx context.Context, runtimeID string, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

GetClustersRuntimeIDStatus mocks base method.

func (*MockClientInterface) GetClustersRuntimeIDStatusChanges

func (m *MockClientInterface) GetClustersRuntimeIDStatusChanges(ctx context.Context, runtimeID string, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

GetClustersRuntimeIDStatusChanges mocks base method.

func (*MockClientInterface) GetClustersState

GetClustersState mocks base method.

func (*MockClientInterface) GetReconciliations

func (m *MockClientInterface) GetReconciliations(ctx context.Context, params *mothership.GetReconciliationsParams, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

GetReconciliations mocks base method.

func (*MockClientInterface) GetReconciliationsSchedulingIDInfo

func (m *MockClientInterface) GetReconciliationsSchedulingIDInfo(ctx context.Context, schedulingID string, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

GetReconciliationsSchedulingIDInfo mocks base method.

func (*MockClientInterface) PostClusters

PostClusters mocks base method.

func (*MockClientInterface) PostClustersWithBody

func (m *MockClientInterface) PostClustersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

PostClustersWithBody mocks base method.

func (*MockClientInterface) PostOperationsSchedulingIDCorrelationIDStop

func (m *MockClientInterface) PostOperationsSchedulingIDCorrelationIDStop(ctx context.Context, schedulingID, correlationID string, body mothership.PostOperationsSchedulingIDCorrelationIDStopJSONRequestBody, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

PostOperationsSchedulingIDCorrelationIDStop mocks base method.

func (*MockClientInterface) PostOperationsSchedulingIDCorrelationIDStopWithBody

func (m *MockClientInterface) PostOperationsSchedulingIDCorrelationIDStopWithBody(ctx context.Context, schedulingID, correlationID, contentType string, body io.Reader, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

PostOperationsSchedulingIDCorrelationIDStopWithBody mocks base method.

func (*MockClientInterface) PutClusters

PutClusters mocks base method.

func (*MockClientInterface) PutClustersRuntimeIDStatus

func (m *MockClientInterface) PutClustersRuntimeIDStatus(ctx context.Context, runtimeID string, body mothership.PutClustersRuntimeIDStatusJSONRequestBody, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

PutClustersRuntimeIDStatus mocks base method.

func (*MockClientInterface) PutClustersRuntimeIDStatusWithBody

func (m *MockClientInterface) PutClustersRuntimeIDStatusWithBody(ctx context.Context, runtimeID, contentType string, body io.Reader, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

PutClustersRuntimeIDStatusWithBody mocks base method.

func (*MockClientInterface) PutClustersWithBody

func (m *MockClientInterface) PutClustersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

PutClustersWithBody mocks base method.

func (*MockClientInterface) PutOperationsSchedulingIDCorrelationIDDebug

func (m *MockClientInterface) PutOperationsSchedulingIDCorrelationIDDebug(ctx context.Context, schedulingID, correlationID string, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

PutOperationsSchedulingIDCorrelationIDDebug mocks base method.

func (*MockClientInterface) PutReconciliationsSchedulingIDDebug

func (m *MockClientInterface) PutReconciliationsSchedulingIDDebug(ctx context.Context, schedulingID string, reqEditors ...mothership.RequestEditorFn) (*http.Response, error)

PutReconciliationsSchedulingIDDebug mocks base method.

type MockClientInterfaceMockRecorder

type MockClientInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.

func (*MockClientInterfaceMockRecorder) DeleteClustersRuntimeID

func (mr *MockClientInterfaceMockRecorder) DeleteClustersRuntimeID(ctx, runtimeID interface{}, reqEditors ...interface{}) *gomock.Call

DeleteClustersRuntimeID indicates an expected call of DeleteClustersRuntimeID.

func (*MockClientInterfaceMockRecorder) DeleteReconciliationsClusterRuntimeID

func (mr *MockClientInterfaceMockRecorder) DeleteReconciliationsClusterRuntimeID(ctx, runtimeID interface{}, reqEditors ...interface{}) *gomock.Call

DeleteReconciliationsClusterRuntimeID indicates an expected call of DeleteReconciliationsClusterRuntimeID.

func (*MockClientInterfaceMockRecorder) GetClustersRuntimeIDConfigConfigVersionStatus

func (mr *MockClientInterfaceMockRecorder) GetClustersRuntimeIDConfigConfigVersionStatus(ctx, runtimeID, configVersion interface{}, reqEditors ...interface{}) *gomock.Call

GetClustersRuntimeIDConfigConfigVersionStatus indicates an expected call of GetClustersRuntimeIDConfigConfigVersionStatus.

func (*MockClientInterfaceMockRecorder) GetClustersRuntimeIDConfigVersion

func (mr *MockClientInterfaceMockRecorder) GetClustersRuntimeIDConfigVersion(ctx, runtimeID, version interface{}, reqEditors ...interface{}) *gomock.Call

GetClustersRuntimeIDConfigVersion indicates an expected call of GetClustersRuntimeIDConfigVersion.

func (*MockClientInterfaceMockRecorder) GetClustersRuntimeIDStatus

func (mr *MockClientInterfaceMockRecorder) GetClustersRuntimeIDStatus(ctx, runtimeID interface{}, reqEditors ...interface{}) *gomock.Call

GetClustersRuntimeIDStatus indicates an expected call of GetClustersRuntimeIDStatus.

func (*MockClientInterfaceMockRecorder) GetClustersRuntimeIDStatusChanges

func (mr *MockClientInterfaceMockRecorder) GetClustersRuntimeIDStatusChanges(ctx, runtimeID interface{}, reqEditors ...interface{}) *gomock.Call

GetClustersRuntimeIDStatusChanges indicates an expected call of GetClustersRuntimeIDStatusChanges.

func (*MockClientInterfaceMockRecorder) GetClustersState

func (mr *MockClientInterfaceMockRecorder) GetClustersState(ctx, params interface{}, reqEditors ...interface{}) *gomock.Call

GetClustersState indicates an expected call of GetClustersState.

func (*MockClientInterfaceMockRecorder) GetReconciliations

func (mr *MockClientInterfaceMockRecorder) GetReconciliations(ctx, params interface{}, reqEditors ...interface{}) *gomock.Call

GetReconciliations indicates an expected call of GetReconciliations.

func (*MockClientInterfaceMockRecorder) GetReconciliationsSchedulingIDInfo

func (mr *MockClientInterfaceMockRecorder) GetReconciliationsSchedulingIDInfo(ctx, schedulingID interface{}, reqEditors ...interface{}) *gomock.Call

GetReconciliationsSchedulingIDInfo indicates an expected call of GetReconciliationsSchedulingIDInfo.

func (*MockClientInterfaceMockRecorder) PostClusters

func (mr *MockClientInterfaceMockRecorder) PostClusters(ctx, body interface{}, reqEditors ...interface{}) *gomock.Call

PostClusters indicates an expected call of PostClusters.

func (*MockClientInterfaceMockRecorder) PostClustersWithBody

func (mr *MockClientInterfaceMockRecorder) PostClustersWithBody(ctx, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

PostClustersWithBody indicates an expected call of PostClustersWithBody.

func (*MockClientInterfaceMockRecorder) PostOperationsSchedulingIDCorrelationIDStop

func (mr *MockClientInterfaceMockRecorder) PostOperationsSchedulingIDCorrelationIDStop(ctx, schedulingID, correlationID, body interface{}, reqEditors ...interface{}) *gomock.Call

PostOperationsSchedulingIDCorrelationIDStop indicates an expected call of PostOperationsSchedulingIDCorrelationIDStop.

func (*MockClientInterfaceMockRecorder) PostOperationsSchedulingIDCorrelationIDStopWithBody

func (mr *MockClientInterfaceMockRecorder) PostOperationsSchedulingIDCorrelationIDStopWithBody(ctx, schedulingID, correlationID, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

PostOperationsSchedulingIDCorrelationIDStopWithBody indicates an expected call of PostOperationsSchedulingIDCorrelationIDStopWithBody.

func (*MockClientInterfaceMockRecorder) PutClusters

func (mr *MockClientInterfaceMockRecorder) PutClusters(ctx, body interface{}, reqEditors ...interface{}) *gomock.Call

PutClusters indicates an expected call of PutClusters.

func (*MockClientInterfaceMockRecorder) PutClustersRuntimeIDStatus

func (mr *MockClientInterfaceMockRecorder) PutClustersRuntimeIDStatus(ctx, runtimeID, body interface{}, reqEditors ...interface{}) *gomock.Call

PutClustersRuntimeIDStatus indicates an expected call of PutClustersRuntimeIDStatus.

func (*MockClientInterfaceMockRecorder) PutClustersRuntimeIDStatusWithBody

func (mr *MockClientInterfaceMockRecorder) PutClustersRuntimeIDStatusWithBody(ctx, runtimeID, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

PutClustersRuntimeIDStatusWithBody indicates an expected call of PutClustersRuntimeIDStatusWithBody.

func (*MockClientInterfaceMockRecorder) PutClustersWithBody

func (mr *MockClientInterfaceMockRecorder) PutClustersWithBody(ctx, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

PutClustersWithBody indicates an expected call of PutClustersWithBody.

func (*MockClientInterfaceMockRecorder) PutOperationsSchedulingIDCorrelationIDDebug

func (mr *MockClientInterfaceMockRecorder) PutOperationsSchedulingIDCorrelationIDDebug(ctx, schedulingID, correlationID interface{}, reqEditors ...interface{}) *gomock.Call

PutOperationsSchedulingIDCorrelationIDDebug indicates an expected call of PutOperationsSchedulingIDCorrelationIDDebug.

func (*MockClientInterfaceMockRecorder) PutReconciliationsSchedulingIDDebug

func (mr *MockClientInterfaceMockRecorder) PutReconciliationsSchedulingIDDebug(ctx, schedulingID interface{}, reqEditors ...interface{}) *gomock.Call

PutReconciliationsSchedulingIDDebug indicates an expected call of PutReconciliationsSchedulingIDDebug.

type MockClientWithResponsesInterface

type MockClientWithResponsesInterface struct {
	// contains filtered or unexported fields
}

MockClientWithResponsesInterface is a mock of ClientWithResponsesInterface interface.

func NewMockClientWithResponsesInterface

func NewMockClientWithResponsesInterface(ctrl *gomock.Controller) *MockClientWithResponsesInterface

NewMockClientWithResponsesInterface creates a new mock instance.

func (*MockClientWithResponsesInterface) DeleteClustersRuntimeIDWithResponse

func (m *MockClientWithResponsesInterface) DeleteClustersRuntimeIDWithResponse(ctx context.Context, runtimeID string, reqEditors ...mothership.RequestEditorFn) (*mothership.DeleteClustersRuntimeIDResponse, error)

DeleteClustersRuntimeIDWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteReconciliationsClusterRuntimeIDWithResponse

func (m *MockClientWithResponsesInterface) DeleteReconciliationsClusterRuntimeIDWithResponse(ctx context.Context, runtimeID string, reqEditors ...mothership.RequestEditorFn) (*mothership.DeleteReconciliationsClusterRuntimeIDResponse, error)

DeleteReconciliationsClusterRuntimeIDWithResponse mocks base method.

func (*MockClientWithResponsesInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClientWithResponsesInterface) GetClustersRuntimeIDConfigConfigVersionStatusWithResponse

func (m *MockClientWithResponsesInterface) GetClustersRuntimeIDConfigConfigVersionStatusWithResponse(ctx context.Context, runtimeID, configVersion string, reqEditors ...mothership.RequestEditorFn) (*mothership.GetClustersRuntimeIDConfigConfigVersionStatusResponse, error)

GetClustersRuntimeIDConfigConfigVersionStatusWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetClustersRuntimeIDConfigVersionWithResponse

func (m *MockClientWithResponsesInterface) GetClustersRuntimeIDConfigVersionWithResponse(ctx context.Context, runtimeID, version string, reqEditors ...mothership.RequestEditorFn) (*mothership.GetClustersRuntimeIDConfigVersionResponse, error)

GetClustersRuntimeIDConfigVersionWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetClustersRuntimeIDStatusChangesWithResponse

func (m *MockClientWithResponsesInterface) GetClustersRuntimeIDStatusChangesWithResponse(ctx context.Context, runtimeID string, reqEditors ...mothership.RequestEditorFn) (*mothership.GetClustersRuntimeIDStatusChangesResponse, error)

GetClustersRuntimeIDStatusChangesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetClustersRuntimeIDStatusWithResponse

func (m *MockClientWithResponsesInterface) GetClustersRuntimeIDStatusWithResponse(ctx context.Context, runtimeID string, reqEditors ...mothership.RequestEditorFn) (*mothership.GetClustersRuntimeIDStatusResponse, error)

GetClustersRuntimeIDStatusWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetClustersStateWithResponse

GetClustersStateWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetReconciliationsSchedulingIDInfoWithResponse

func (m *MockClientWithResponsesInterface) GetReconciliationsSchedulingIDInfoWithResponse(ctx context.Context, schedulingID string, reqEditors ...mothership.RequestEditorFn) (*mothership.GetReconciliationsSchedulingIDInfoResponse, error)

GetReconciliationsSchedulingIDInfoWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetReconciliationsWithResponse

GetReconciliationsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostClustersWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostClustersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...mothership.RequestEditorFn) (*mothership.PostClustersResponse, error)

PostClustersWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostClustersWithResponse

PostClustersWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostOperationsSchedulingIDCorrelationIDStopWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostOperationsSchedulingIDCorrelationIDStopWithBodyWithResponse(ctx context.Context, schedulingID, correlationID, contentType string, body io.Reader, reqEditors ...mothership.RequestEditorFn) (*mothership.PostOperationsSchedulingIDCorrelationIDStopResponse, error)

PostOperationsSchedulingIDCorrelationIDStopWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostOperationsSchedulingIDCorrelationIDStopWithResponse

PostOperationsSchedulingIDCorrelationIDStopWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PutClustersRuntimeIDStatusWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PutClustersRuntimeIDStatusWithBodyWithResponse(ctx context.Context, runtimeID, contentType string, body io.Reader, reqEditors ...mothership.RequestEditorFn) (*mothership.PutClustersRuntimeIDStatusResponse, error)

PutClustersRuntimeIDStatusWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PutClustersRuntimeIDStatusWithResponse

PutClustersRuntimeIDStatusWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PutClustersWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PutClustersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...mothership.RequestEditorFn) (*mothership.PutClustersResponse, error)

PutClustersWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PutClustersWithResponse

PutClustersWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PutOperationsSchedulingIDCorrelationIDDebugWithResponse

func (m *MockClientWithResponsesInterface) PutOperationsSchedulingIDCorrelationIDDebugWithResponse(ctx context.Context, schedulingID, correlationID string, reqEditors ...mothership.RequestEditorFn) (*mothership.PutOperationsSchedulingIDCorrelationIDDebugResponse, error)

PutOperationsSchedulingIDCorrelationIDDebugWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PutReconciliationsSchedulingIDDebugWithResponse

func (m *MockClientWithResponsesInterface) PutReconciliationsSchedulingIDDebugWithResponse(ctx context.Context, schedulingID string, reqEditors ...mothership.RequestEditorFn) (*mothership.PutReconciliationsSchedulingIDDebugResponse, error)

PutReconciliationsSchedulingIDDebugWithResponse mocks base method.

type MockClientWithResponsesInterfaceMockRecorder

type MockClientWithResponsesInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockClientWithResponsesInterfaceMockRecorder is the mock recorder for MockClientWithResponsesInterface.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteClustersRuntimeIDWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteClustersRuntimeIDWithResponse(ctx, runtimeID interface{}, reqEditors ...interface{}) *gomock.Call

DeleteClustersRuntimeIDWithResponse indicates an expected call of DeleteClustersRuntimeIDWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteReconciliationsClusterRuntimeIDWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteReconciliationsClusterRuntimeIDWithResponse(ctx, runtimeID interface{}, reqEditors ...interface{}) *gomock.Call

DeleteReconciliationsClusterRuntimeIDWithResponse indicates an expected call of DeleteReconciliationsClusterRuntimeIDWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetClustersRuntimeIDConfigConfigVersionStatusWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetClustersRuntimeIDConfigConfigVersionStatusWithResponse(ctx, runtimeID, configVersion interface{}, reqEditors ...interface{}) *gomock.Call

GetClustersRuntimeIDConfigConfigVersionStatusWithResponse indicates an expected call of GetClustersRuntimeIDConfigConfigVersionStatusWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetClustersRuntimeIDConfigVersionWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetClustersRuntimeIDConfigVersionWithResponse(ctx, runtimeID, version interface{}, reqEditors ...interface{}) *gomock.Call

GetClustersRuntimeIDConfigVersionWithResponse indicates an expected call of GetClustersRuntimeIDConfigVersionWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetClustersRuntimeIDStatusChangesWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetClustersRuntimeIDStatusChangesWithResponse(ctx, runtimeID interface{}, reqEditors ...interface{}) *gomock.Call

GetClustersRuntimeIDStatusChangesWithResponse indicates an expected call of GetClustersRuntimeIDStatusChangesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetClustersRuntimeIDStatusWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetClustersRuntimeIDStatusWithResponse(ctx, runtimeID interface{}, reqEditors ...interface{}) *gomock.Call

GetClustersRuntimeIDStatusWithResponse indicates an expected call of GetClustersRuntimeIDStatusWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetClustersStateWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetClustersStateWithResponse(ctx, params interface{}, reqEditors ...interface{}) *gomock.Call

GetClustersStateWithResponse indicates an expected call of GetClustersStateWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetReconciliationsSchedulingIDInfoWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetReconciliationsSchedulingIDInfoWithResponse(ctx, schedulingID interface{}, reqEditors ...interface{}) *gomock.Call

GetReconciliationsSchedulingIDInfoWithResponse indicates an expected call of GetReconciliationsSchedulingIDInfoWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetReconciliationsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetReconciliationsWithResponse(ctx, params interface{}, reqEditors ...interface{}) *gomock.Call

GetReconciliationsWithResponse indicates an expected call of GetReconciliationsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostClustersWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostClustersWithBodyWithResponse(ctx, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

PostClustersWithBodyWithResponse indicates an expected call of PostClustersWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostClustersWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostClustersWithResponse(ctx, body interface{}, reqEditors ...interface{}) *gomock.Call

PostClustersWithResponse indicates an expected call of PostClustersWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostOperationsSchedulingIDCorrelationIDStopWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostOperationsSchedulingIDCorrelationIDStopWithBodyWithResponse(ctx, schedulingID, correlationID, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

PostOperationsSchedulingIDCorrelationIDStopWithBodyWithResponse indicates an expected call of PostOperationsSchedulingIDCorrelationIDStopWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostOperationsSchedulingIDCorrelationIDStopWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostOperationsSchedulingIDCorrelationIDStopWithResponse(ctx, schedulingID, correlationID, body interface{}, reqEditors ...interface{}) *gomock.Call

PostOperationsSchedulingIDCorrelationIDStopWithResponse indicates an expected call of PostOperationsSchedulingIDCorrelationIDStopWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PutClustersRuntimeIDStatusWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PutClustersRuntimeIDStatusWithBodyWithResponse(ctx, runtimeID, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

PutClustersRuntimeIDStatusWithBodyWithResponse indicates an expected call of PutClustersRuntimeIDStatusWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PutClustersRuntimeIDStatusWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PutClustersRuntimeIDStatusWithResponse(ctx, runtimeID, body interface{}, reqEditors ...interface{}) *gomock.Call

PutClustersRuntimeIDStatusWithResponse indicates an expected call of PutClustersRuntimeIDStatusWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PutClustersWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PutClustersWithBodyWithResponse(ctx, contentType, body interface{}, reqEditors ...interface{}) *gomock.Call

PutClustersWithBodyWithResponse indicates an expected call of PutClustersWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PutClustersWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PutClustersWithResponse(ctx, body interface{}, reqEditors ...interface{}) *gomock.Call

PutClustersWithResponse indicates an expected call of PutClustersWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PutOperationsSchedulingIDCorrelationIDDebugWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PutOperationsSchedulingIDCorrelationIDDebugWithResponse(ctx, schedulingID, correlationID interface{}, reqEditors ...interface{}) *gomock.Call

PutOperationsSchedulingIDCorrelationIDDebugWithResponse indicates an expected call of PutOperationsSchedulingIDCorrelationIDDebugWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PutReconciliationsSchedulingIDDebugWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PutReconciliationsSchedulingIDDebugWithResponse(ctx, schedulingID interface{}, reqEditors ...interface{}) *gomock.Call

PutReconciliationsSchedulingIDDebugWithResponse indicates an expected call of PutReconciliationsSchedulingIDDebugWithResponse.

type MockHttpRequestDoer

type MockHttpRequestDoer struct {
	// contains filtered or unexported fields
}

MockHttpRequestDoer is a mock of HttpRequestDoer interface.

func NewMockHttpRequestDoer

func NewMockHttpRequestDoer(ctrl *gomock.Controller) *MockHttpRequestDoer

NewMockHttpRequestDoer creates a new mock instance.

func (*MockHttpRequestDoer) Do

Do mocks base method.

func (*MockHttpRequestDoer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockHttpRequestDoerMockRecorder

type MockHttpRequestDoerMockRecorder struct {
	// contains filtered or unexported fields
}

MockHttpRequestDoerMockRecorder is the mock recorder for MockHttpRequestDoer.

func (*MockHttpRequestDoerMockRecorder) Do

func (mr *MockHttpRequestDoerMockRecorder) Do(req interface{}) *gomock.Call

Do indicates an expected call of Do.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL