mocks

package
v0.19.8 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

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 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) DeleteProjectsProjectIdServicesServiceId

func (m *MockClientInterface) DeleteProjectsProjectIdServicesServiceId(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteProjectsProjectIdServicesServiceId mocks base method.

func (*MockClientInterface) DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetId

func (m *MockClientInterface) DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetId(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetId mocks base method.

func (*MockClientInterface) DeleteProjectsProjectIdVpcsVpcId

func (m *MockClientInterface) DeleteProjectsProjectIdVpcsVpcId(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteProjectsProjectIdVpcsVpcId mocks base method.

func (*MockClientInterface) DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringId

func (m *MockClientInterface) DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringId(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, peeringId api.PeeringId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringId mocks base method.

func (*MockClientInterface) EXPECT

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

func (*MockClientInterface) GetAuthInfo added in v0.18.0

func (m *MockClientInterface) GetAuthInfo(ctx context.Context, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetAuthInfo mocks base method.

func (*MockClientInterface) GetProjectsProjectIdServices

func (m *MockClientInterface) GetProjectsProjectIdServices(ctx context.Context, projectId api.ProjectId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetProjectsProjectIdServices mocks base method.

func (*MockClientInterface) GetProjectsProjectIdServicesServiceId

func (m *MockClientInterface) GetProjectsProjectIdServicesServiceId(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetProjectsProjectIdServicesServiceId mocks base method.

func (*MockClientInterface) GetProjectsProjectIdServicesServiceIdReplicaSets

func (m *MockClientInterface) GetProjectsProjectIdServicesServiceIdReplicaSets(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetProjectsProjectIdServicesServiceIdReplicaSets mocks base method.

func (*MockClientInterface) GetProjectsProjectIdVpcs

func (m *MockClientInterface) GetProjectsProjectIdVpcs(ctx context.Context, projectId api.ProjectId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetProjectsProjectIdVpcs mocks base method.

func (*MockClientInterface) GetProjectsProjectIdVpcsVpcId

func (m *MockClientInterface) GetProjectsProjectIdVpcsVpcId(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetProjectsProjectIdVpcsVpcId mocks base method.

func (*MockClientInterface) GetProjectsProjectIdVpcsVpcIdPeerings

func (m *MockClientInterface) GetProjectsProjectIdVpcsVpcIdPeerings(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetProjectsProjectIdVpcsVpcIdPeerings mocks base method.

func (*MockClientInterface) GetProjectsProjectIdVpcsVpcIdPeeringsPeeringId

func (m *MockClientInterface) GetProjectsProjectIdVpcsVpcIdPeeringsPeeringId(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, peeringId api.PeeringId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetProjectsProjectIdVpcsVpcIdPeeringsPeeringId mocks base method.

func (*MockClientInterface) PostAnalyticsIdentify added in v0.15.1

func (m *MockClientInterface) PostAnalyticsIdentify(ctx context.Context, body api.PostAnalyticsIdentifyJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostAnalyticsIdentify mocks base method.

func (*MockClientInterface) PostAnalyticsIdentifyWithBody added in v0.15.1

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

PostAnalyticsIdentifyWithBody mocks base method.

func (*MockClientInterface) PostAnalyticsTrack added in v0.15.1

func (m *MockClientInterface) PostAnalyticsTrack(ctx context.Context, body api.PostAnalyticsTrackJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostAnalyticsTrack mocks base method.

func (*MockClientInterface) PostAnalyticsTrackWithBody added in v0.15.1

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

PostAnalyticsTrackWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServices

func (m *MockClientInterface) PostProjectsProjectIdServices(ctx context.Context, projectId api.ProjectId, body api.PostProjectsProjectIdServicesJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServices mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdAttachToVPC

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdAttachToVPC(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.PostProjectsProjectIdServicesServiceIdAttachToVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdAttachToVPC mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdAttachToVPCWithBody

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdAttachToVPCWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdAttachToVPCWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdDetachFromVPC

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdDetachFromVPC(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.PostProjectsProjectIdServicesServiceIdDetachFromVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdDetachFromVPC mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBody

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdDisablePooler

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdDisablePooler(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdDisablePooler mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdEnablePooler

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdEnablePooler(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdEnablePooler mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdForkService

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdForkService(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.PostProjectsProjectIdServicesServiceIdForkServiceJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdForkService mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdForkServiceWithBody

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdForkServiceWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdForkServiceWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSets

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSets(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.PostProjectsProjectIdServicesServiceIdReplicaSetsJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdReplicaSets mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePooler

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePooler(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePooler mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePooler

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePooler(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePooler mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResize

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResize(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, body api.PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResize mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBody

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironment

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironment(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, body api.PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironment mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBody

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsWithBody

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdReplicaSetsWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdResize

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdResize(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.PostProjectsProjectIdServicesServiceIdResizeJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdResize mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdResizeWithBody

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdResizeWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdResizeWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdSetEnvironment

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdSetEnvironment(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.PostProjectsProjectIdServicesServiceIdSetEnvironmentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdSetEnvironment mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBody

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdSetHA

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdSetHA(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.PostProjectsProjectIdServicesServiceIdSetHAJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdSetHA mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdSetHAWithBody

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdSetHAWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdSetHAWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdStart added in v0.16.0

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdStart(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdStart mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdStop added in v0.16.0

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdStop(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdStop mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdUpdatePassword

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdUpdatePassword(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.PostProjectsProjectIdServicesServiceIdUpdatePasswordJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdUpdatePassword mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBody

func (m *MockClientInterface) PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdServicesWithBody

func (m *MockClientInterface) PostProjectsProjectIdServicesWithBody(ctx context.Context, projectId api.ProjectId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdServicesWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdVpcs

func (m *MockClientInterface) PostProjectsProjectIdVpcs(ctx context.Context, projectId api.ProjectId, body api.PostProjectsProjectIdVpcsJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdVpcs mocks base method.

func (*MockClientInterface) PostProjectsProjectIdVpcsVpcIdPeerings

func (m *MockClientInterface) PostProjectsProjectIdVpcsVpcIdPeerings(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, body api.PostProjectsProjectIdVpcsVpcIdPeeringsJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdVpcsVpcIdPeerings mocks base method.

func (*MockClientInterface) PostProjectsProjectIdVpcsVpcIdPeeringsWithBody

func (m *MockClientInterface) PostProjectsProjectIdVpcsVpcIdPeeringsWithBody(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdVpcsVpcIdPeeringsWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdVpcsVpcIdRename

func (m *MockClientInterface) PostProjectsProjectIdVpcsVpcIdRename(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, body api.PostProjectsProjectIdVpcsVpcIdRenameJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdVpcsVpcIdRename mocks base method.

func (*MockClientInterface) PostProjectsProjectIdVpcsVpcIdRenameWithBody

func (m *MockClientInterface) PostProjectsProjectIdVpcsVpcIdRenameWithBody(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdVpcsVpcIdRenameWithBody mocks base method.

func (*MockClientInterface) PostProjectsProjectIdVpcsWithBody

func (m *MockClientInterface) PostProjectsProjectIdVpcsWithBody(ctx context.Context, projectId api.ProjectId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

PostProjectsProjectIdVpcsWithBody mocks base method.

type MockClientInterfaceMockRecorder

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

MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.

func (*MockClientInterfaceMockRecorder) DeleteProjectsProjectIdServicesServiceId

func (mr *MockClientInterfaceMockRecorder) DeleteProjectsProjectIdServicesServiceId(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

DeleteProjectsProjectIdServicesServiceId indicates an expected call of DeleteProjectsProjectIdServicesServiceId.

func (*MockClientInterfaceMockRecorder) DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetId

func (mr *MockClientInterfaceMockRecorder) DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetId(ctx, projectId, serviceId, replicaSetId any, reqEditors ...any) *gomock.Call

DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetId indicates an expected call of DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetId.

func (*MockClientInterfaceMockRecorder) DeleteProjectsProjectIdVpcsVpcId

func (mr *MockClientInterfaceMockRecorder) DeleteProjectsProjectIdVpcsVpcId(ctx, projectId, vpcId any, reqEditors ...any) *gomock.Call

DeleteProjectsProjectIdVpcsVpcId indicates an expected call of DeleteProjectsProjectIdVpcsVpcId.

func (*MockClientInterfaceMockRecorder) DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringId

func (mr *MockClientInterfaceMockRecorder) DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringId(ctx, projectId, vpcId, peeringId any, reqEditors ...any) *gomock.Call

DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringId indicates an expected call of DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringId.

func (*MockClientInterfaceMockRecorder) GetAuthInfo added in v0.18.0

func (mr *MockClientInterfaceMockRecorder) GetAuthInfo(ctx any, reqEditors ...any) *gomock.Call

GetAuthInfo indicates an expected call of GetAuthInfo.

func (*MockClientInterfaceMockRecorder) GetProjectsProjectIdServices

func (mr *MockClientInterfaceMockRecorder) GetProjectsProjectIdServices(ctx, projectId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdServices indicates an expected call of GetProjectsProjectIdServices.

func (*MockClientInterfaceMockRecorder) GetProjectsProjectIdServicesServiceId

func (mr *MockClientInterfaceMockRecorder) GetProjectsProjectIdServicesServiceId(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdServicesServiceId indicates an expected call of GetProjectsProjectIdServicesServiceId.

func (*MockClientInterfaceMockRecorder) GetProjectsProjectIdServicesServiceIdReplicaSets

func (mr *MockClientInterfaceMockRecorder) GetProjectsProjectIdServicesServiceIdReplicaSets(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdServicesServiceIdReplicaSets indicates an expected call of GetProjectsProjectIdServicesServiceIdReplicaSets.

func (*MockClientInterfaceMockRecorder) GetProjectsProjectIdVpcs

func (mr *MockClientInterfaceMockRecorder) GetProjectsProjectIdVpcs(ctx, projectId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdVpcs indicates an expected call of GetProjectsProjectIdVpcs.

func (*MockClientInterfaceMockRecorder) GetProjectsProjectIdVpcsVpcId

func (mr *MockClientInterfaceMockRecorder) GetProjectsProjectIdVpcsVpcId(ctx, projectId, vpcId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdVpcsVpcId indicates an expected call of GetProjectsProjectIdVpcsVpcId.

func (*MockClientInterfaceMockRecorder) GetProjectsProjectIdVpcsVpcIdPeerings

func (mr *MockClientInterfaceMockRecorder) GetProjectsProjectIdVpcsVpcIdPeerings(ctx, projectId, vpcId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdVpcsVpcIdPeerings indicates an expected call of GetProjectsProjectIdVpcsVpcIdPeerings.

func (*MockClientInterfaceMockRecorder) GetProjectsProjectIdVpcsVpcIdPeeringsPeeringId

func (mr *MockClientInterfaceMockRecorder) GetProjectsProjectIdVpcsVpcIdPeeringsPeeringId(ctx, projectId, vpcId, peeringId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdVpcsVpcIdPeeringsPeeringId indicates an expected call of GetProjectsProjectIdVpcsVpcIdPeeringsPeeringId.

func (*MockClientInterfaceMockRecorder) PostAnalyticsIdentify added in v0.15.1

func (mr *MockClientInterfaceMockRecorder) PostAnalyticsIdentify(ctx, body any, reqEditors ...any) *gomock.Call

PostAnalyticsIdentify indicates an expected call of PostAnalyticsIdentify.

func (*MockClientInterfaceMockRecorder) PostAnalyticsIdentifyWithBody added in v0.15.1

func (mr *MockClientInterfaceMockRecorder) PostAnalyticsIdentifyWithBody(ctx, contentType, body any, reqEditors ...any) *gomock.Call

PostAnalyticsIdentifyWithBody indicates an expected call of PostAnalyticsIdentifyWithBody.

func (*MockClientInterfaceMockRecorder) PostAnalyticsTrack added in v0.15.1

func (mr *MockClientInterfaceMockRecorder) PostAnalyticsTrack(ctx, body any, reqEditors ...any) *gomock.Call

PostAnalyticsTrack indicates an expected call of PostAnalyticsTrack.

func (*MockClientInterfaceMockRecorder) PostAnalyticsTrackWithBody added in v0.15.1

func (mr *MockClientInterfaceMockRecorder) PostAnalyticsTrackWithBody(ctx, contentType, body any, reqEditors ...any) *gomock.Call

PostAnalyticsTrackWithBody indicates an expected call of PostAnalyticsTrackWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServices

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServices(ctx, projectId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServices indicates an expected call of PostProjectsProjectIdServices.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdAttachToVPC

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdAttachToVPC(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdAttachToVPC indicates an expected call of PostProjectsProjectIdServicesServiceIdAttachToVPC.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdAttachToVPCWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdAttachToVPCWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdAttachToVPCWithBody indicates an expected call of PostProjectsProjectIdServicesServiceIdAttachToVPCWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdDetachFromVPC

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdDetachFromVPC(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdDetachFromVPC indicates an expected call of PostProjectsProjectIdServicesServiceIdDetachFromVPC.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBody indicates an expected call of PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdDisablePooler

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdDisablePooler(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdDisablePooler indicates an expected call of PostProjectsProjectIdServicesServiceIdDisablePooler.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdEnablePooler

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdEnablePooler(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdEnablePooler indicates an expected call of PostProjectsProjectIdServicesServiceIdEnablePooler.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdForkService

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdForkService(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdForkService indicates an expected call of PostProjectsProjectIdServicesServiceIdForkService.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdForkServiceWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdForkServiceWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdForkServiceWithBody indicates an expected call of PostProjectsProjectIdServicesServiceIdForkServiceWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSets

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSets(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSets indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSets.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePooler

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePooler(ctx, projectId, serviceId, replicaSetId any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePooler indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePooler.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePooler

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePooler(ctx, projectId, serviceId, replicaSetId any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePooler indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePooler.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResize

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResize(ctx, projectId, serviceId, replicaSetId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResize indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResize.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBody(ctx, projectId, serviceId, replicaSetId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBody indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironment

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironment(ctx, projectId, serviceId, replicaSetId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironment indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironment.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBody(ctx, projectId, serviceId, replicaSetId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBody indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsWithBody indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdResize

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdResize(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdResize indicates an expected call of PostProjectsProjectIdServicesServiceIdResize.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdResizeWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdResizeWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdResizeWithBody indicates an expected call of PostProjectsProjectIdServicesServiceIdResizeWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetEnvironment

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetEnvironment(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdSetEnvironment indicates an expected call of PostProjectsProjectIdServicesServiceIdSetEnvironment.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBody indicates an expected call of PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetHA

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetHA(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdSetHA indicates an expected call of PostProjectsProjectIdServicesServiceIdSetHA.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetHAWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetHAWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdSetHAWithBody indicates an expected call of PostProjectsProjectIdServicesServiceIdSetHAWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdStart added in v0.16.0

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdStart(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdStart indicates an expected call of PostProjectsProjectIdServicesServiceIdStart.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdStop added in v0.16.0

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdStop(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdStop indicates an expected call of PostProjectsProjectIdServicesServiceIdStop.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdUpdatePassword

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdUpdatePassword(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdUpdatePassword indicates an expected call of PostProjectsProjectIdServicesServiceIdUpdatePassword.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBody indicates an expected call of PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdServicesWithBody(ctx, projectId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesWithBody indicates an expected call of PostProjectsProjectIdServicesWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdVpcs

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdVpcs(ctx, projectId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdVpcs indicates an expected call of PostProjectsProjectIdVpcs.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdPeerings

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdPeerings(ctx, projectId, vpcId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdVpcsVpcIdPeerings indicates an expected call of PostProjectsProjectIdVpcsVpcIdPeerings.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdPeeringsWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdPeeringsWithBody(ctx, projectId, vpcId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdVpcsVpcIdPeeringsWithBody indicates an expected call of PostProjectsProjectIdVpcsVpcIdPeeringsWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdRename

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdRename(ctx, projectId, vpcId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdVpcsVpcIdRename indicates an expected call of PostProjectsProjectIdVpcsVpcIdRename.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdRenameWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdRenameWithBody(ctx, projectId, vpcId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdVpcsVpcIdRenameWithBody indicates an expected call of PostProjectsProjectIdVpcsVpcIdRenameWithBody.

func (*MockClientInterfaceMockRecorder) PostProjectsProjectIdVpcsWithBody

func (mr *MockClientInterfaceMockRecorder) PostProjectsProjectIdVpcsWithBody(ctx, projectId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdVpcsWithBody indicates an expected call of PostProjectsProjectIdVpcsWithBody.

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) DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdWithResponse

func (m *MockClientWithResponsesInterface) DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, reqEditors ...api.RequestEditorFn) (*api.DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResponse, error)

DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteProjectsProjectIdServicesServiceIdWithResponse

func (m *MockClientWithResponsesInterface) DeleteProjectsProjectIdServicesServiceIdWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.DeleteProjectsProjectIdServicesServiceIdResponse, error)

DeleteProjectsProjectIdServicesServiceIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse

func (m *MockClientWithResponsesInterface) DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, peeringId api.PeeringId, reqEditors ...api.RequestEditorFn) (*api.DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringIdResponse, error)

DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteProjectsProjectIdVpcsVpcIdWithResponse

func (m *MockClientWithResponsesInterface) DeleteProjectsProjectIdVpcsVpcIdWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, reqEditors ...api.RequestEditorFn) (*api.DeleteProjectsProjectIdVpcsVpcIdResponse, error)

DeleteProjectsProjectIdVpcsVpcIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) EXPECT

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

func (*MockClientWithResponsesInterface) GetAuthInfoWithResponse added in v0.18.0

func (m *MockClientWithResponsesInterface) GetAuthInfoWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.GetAuthInfoResponse, error)

GetAuthInfoWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetProjectsProjectIdServicesServiceIdReplicaSetsWithResponse

func (m *MockClientWithResponsesInterface) GetProjectsProjectIdServicesServiceIdReplicaSetsWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.GetProjectsProjectIdServicesServiceIdReplicaSetsResponse, error)

GetProjectsProjectIdServicesServiceIdReplicaSetsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetProjectsProjectIdServicesServiceIdWithResponse

func (m *MockClientWithResponsesInterface) GetProjectsProjectIdServicesServiceIdWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.GetProjectsProjectIdServicesServiceIdResponse, error)

GetProjectsProjectIdServicesServiceIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetProjectsProjectIdServicesWithResponse

func (m *MockClientWithResponsesInterface) GetProjectsProjectIdServicesWithResponse(ctx context.Context, projectId api.ProjectId, reqEditors ...api.RequestEditorFn) (*api.GetProjectsProjectIdServicesResponse, error)

GetProjectsProjectIdServicesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse

func (m *MockClientWithResponsesInterface) GetProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, peeringId api.PeeringId, reqEditors ...api.RequestEditorFn) (*api.GetProjectsProjectIdVpcsVpcIdPeeringsPeeringIdResponse, error)

GetProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetProjectsProjectIdVpcsVpcIdPeeringsWithResponse

func (m *MockClientWithResponsesInterface) GetProjectsProjectIdVpcsVpcIdPeeringsWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, reqEditors ...api.RequestEditorFn) (*api.GetProjectsProjectIdVpcsVpcIdPeeringsResponse, error)

GetProjectsProjectIdVpcsVpcIdPeeringsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetProjectsProjectIdVpcsVpcIdWithResponse

func (m *MockClientWithResponsesInterface) GetProjectsProjectIdVpcsVpcIdWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, reqEditors ...api.RequestEditorFn) (*api.GetProjectsProjectIdVpcsVpcIdResponse, error)

GetProjectsProjectIdVpcsVpcIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetProjectsProjectIdVpcsWithResponse

func (m *MockClientWithResponsesInterface) GetProjectsProjectIdVpcsWithResponse(ctx context.Context, projectId api.ProjectId, reqEditors ...api.RequestEditorFn) (*api.GetProjectsProjectIdVpcsResponse, error)

GetProjectsProjectIdVpcsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostAnalyticsIdentifyWithBodyWithResponse added in v0.15.1

func (m *MockClientWithResponsesInterface) PostAnalyticsIdentifyWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostAnalyticsIdentifyResponse, error)

PostAnalyticsIdentifyWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostAnalyticsIdentifyWithResponse added in v0.15.1

PostAnalyticsIdentifyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostAnalyticsTrackWithBodyWithResponse added in v0.15.1

func (m *MockClientWithResponsesInterface) PostAnalyticsTrackWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostAnalyticsTrackResponse, error)

PostAnalyticsTrackWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostAnalyticsTrackWithResponse added in v0.15.1

PostAnalyticsTrackWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdAttachToVPCWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdAttachToVPCWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdAttachToVPCResponse, error)

PostProjectsProjectIdServicesServiceIdAttachToVPCWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdAttachToVPCWithResponse

PostProjectsProjectIdServicesServiceIdAttachToVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdDetachFromVPCResponse, error)

PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdDetachFromVPCWithResponse

PostProjectsProjectIdServicesServiceIdDetachFromVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdDisablePoolerWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdDisablePoolerWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdDisablePoolerResponse, error)

PostProjectsProjectIdServicesServiceIdDisablePoolerWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdEnablePoolerWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdEnablePoolerWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdEnablePoolerResponse, error)

PostProjectsProjectIdServicesServiceIdEnablePoolerWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdForkServiceWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdForkServiceWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdForkServiceResponse, error)

PostProjectsProjectIdServicesServiceIdForkServiceWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdForkServiceWithResponse

PostProjectsProjectIdServicesServiceIdForkServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePoolerWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePoolerWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePoolerResponse, error)

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePoolerWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePoolerWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePoolerWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePoolerResponse, error)

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePoolerWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeResponse, error)

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithResponse

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentResponse, error)

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithResponse

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdReplicaSetsResponse, error)

PostProjectsProjectIdServicesServiceIdReplicaSetsWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdReplicaSetsWithResponse

PostProjectsProjectIdServicesServiceIdReplicaSetsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdResizeWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdResizeWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdResizeResponse, error)

PostProjectsProjectIdServicesServiceIdResizeWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdResizeWithResponse

PostProjectsProjectIdServicesServiceIdResizeWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdSetEnvironmentResponse, error)

PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdSetEnvironmentWithResponse

PostProjectsProjectIdServicesServiceIdSetEnvironmentWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdSetHAWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdSetHAWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdSetHAResponse, error)

PostProjectsProjectIdServicesServiceIdSetHAWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdSetHAWithResponse

PostProjectsProjectIdServicesServiceIdSetHAWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdStartWithResponse added in v0.16.0

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdStartWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdStartResponse, error)

PostProjectsProjectIdServicesServiceIdStartWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdStopWithResponse added in v0.16.0

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdStopWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdStopResponse, error)

PostProjectsProjectIdServicesServiceIdStopWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesServiceIdUpdatePasswordResponse, error)

PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesServiceIdUpdatePasswordWithResponse

PostProjectsProjectIdServicesServiceIdUpdatePasswordWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdServicesWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdServicesResponse, error)

PostProjectsProjectIdServicesWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdServicesWithResponse

PostProjectsProjectIdServicesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdVpcsVpcIdPeeringsWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdVpcsVpcIdPeeringsWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdVpcsVpcIdPeeringsResponse, error)

PostProjectsProjectIdVpcsVpcIdPeeringsWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdVpcsVpcIdPeeringsWithResponse

PostProjectsProjectIdVpcsVpcIdPeeringsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdVpcsVpcIdRenameWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdVpcsVpcIdRenameWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdVpcsVpcIdRenameResponse, error)

PostProjectsProjectIdVpcsVpcIdRenameWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdVpcsVpcIdRenameWithResponse

PostProjectsProjectIdVpcsVpcIdRenameWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdVpcsWithBodyWithResponse

func (m *MockClientWithResponsesInterface) PostProjectsProjectIdVpcsWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.PostProjectsProjectIdVpcsResponse, error)

PostProjectsProjectIdVpcsWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostProjectsProjectIdVpcsWithResponse

PostProjectsProjectIdVpcsWithResponse mocks base method.

type MockClientWithResponsesInterfaceMockRecorder

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

MockClientWithResponsesInterfaceMockRecorder is the mock recorder for MockClientWithResponsesInterface.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdWithResponse(ctx, projectId, serviceId, replicaSetId any, reqEditors ...any) *gomock.Call

DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdWithResponse indicates an expected call of DeleteProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteProjectsProjectIdServicesServiceIdWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteProjectsProjectIdServicesServiceIdWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

DeleteProjectsProjectIdServicesServiceIdWithResponse indicates an expected call of DeleteProjectsProjectIdServicesServiceIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse(ctx, projectId, vpcId, peeringId any, reqEditors ...any) *gomock.Call

DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse indicates an expected call of DeleteProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteProjectsProjectIdVpcsVpcIdWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteProjectsProjectIdVpcsVpcIdWithResponse(ctx, projectId, vpcId any, reqEditors ...any) *gomock.Call

DeleteProjectsProjectIdVpcsVpcIdWithResponse indicates an expected call of DeleteProjectsProjectIdVpcsVpcIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetAuthInfoWithResponse added in v0.18.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetAuthInfoWithResponse(ctx any, reqEditors ...any) *gomock.Call

GetAuthInfoWithResponse indicates an expected call of GetAuthInfoWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdServicesServiceIdReplicaSetsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdServicesServiceIdReplicaSetsWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdServicesServiceIdReplicaSetsWithResponse indicates an expected call of GetProjectsProjectIdServicesServiceIdReplicaSetsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdServicesServiceIdWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdServicesServiceIdWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdServicesServiceIdWithResponse indicates an expected call of GetProjectsProjectIdServicesServiceIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdServicesWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdServicesWithResponse(ctx, projectId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdServicesWithResponse indicates an expected call of GetProjectsProjectIdServicesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse(ctx, projectId, vpcId, peeringId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse indicates an expected call of GetProjectsProjectIdVpcsVpcIdPeeringsPeeringIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdVpcsVpcIdPeeringsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdVpcsVpcIdPeeringsWithResponse(ctx, projectId, vpcId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdVpcsVpcIdPeeringsWithResponse indicates an expected call of GetProjectsProjectIdVpcsVpcIdPeeringsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdVpcsVpcIdWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdVpcsVpcIdWithResponse(ctx, projectId, vpcId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdVpcsVpcIdWithResponse indicates an expected call of GetProjectsProjectIdVpcsVpcIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdVpcsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetProjectsProjectIdVpcsWithResponse(ctx, projectId any, reqEditors ...any) *gomock.Call

GetProjectsProjectIdVpcsWithResponse indicates an expected call of GetProjectsProjectIdVpcsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostAnalyticsIdentifyWithBodyWithResponse added in v0.15.1

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostAnalyticsIdentifyWithBodyWithResponse(ctx, contentType, body any, reqEditors ...any) *gomock.Call

PostAnalyticsIdentifyWithBodyWithResponse indicates an expected call of PostAnalyticsIdentifyWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostAnalyticsIdentifyWithResponse added in v0.15.1

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostAnalyticsIdentifyWithResponse(ctx, body any, reqEditors ...any) *gomock.Call

PostAnalyticsIdentifyWithResponse indicates an expected call of PostAnalyticsIdentifyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostAnalyticsTrackWithBodyWithResponse added in v0.15.1

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostAnalyticsTrackWithBodyWithResponse(ctx, contentType, body any, reqEditors ...any) *gomock.Call

PostAnalyticsTrackWithBodyWithResponse indicates an expected call of PostAnalyticsTrackWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostAnalyticsTrackWithResponse added in v0.15.1

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostAnalyticsTrackWithResponse(ctx, body any, reqEditors ...any) *gomock.Call

PostAnalyticsTrackWithResponse indicates an expected call of PostAnalyticsTrackWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdAttachToVPCWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdAttachToVPCWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdAttachToVPCWithBodyWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdAttachToVPCWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdAttachToVPCWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdAttachToVPCWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdAttachToVPCWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdAttachToVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBodyWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdDetachFromVPCWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdDetachFromVPCWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdDetachFromVPCWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdDetachFromVPCWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdDetachFromVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdDisablePoolerWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdDisablePoolerWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdDisablePoolerWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdDisablePoolerWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdEnablePoolerWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdEnablePoolerWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdEnablePoolerWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdEnablePoolerWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdForkServiceWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdForkServiceWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdForkServiceWithBodyWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdForkServiceWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdForkServiceWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdForkServiceWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdForkServiceWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdForkServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePoolerWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePoolerWithResponse(ctx, projectId, serviceId, replicaSetId any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePoolerWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdDisablePoolerWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePoolerWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePoolerWithResponse(ctx, projectId, serviceId, replicaSetId any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePoolerWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdEnablePoolerWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBodyWithResponse(ctx, projectId, serviceId, replicaSetId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBodyWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithResponse(ctx, projectId, serviceId, replicaSetId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdResizeWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBodyWithResponse(ctx, projectId, serviceId, replicaSetId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBodyWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithResponse(ctx, projectId, serviceId, replicaSetId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsReplicaSetIdSetEnvironmentWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsWithBodyWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdReplicaSetsWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdReplicaSetsWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdReplicaSetsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdResizeWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdResizeWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdResizeWithBodyWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdResizeWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdResizeWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdResizeWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdResizeWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdResizeWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBodyWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdSetEnvironmentWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetEnvironmentWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetEnvironmentWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdSetEnvironmentWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdSetEnvironmentWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetHAWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetHAWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdSetHAWithBodyWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdSetHAWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetHAWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdSetHAWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdSetHAWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdSetHAWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdStartWithResponse added in v0.16.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdStartWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdStartWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdStartWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdStopWithResponse added in v0.16.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdStopWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdStopWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdStopWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBodyWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdUpdatePasswordWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdUpdatePasswordWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesServiceIdUpdatePasswordWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesServiceIdUpdatePasswordWithResponse indicates an expected call of PostProjectsProjectIdServicesServiceIdUpdatePasswordWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesWithBodyWithResponse(ctx, projectId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesWithBodyWithResponse indicates an expected call of PostProjectsProjectIdServicesWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdServicesWithResponse(ctx, projectId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdServicesWithResponse indicates an expected call of PostProjectsProjectIdServicesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdPeeringsWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdPeeringsWithBodyWithResponse(ctx, projectId, vpcId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdVpcsVpcIdPeeringsWithBodyWithResponse indicates an expected call of PostProjectsProjectIdVpcsVpcIdPeeringsWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdPeeringsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdPeeringsWithResponse(ctx, projectId, vpcId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdVpcsVpcIdPeeringsWithResponse indicates an expected call of PostProjectsProjectIdVpcsVpcIdPeeringsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdRenameWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdRenameWithBodyWithResponse(ctx, projectId, vpcId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdVpcsVpcIdRenameWithBodyWithResponse indicates an expected call of PostProjectsProjectIdVpcsVpcIdRenameWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdRenameWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdVpcsVpcIdRenameWithResponse(ctx, projectId, vpcId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdVpcsVpcIdRenameWithResponse indicates an expected call of PostProjectsProjectIdVpcsVpcIdRenameWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdVpcsWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdVpcsWithBodyWithResponse(ctx, projectId, contentType, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdVpcsWithBodyWithResponse indicates an expected call of PostProjectsProjectIdVpcsWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdVpcsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostProjectsProjectIdVpcsWithResponse(ctx, projectId, body any, reqEditors ...any) *gomock.Call

PostProjectsProjectIdVpcsWithResponse indicates an expected call of PostProjectsProjectIdVpcsWithResponse.

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

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