mocks

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2026 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) AttachServiceToVPC

func (m *MockClientInterface) AttachServiceToVPC(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.AttachServiceToVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AttachServiceToVPC mocks base method.

func (*MockClientInterface) AttachServiceToVPCWithBody

func (m *MockClientInterface) AttachServiceToVPCWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AttachServiceToVPCWithBody mocks base method.

func (*MockClientInterface) CreateReplicaSet

func (m *MockClientInterface) CreateReplicaSet(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.CreateReplicaSetJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateReplicaSet mocks base method.

func (*MockClientInterface) CreateReplicaSetWithBody

func (m *MockClientInterface) CreateReplicaSetWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateReplicaSetWithBody mocks base method.

func (*MockClientInterface) CreateService

func (m *MockClientInterface) CreateService(ctx context.Context, projectID api.ProjectID, body api.CreateServiceJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateService mocks base method.

func (*MockClientInterface) CreateServiceWithBody

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

CreateServiceWithBody mocks base method.

func (*MockClientInterface) CreateVPC

func (m *MockClientInterface) CreateVPC(ctx context.Context, projectID api.ProjectID, body api.CreateVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateVPC mocks base method.

func (*MockClientInterface) CreateVPCPeering

func (m *MockClientInterface) CreateVPCPeering(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, body api.CreateVPCPeeringJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateVPCPeering mocks base method.

func (*MockClientInterface) CreateVPCPeeringWithBody

func (m *MockClientInterface) CreateVPCPeeringWithBody(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateVPCPeeringWithBody mocks base method.

func (*MockClientInterface) CreateVPCWithBody

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

CreateVPCWithBody mocks base method.

func (*MockClientInterface) DeleteReplicaSet

func (m *MockClientInterface) DeleteReplicaSet(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteReplicaSet mocks base method.

func (*MockClientInterface) DeleteService

func (m *MockClientInterface) DeleteService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteService mocks base method.

func (*MockClientInterface) DeleteVPC

func (m *MockClientInterface) DeleteVPC(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteVPC mocks base method.

func (*MockClientInterface) DeleteVPCPeering

func (m *MockClientInterface) DeleteVPCPeering(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, peeringID api.PeeringID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteVPCPeering mocks base method.

func (*MockClientInterface) DetachServiceFromVPC

func (m *MockClientInterface) DetachServiceFromVPC(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.DetachServiceFromVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DetachServiceFromVPC mocks base method.

func (*MockClientInterface) DetachServiceFromVPCWithBody

func (m *MockClientInterface) DetachServiceFromVPCWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DetachServiceFromVPCWithBody mocks base method.

func (*MockClientInterface) DisablePooler

func (m *MockClientInterface) DisablePooler(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DisablePooler mocks base method.

func (*MockClientInterface) DisableReplicaPooler

func (m *MockClientInterface) DisableReplicaPooler(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DisableReplicaPooler mocks base method.

func (*MockClientInterface) EXPECT

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

func (*MockClientInterface) EnablePooler

func (m *MockClientInterface) EnablePooler(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

EnablePooler mocks base method.

func (*MockClientInterface) EnableReplicaPooler

func (m *MockClientInterface) EnableReplicaPooler(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

EnableReplicaPooler mocks base method.

func (*MockClientInterface) ForkService

func (m *MockClientInterface) ForkService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.ForkServiceJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ForkService mocks base method.

func (*MockClientInterface) ForkServiceWithBody

func (m *MockClientInterface) ForkServiceWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ForkServiceWithBody mocks base method.

func (*MockClientInterface) GetAuthInfo

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

GetAuthInfo mocks base method.

func (*MockClientInterface) GetProjects

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

GetProjects mocks base method.

func (*MockClientInterface) GetReplicaSets

func (m *MockClientInterface) GetReplicaSets(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetReplicaSets mocks base method.

func (*MockClientInterface) GetService

func (m *MockClientInterface) GetService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetService mocks base method.

func (*MockClientInterface) GetServiceLogs

func (m *MockClientInterface) GetServiceLogs(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, params *api.GetServiceLogsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetServiceLogs mocks base method.

func (*MockClientInterface) GetServiceMetricsAvailableSeries

func (m *MockClientInterface) GetServiceMetricsAvailableSeries(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetServiceMetricsAvailableSeries mocks base method.

func (*MockClientInterface) GetServiceMetricsSeries

func (m *MockClientInterface) GetServiceMetricsSeries(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.GetServiceMetricsSeriesJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetServiceMetricsSeries mocks base method.

func (*MockClientInterface) GetServiceMetricsSeriesWithBody

func (m *MockClientInterface) GetServiceMetricsSeriesWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetServiceMetricsSeriesWithBody mocks base method.

func (*MockClientInterface) GetServices

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

GetServices mocks base method.

func (*MockClientInterface) GetVPC

func (m *MockClientInterface) GetVPC(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetVPC mocks base method.

func (*MockClientInterface) GetVPCPeering

func (m *MockClientInterface) GetVPCPeering(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, peeringID api.PeeringID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetVPCPeering mocks base method.

func (*MockClientInterface) GetVPCPeerings

func (m *MockClientInterface) GetVPCPeerings(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetVPCPeerings mocks base method.

func (*MockClientInterface) GetVPCs

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

GetVPCs mocks base method.

func (*MockClientInterface) IdentifyUser

IdentifyUser mocks base method.

func (*MockClientInterface) IdentifyUserWithBody

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

IdentifyUserWithBody mocks base method.

func (*MockClientInterface) Logout

Logout mocks base method.

func (*MockClientInterface) LogoutWithBody

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

LogoutWithBody mocks base method.

func (*MockClientInterface) RenameService

func (m *MockClientInterface) RenameService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.RenameServiceJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RenameService mocks base method.

func (*MockClientInterface) RenameServiceWithBody

func (m *MockClientInterface) RenameServiceWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RenameServiceWithBody mocks base method.

func (*MockClientInterface) RenameVPC

func (m *MockClientInterface) RenameVPC(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, body api.RenameVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RenameVPC mocks base method.

func (*MockClientInterface) RenameVPCWithBody

func (m *MockClientInterface) RenameVPCWithBody(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RenameVPCWithBody mocks base method.

func (*MockClientInterface) ResizeReplicaSet

func (m *MockClientInterface) ResizeReplicaSet(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, body api.ResizeReplicaSetJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ResizeReplicaSet mocks base method.

func (*MockClientInterface) ResizeReplicaSetWithBody

func (m *MockClientInterface) ResizeReplicaSetWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ResizeReplicaSetWithBody mocks base method.

func (*MockClientInterface) ResizeService

func (m *MockClientInterface) ResizeService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.ResizeServiceJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ResizeService mocks base method.

func (*MockClientInterface) ResizeServiceWithBody

func (m *MockClientInterface) ResizeServiceWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ResizeServiceWithBody mocks base method.

func (*MockClientInterface) SetEnvironment

func (m *MockClientInterface) SetEnvironment(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.SetEnvironmentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

SetEnvironment mocks base method.

func (*MockClientInterface) SetEnvironmentWithBody

func (m *MockClientInterface) SetEnvironmentWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

SetEnvironmentWithBody mocks base method.

func (*MockClientInterface) SetHAReplica

func (m *MockClientInterface) SetHAReplica(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.SetHAReplicaJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

SetHAReplica mocks base method.

func (*MockClientInterface) SetHAReplicaWithBody

func (m *MockClientInterface) SetHAReplicaWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

SetHAReplicaWithBody mocks base method.

func (*MockClientInterface) SetReplicaEnvironment

func (m *MockClientInterface) SetReplicaEnvironment(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, body api.SetReplicaEnvironmentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

SetReplicaEnvironment mocks base method.

func (*MockClientInterface) SetReplicaEnvironmentWithBody

func (m *MockClientInterface) SetReplicaEnvironmentWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

SetReplicaEnvironmentWithBody mocks base method.

func (*MockClientInterface) StartService

func (m *MockClientInterface) StartService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

StartService mocks base method.

func (*MockClientInterface) StopService

func (m *MockClientInterface) StopService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*http.Response, error)

StopService mocks base method.

func (*MockClientInterface) TrackEvent

TrackEvent mocks base method.

func (*MockClientInterface) TrackEventWithBody

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

TrackEventWithBody mocks base method.

func (*MockClientInterface) UpdatePassword

func (m *MockClientInterface) UpdatePassword(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.UpdatePasswordJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdatePassword mocks base method.

func (*MockClientInterface) UpdatePasswordWithBody

func (m *MockClientInterface) UpdatePasswordWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdatePasswordWithBody mocks base method.

type MockClientInterfaceMockRecorder

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

MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.

func (*MockClientInterfaceMockRecorder) AttachServiceToVPC

func (mr *MockClientInterfaceMockRecorder) AttachServiceToVPC(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

AttachServiceToVPC indicates an expected call of AttachServiceToVPC.

func (*MockClientInterfaceMockRecorder) AttachServiceToVPCWithBody

func (mr *MockClientInterfaceMockRecorder) AttachServiceToVPCWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

AttachServiceToVPCWithBody indicates an expected call of AttachServiceToVPCWithBody.

func (*MockClientInterfaceMockRecorder) CreateReplicaSet

func (mr *MockClientInterfaceMockRecorder) CreateReplicaSet(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

CreateReplicaSet indicates an expected call of CreateReplicaSet.

func (*MockClientInterfaceMockRecorder) CreateReplicaSetWithBody

func (mr *MockClientInterfaceMockRecorder) CreateReplicaSetWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

CreateReplicaSetWithBody indicates an expected call of CreateReplicaSetWithBody.

func (*MockClientInterfaceMockRecorder) CreateService

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

CreateService indicates an expected call of CreateService.

func (*MockClientInterfaceMockRecorder) CreateServiceWithBody

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

CreateServiceWithBody indicates an expected call of CreateServiceWithBody.

func (*MockClientInterfaceMockRecorder) CreateVPC

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

CreateVPC indicates an expected call of CreateVPC.

func (*MockClientInterfaceMockRecorder) CreateVPCPeering

func (mr *MockClientInterfaceMockRecorder) CreateVPCPeering(ctx, projectID, vpcID, body any, reqEditors ...any) *gomock.Call

CreateVPCPeering indicates an expected call of CreateVPCPeering.

func (*MockClientInterfaceMockRecorder) CreateVPCPeeringWithBody

func (mr *MockClientInterfaceMockRecorder) CreateVPCPeeringWithBody(ctx, projectID, vpcID, contentType, body any, reqEditors ...any) *gomock.Call

CreateVPCPeeringWithBody indicates an expected call of CreateVPCPeeringWithBody.

func (*MockClientInterfaceMockRecorder) CreateVPCWithBody

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

CreateVPCWithBody indicates an expected call of CreateVPCWithBody.

func (*MockClientInterfaceMockRecorder) DeleteReplicaSet

func (mr *MockClientInterfaceMockRecorder) DeleteReplicaSet(ctx, projectID, serviceID, replicaSetID any, reqEditors ...any) *gomock.Call

DeleteReplicaSet indicates an expected call of DeleteReplicaSet.

func (*MockClientInterfaceMockRecorder) DeleteService

func (mr *MockClientInterfaceMockRecorder) DeleteService(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

DeleteService indicates an expected call of DeleteService.

func (*MockClientInterfaceMockRecorder) DeleteVPC

func (mr *MockClientInterfaceMockRecorder) DeleteVPC(ctx, projectID, vpcID any, reqEditors ...any) *gomock.Call

DeleteVPC indicates an expected call of DeleteVPC.

func (*MockClientInterfaceMockRecorder) DeleteVPCPeering

func (mr *MockClientInterfaceMockRecorder) DeleteVPCPeering(ctx, projectID, vpcID, peeringID any, reqEditors ...any) *gomock.Call

DeleteVPCPeering indicates an expected call of DeleteVPCPeering.

func (*MockClientInterfaceMockRecorder) DetachServiceFromVPC

func (mr *MockClientInterfaceMockRecorder) DetachServiceFromVPC(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

DetachServiceFromVPC indicates an expected call of DetachServiceFromVPC.

func (*MockClientInterfaceMockRecorder) DetachServiceFromVPCWithBody

func (mr *MockClientInterfaceMockRecorder) DetachServiceFromVPCWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

DetachServiceFromVPCWithBody indicates an expected call of DetachServiceFromVPCWithBody.

func (*MockClientInterfaceMockRecorder) DisablePooler

func (mr *MockClientInterfaceMockRecorder) DisablePooler(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

DisablePooler indicates an expected call of DisablePooler.

func (*MockClientInterfaceMockRecorder) DisableReplicaPooler

func (mr *MockClientInterfaceMockRecorder) DisableReplicaPooler(ctx, projectID, serviceID, replicaSetID any, reqEditors ...any) *gomock.Call

DisableReplicaPooler indicates an expected call of DisableReplicaPooler.

func (*MockClientInterfaceMockRecorder) EnablePooler

func (mr *MockClientInterfaceMockRecorder) EnablePooler(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

EnablePooler indicates an expected call of EnablePooler.

func (*MockClientInterfaceMockRecorder) EnableReplicaPooler

func (mr *MockClientInterfaceMockRecorder) EnableReplicaPooler(ctx, projectID, serviceID, replicaSetID any, reqEditors ...any) *gomock.Call

EnableReplicaPooler indicates an expected call of EnableReplicaPooler.

func (*MockClientInterfaceMockRecorder) ForkService

func (mr *MockClientInterfaceMockRecorder) ForkService(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

ForkService indicates an expected call of ForkService.

func (*MockClientInterfaceMockRecorder) ForkServiceWithBody

func (mr *MockClientInterfaceMockRecorder) ForkServiceWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

ForkServiceWithBody indicates an expected call of ForkServiceWithBody.

func (*MockClientInterfaceMockRecorder) GetAuthInfo

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

GetAuthInfo indicates an expected call of GetAuthInfo.

func (*MockClientInterfaceMockRecorder) GetProjects

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

GetProjects indicates an expected call of GetProjects.

func (*MockClientInterfaceMockRecorder) GetReplicaSets

func (mr *MockClientInterfaceMockRecorder) GetReplicaSets(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

GetReplicaSets indicates an expected call of GetReplicaSets.

func (*MockClientInterfaceMockRecorder) GetService

func (mr *MockClientInterfaceMockRecorder) GetService(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

GetService indicates an expected call of GetService.

func (*MockClientInterfaceMockRecorder) GetServiceLogs

func (mr *MockClientInterfaceMockRecorder) GetServiceLogs(ctx, projectID, serviceID, params any, reqEditors ...any) *gomock.Call

GetServiceLogs indicates an expected call of GetServiceLogs.

func (*MockClientInterfaceMockRecorder) GetServiceMetricsAvailableSeries

func (mr *MockClientInterfaceMockRecorder) GetServiceMetricsAvailableSeries(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

GetServiceMetricsAvailableSeries indicates an expected call of GetServiceMetricsAvailableSeries.

func (*MockClientInterfaceMockRecorder) GetServiceMetricsSeries

func (mr *MockClientInterfaceMockRecorder) GetServiceMetricsSeries(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

GetServiceMetricsSeries indicates an expected call of GetServiceMetricsSeries.

func (*MockClientInterfaceMockRecorder) GetServiceMetricsSeriesWithBody

func (mr *MockClientInterfaceMockRecorder) GetServiceMetricsSeriesWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

GetServiceMetricsSeriesWithBody indicates an expected call of GetServiceMetricsSeriesWithBody.

func (*MockClientInterfaceMockRecorder) GetServices

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

GetServices indicates an expected call of GetServices.

func (*MockClientInterfaceMockRecorder) GetVPC

func (mr *MockClientInterfaceMockRecorder) GetVPC(ctx, projectID, vpcID any, reqEditors ...any) *gomock.Call

GetVPC indicates an expected call of GetVPC.

func (*MockClientInterfaceMockRecorder) GetVPCPeering

func (mr *MockClientInterfaceMockRecorder) GetVPCPeering(ctx, projectID, vpcID, peeringID any, reqEditors ...any) *gomock.Call

GetVPCPeering indicates an expected call of GetVPCPeering.

func (*MockClientInterfaceMockRecorder) GetVPCPeerings

func (mr *MockClientInterfaceMockRecorder) GetVPCPeerings(ctx, projectID, vpcID any, reqEditors ...any) *gomock.Call

GetVPCPeerings indicates an expected call of GetVPCPeerings.

func (*MockClientInterfaceMockRecorder) GetVPCs

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

GetVPCs indicates an expected call of GetVPCs.

func (*MockClientInterfaceMockRecorder) IdentifyUser

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

IdentifyUser indicates an expected call of IdentifyUser.

func (*MockClientInterfaceMockRecorder) IdentifyUserWithBody

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

IdentifyUserWithBody indicates an expected call of IdentifyUserWithBody.

func (*MockClientInterfaceMockRecorder) Logout

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

Logout indicates an expected call of Logout.

func (*MockClientInterfaceMockRecorder) LogoutWithBody

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

LogoutWithBody indicates an expected call of LogoutWithBody.

func (*MockClientInterfaceMockRecorder) RenameService

func (mr *MockClientInterfaceMockRecorder) RenameService(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

RenameService indicates an expected call of RenameService.

func (*MockClientInterfaceMockRecorder) RenameServiceWithBody

func (mr *MockClientInterfaceMockRecorder) RenameServiceWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

RenameServiceWithBody indicates an expected call of RenameServiceWithBody.

func (*MockClientInterfaceMockRecorder) RenameVPC

func (mr *MockClientInterfaceMockRecorder) RenameVPC(ctx, projectID, vpcID, body any, reqEditors ...any) *gomock.Call

RenameVPC indicates an expected call of RenameVPC.

func (*MockClientInterfaceMockRecorder) RenameVPCWithBody

func (mr *MockClientInterfaceMockRecorder) RenameVPCWithBody(ctx, projectID, vpcID, contentType, body any, reqEditors ...any) *gomock.Call

RenameVPCWithBody indicates an expected call of RenameVPCWithBody.

func (*MockClientInterfaceMockRecorder) ResizeReplicaSet

func (mr *MockClientInterfaceMockRecorder) ResizeReplicaSet(ctx, projectID, serviceID, replicaSetID, body any, reqEditors ...any) *gomock.Call

ResizeReplicaSet indicates an expected call of ResizeReplicaSet.

func (*MockClientInterfaceMockRecorder) ResizeReplicaSetWithBody

func (mr *MockClientInterfaceMockRecorder) ResizeReplicaSetWithBody(ctx, projectID, serviceID, replicaSetID, contentType, body any, reqEditors ...any) *gomock.Call

ResizeReplicaSetWithBody indicates an expected call of ResizeReplicaSetWithBody.

func (*MockClientInterfaceMockRecorder) ResizeService

func (mr *MockClientInterfaceMockRecorder) ResizeService(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

ResizeService indicates an expected call of ResizeService.

func (*MockClientInterfaceMockRecorder) ResizeServiceWithBody

func (mr *MockClientInterfaceMockRecorder) ResizeServiceWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

ResizeServiceWithBody indicates an expected call of ResizeServiceWithBody.

func (*MockClientInterfaceMockRecorder) SetEnvironment

func (mr *MockClientInterfaceMockRecorder) SetEnvironment(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

SetEnvironment indicates an expected call of SetEnvironment.

func (*MockClientInterfaceMockRecorder) SetEnvironmentWithBody

func (mr *MockClientInterfaceMockRecorder) SetEnvironmentWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

SetEnvironmentWithBody indicates an expected call of SetEnvironmentWithBody.

func (*MockClientInterfaceMockRecorder) SetHAReplica

func (mr *MockClientInterfaceMockRecorder) SetHAReplica(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

SetHAReplica indicates an expected call of SetHAReplica.

func (*MockClientInterfaceMockRecorder) SetHAReplicaWithBody

func (mr *MockClientInterfaceMockRecorder) SetHAReplicaWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

SetHAReplicaWithBody indicates an expected call of SetHAReplicaWithBody.

func (*MockClientInterfaceMockRecorder) SetReplicaEnvironment

func (mr *MockClientInterfaceMockRecorder) SetReplicaEnvironment(ctx, projectID, serviceID, replicaSetID, body any, reqEditors ...any) *gomock.Call

SetReplicaEnvironment indicates an expected call of SetReplicaEnvironment.

func (*MockClientInterfaceMockRecorder) SetReplicaEnvironmentWithBody

func (mr *MockClientInterfaceMockRecorder) SetReplicaEnvironmentWithBody(ctx, projectID, serviceID, replicaSetID, contentType, body any, reqEditors ...any) *gomock.Call

SetReplicaEnvironmentWithBody indicates an expected call of SetReplicaEnvironmentWithBody.

func (*MockClientInterfaceMockRecorder) StartService

func (mr *MockClientInterfaceMockRecorder) StartService(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

StartService indicates an expected call of StartService.

func (*MockClientInterfaceMockRecorder) StopService

func (mr *MockClientInterfaceMockRecorder) StopService(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

StopService indicates an expected call of StopService.

func (*MockClientInterfaceMockRecorder) TrackEvent

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

TrackEvent indicates an expected call of TrackEvent.

func (*MockClientInterfaceMockRecorder) TrackEventWithBody

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

TrackEventWithBody indicates an expected call of TrackEventWithBody.

func (*MockClientInterfaceMockRecorder) UpdatePassword

func (mr *MockClientInterfaceMockRecorder) UpdatePassword(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

UpdatePassword indicates an expected call of UpdatePassword.

func (*MockClientInterfaceMockRecorder) UpdatePasswordWithBody

func (mr *MockClientInterfaceMockRecorder) UpdatePasswordWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

UpdatePasswordWithBody indicates an expected call of UpdatePasswordWithBody.

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

func (m *MockClientWithResponsesInterface) AttachServiceToVPCWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.AttachServiceToVPCResponse, error)

AttachServiceToVPCWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) AttachServiceToVPCWithResponse

func (m *MockClientWithResponsesInterface) AttachServiceToVPCWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.AttachServiceToVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.AttachServiceToVPCResponse, error)

AttachServiceToVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateReplicaSetWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CreateReplicaSetWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateReplicaSetResponse, error)

CreateReplicaSetWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateReplicaSetWithResponse

func (m *MockClientWithResponsesInterface) CreateReplicaSetWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.CreateReplicaSetJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.CreateReplicaSetResponse, error)

CreateReplicaSetWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateServiceWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CreateServiceWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateServiceResponse, error)

CreateServiceWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateServiceWithResponse

CreateServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateVPCPeeringWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CreateVPCPeeringWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateVPCPeeringResponse, error)

CreateVPCPeeringWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateVPCPeeringWithResponse

func (m *MockClientWithResponsesInterface) CreateVPCPeeringWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, body api.CreateVPCPeeringJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.CreateVPCPeeringResponse, error)

CreateVPCPeeringWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateVPCWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CreateVPCWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateVPCResponse, error)

CreateVPCWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateVPCWithResponse

func (m *MockClientWithResponsesInterface) CreateVPCWithResponse(ctx context.Context, projectID api.ProjectID, body api.CreateVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.CreateVPCResponse, error)

CreateVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteReplicaSetWithResponse

func (m *MockClientWithResponsesInterface) DeleteReplicaSetWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, reqEditors ...api.RequestEditorFn) (*api.DeleteReplicaSetResponse, error)

DeleteReplicaSetWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteServiceWithResponse

func (m *MockClientWithResponsesInterface) DeleteServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*api.DeleteServiceResponse, error)

DeleteServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteVPCPeeringWithResponse

func (m *MockClientWithResponsesInterface) DeleteVPCPeeringWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, peeringID api.PeeringID, reqEditors ...api.RequestEditorFn) (*api.DeleteVPCPeeringResponse, error)

DeleteVPCPeeringWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteVPCWithResponse

func (m *MockClientWithResponsesInterface) DeleteVPCWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, reqEditors ...api.RequestEditorFn) (*api.DeleteVPCResponse, error)

DeleteVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DetachServiceFromVPCWithBodyWithResponse

func (m *MockClientWithResponsesInterface) DetachServiceFromVPCWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.DetachServiceFromVPCResponse, error)

DetachServiceFromVPCWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DetachServiceFromVPCWithResponse

func (m *MockClientWithResponsesInterface) DetachServiceFromVPCWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.DetachServiceFromVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.DetachServiceFromVPCResponse, error)

DetachServiceFromVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DisablePoolerWithResponse

func (m *MockClientWithResponsesInterface) DisablePoolerWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*api.DisablePoolerResponse, error)

DisablePoolerWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DisableReplicaPoolerWithResponse

func (m *MockClientWithResponsesInterface) DisableReplicaPoolerWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, reqEditors ...api.RequestEditorFn) (*api.DisableReplicaPoolerResponse, error)

DisableReplicaPoolerWithResponse mocks base method.

func (*MockClientWithResponsesInterface) EXPECT

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

func (*MockClientWithResponsesInterface) EnablePoolerWithResponse

func (m *MockClientWithResponsesInterface) EnablePoolerWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*api.EnablePoolerResponse, error)

EnablePoolerWithResponse mocks base method.

func (*MockClientWithResponsesInterface) EnableReplicaPoolerWithResponse

func (m *MockClientWithResponsesInterface) EnableReplicaPoolerWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, reqEditors ...api.RequestEditorFn) (*api.EnableReplicaPoolerResponse, error)

EnableReplicaPoolerWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ForkServiceWithBodyWithResponse

func (m *MockClientWithResponsesInterface) ForkServiceWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.ForkServiceResponse, error)

ForkServiceWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ForkServiceWithResponse

func (m *MockClientWithResponsesInterface) ForkServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.ForkServiceJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.ForkServiceResponse, error)

ForkServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetAuthInfoWithResponse

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

GetAuthInfoWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetProjectsWithResponse

func (m *MockClientWithResponsesInterface) GetProjectsWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.GetProjectsResponse, error)

GetProjectsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetReplicaSetsWithResponse

func (m *MockClientWithResponsesInterface) GetReplicaSetsWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*api.GetReplicaSetsResponse, error)

GetReplicaSetsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetServiceLogsWithResponse

func (m *MockClientWithResponsesInterface) GetServiceLogsWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, params *api.GetServiceLogsParams, reqEditors ...api.RequestEditorFn) (*api.GetServiceLogsResponse, error)

GetServiceLogsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetServiceMetricsAvailableSeriesWithResponse

func (m *MockClientWithResponsesInterface) GetServiceMetricsAvailableSeriesWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*api.GetServiceMetricsAvailableSeriesResponse, error)

GetServiceMetricsAvailableSeriesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetServiceMetricsSeriesWithBodyWithResponse

func (m *MockClientWithResponsesInterface) GetServiceMetricsSeriesWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.GetServiceMetricsSeriesResponse, error)

GetServiceMetricsSeriesWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetServiceMetricsSeriesWithResponse

func (m *MockClientWithResponsesInterface) GetServiceMetricsSeriesWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.GetServiceMetricsSeriesJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.GetServiceMetricsSeriesResponse, error)

GetServiceMetricsSeriesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetServiceWithResponse

func (m *MockClientWithResponsesInterface) GetServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*api.GetServiceResponse, error)

GetServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetServicesWithResponse

func (m *MockClientWithResponsesInterface) GetServicesWithResponse(ctx context.Context, projectID api.ProjectID, reqEditors ...api.RequestEditorFn) (*api.GetServicesResponse, error)

GetServicesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetVPCPeeringWithResponse

func (m *MockClientWithResponsesInterface) GetVPCPeeringWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, peeringID api.PeeringID, reqEditors ...api.RequestEditorFn) (*api.GetVPCPeeringResponse, error)

GetVPCPeeringWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetVPCPeeringsWithResponse

func (m *MockClientWithResponsesInterface) GetVPCPeeringsWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, reqEditors ...api.RequestEditorFn) (*api.GetVPCPeeringsResponse, error)

GetVPCPeeringsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetVPCWithResponse

func (m *MockClientWithResponsesInterface) GetVPCWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, reqEditors ...api.RequestEditorFn) (*api.GetVPCResponse, error)

GetVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetVPCsWithResponse

func (m *MockClientWithResponsesInterface) GetVPCsWithResponse(ctx context.Context, projectID api.ProjectID, reqEditors ...api.RequestEditorFn) (*api.GetVPCsResponse, error)

GetVPCsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) IdentifyUserWithBodyWithResponse

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

IdentifyUserWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) IdentifyUserWithResponse

IdentifyUserWithResponse mocks base method.

func (*MockClientWithResponsesInterface) LogoutWithBodyWithResponse

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

LogoutWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) LogoutWithResponse

LogoutWithResponse mocks base method.

func (*MockClientWithResponsesInterface) RenameServiceWithBodyWithResponse

func (m *MockClientWithResponsesInterface) RenameServiceWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.RenameServiceResponse, error)

RenameServiceWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) RenameServiceWithResponse

func (m *MockClientWithResponsesInterface) RenameServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.RenameServiceJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.RenameServiceResponse, error)

RenameServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) RenameVPCWithBodyWithResponse

func (m *MockClientWithResponsesInterface) RenameVPCWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.RenameVPCResponse, error)

RenameVPCWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) RenameVPCWithResponse

func (m *MockClientWithResponsesInterface) RenameVPCWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, body api.RenameVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.RenameVPCResponse, error)

RenameVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResizeReplicaSetWithBodyWithResponse

func (m *MockClientWithResponsesInterface) ResizeReplicaSetWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.ResizeReplicaSetResponse, error)

ResizeReplicaSetWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResizeReplicaSetWithResponse

func (m *MockClientWithResponsesInterface) ResizeReplicaSetWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, body api.ResizeReplicaSetJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.ResizeReplicaSetResponse, error)

ResizeReplicaSetWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResizeServiceWithBodyWithResponse

func (m *MockClientWithResponsesInterface) ResizeServiceWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.ResizeServiceResponse, error)

ResizeServiceWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResizeServiceWithResponse

func (m *MockClientWithResponsesInterface) ResizeServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.ResizeServiceJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.ResizeServiceResponse, error)

ResizeServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SetEnvironmentWithBodyWithResponse

func (m *MockClientWithResponsesInterface) SetEnvironmentWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.SetEnvironmentResponse, error)

SetEnvironmentWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SetEnvironmentWithResponse

func (m *MockClientWithResponsesInterface) SetEnvironmentWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.SetEnvironmentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.SetEnvironmentResponse, error)

SetEnvironmentWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SetHAReplicaWithBodyWithResponse

func (m *MockClientWithResponsesInterface) SetHAReplicaWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.SetHAReplicaResponse, error)

SetHAReplicaWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SetHAReplicaWithResponse

func (m *MockClientWithResponsesInterface) SetHAReplicaWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.SetHAReplicaJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.SetHAReplicaResponse, error)

SetHAReplicaWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SetReplicaEnvironmentWithBodyWithResponse

func (m *MockClientWithResponsesInterface) SetReplicaEnvironmentWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.SetReplicaEnvironmentResponse, error)

SetReplicaEnvironmentWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SetReplicaEnvironmentWithResponse

func (m *MockClientWithResponsesInterface) SetReplicaEnvironmentWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, replicaSetID api.ReplicaSetID, body api.SetReplicaEnvironmentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.SetReplicaEnvironmentResponse, error)

SetReplicaEnvironmentWithResponse mocks base method.

func (*MockClientWithResponsesInterface) StartServiceWithResponse

func (m *MockClientWithResponsesInterface) StartServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*api.StartServiceResponse, error)

StartServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) StopServiceWithResponse

func (m *MockClientWithResponsesInterface) StopServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, reqEditors ...api.RequestEditorFn) (*api.StopServiceResponse, error)

StopServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) TrackEventWithBodyWithResponse

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

TrackEventWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) TrackEventWithResponse

TrackEventWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UpdatePasswordWithBodyWithResponse

func (m *MockClientWithResponsesInterface) UpdatePasswordWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdatePasswordResponse, error)

UpdatePasswordWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UpdatePasswordWithResponse

func (m *MockClientWithResponsesInterface) UpdatePasswordWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, body api.UpdatePasswordJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.UpdatePasswordResponse, error)

UpdatePasswordWithResponse mocks base method.

type MockClientWithResponsesInterfaceMockRecorder

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

MockClientWithResponsesInterfaceMockRecorder is the mock recorder for MockClientWithResponsesInterface.

func (*MockClientWithResponsesInterfaceMockRecorder) AttachServiceToVPCWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) AttachServiceToVPCWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

AttachServiceToVPCWithBodyWithResponse indicates an expected call of AttachServiceToVPCWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) AttachServiceToVPCWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) AttachServiceToVPCWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

AttachServiceToVPCWithResponse indicates an expected call of AttachServiceToVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateReplicaSetWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateReplicaSetWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

CreateReplicaSetWithBodyWithResponse indicates an expected call of CreateReplicaSetWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateReplicaSetWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateReplicaSetWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

CreateReplicaSetWithResponse indicates an expected call of CreateReplicaSetWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateServiceWithBodyWithResponse

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

CreateServiceWithBodyWithResponse indicates an expected call of CreateServiceWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateServiceWithResponse

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

CreateServiceWithResponse indicates an expected call of CreateServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateVPCPeeringWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateVPCPeeringWithBodyWithResponse(ctx, projectID, vpcID, contentType, body any, reqEditors ...any) *gomock.Call

CreateVPCPeeringWithBodyWithResponse indicates an expected call of CreateVPCPeeringWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateVPCPeeringWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateVPCPeeringWithResponse(ctx, projectID, vpcID, body any, reqEditors ...any) *gomock.Call

CreateVPCPeeringWithResponse indicates an expected call of CreateVPCPeeringWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateVPCWithBodyWithResponse

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

CreateVPCWithBodyWithResponse indicates an expected call of CreateVPCWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateVPCWithResponse

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

CreateVPCWithResponse indicates an expected call of CreateVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteReplicaSetWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteReplicaSetWithResponse(ctx, projectID, serviceID, replicaSetID any, reqEditors ...any) *gomock.Call

DeleteReplicaSetWithResponse indicates an expected call of DeleteReplicaSetWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteServiceWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteServiceWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

DeleteServiceWithResponse indicates an expected call of DeleteServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteVPCPeeringWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteVPCPeeringWithResponse(ctx, projectID, vpcID, peeringID any, reqEditors ...any) *gomock.Call

DeleteVPCPeeringWithResponse indicates an expected call of DeleteVPCPeeringWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteVPCWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteVPCWithResponse(ctx, projectID, vpcID any, reqEditors ...any) *gomock.Call

DeleteVPCWithResponse indicates an expected call of DeleteVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DetachServiceFromVPCWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DetachServiceFromVPCWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

DetachServiceFromVPCWithBodyWithResponse indicates an expected call of DetachServiceFromVPCWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DetachServiceFromVPCWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DetachServiceFromVPCWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

DetachServiceFromVPCWithResponse indicates an expected call of DetachServiceFromVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DisablePoolerWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DisablePoolerWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

DisablePoolerWithResponse indicates an expected call of DisablePoolerWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DisableReplicaPoolerWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DisableReplicaPoolerWithResponse(ctx, projectID, serviceID, replicaSetID any, reqEditors ...any) *gomock.Call

DisableReplicaPoolerWithResponse indicates an expected call of DisableReplicaPoolerWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) EnablePoolerWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) EnablePoolerWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

EnablePoolerWithResponse indicates an expected call of EnablePoolerWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) EnableReplicaPoolerWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) EnableReplicaPoolerWithResponse(ctx, projectID, serviceID, replicaSetID any, reqEditors ...any) *gomock.Call

EnableReplicaPoolerWithResponse indicates an expected call of EnableReplicaPoolerWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ForkServiceWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ForkServiceWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

ForkServiceWithBodyWithResponse indicates an expected call of ForkServiceWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ForkServiceWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ForkServiceWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

ForkServiceWithResponse indicates an expected call of ForkServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetAuthInfoWithResponse

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

GetAuthInfoWithResponse indicates an expected call of GetAuthInfoWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetProjectsWithResponse

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

GetProjectsWithResponse indicates an expected call of GetProjectsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetReplicaSetsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetReplicaSetsWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

GetReplicaSetsWithResponse indicates an expected call of GetReplicaSetsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetServiceLogsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServiceLogsWithResponse(ctx, projectID, serviceID, params any, reqEditors ...any) *gomock.Call

GetServiceLogsWithResponse indicates an expected call of GetServiceLogsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetServiceMetricsAvailableSeriesWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServiceMetricsAvailableSeriesWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

GetServiceMetricsAvailableSeriesWithResponse indicates an expected call of GetServiceMetricsAvailableSeriesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetServiceMetricsSeriesWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServiceMetricsSeriesWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

GetServiceMetricsSeriesWithBodyWithResponse indicates an expected call of GetServiceMetricsSeriesWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetServiceMetricsSeriesWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServiceMetricsSeriesWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

GetServiceMetricsSeriesWithResponse indicates an expected call of GetServiceMetricsSeriesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetServiceWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServiceWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

GetServiceWithResponse indicates an expected call of GetServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetServicesWithResponse

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

GetServicesWithResponse indicates an expected call of GetServicesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetVPCPeeringWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetVPCPeeringWithResponse(ctx, projectID, vpcID, peeringID any, reqEditors ...any) *gomock.Call

GetVPCPeeringWithResponse indicates an expected call of GetVPCPeeringWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetVPCPeeringsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetVPCPeeringsWithResponse(ctx, projectID, vpcID any, reqEditors ...any) *gomock.Call

GetVPCPeeringsWithResponse indicates an expected call of GetVPCPeeringsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetVPCWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetVPCWithResponse(ctx, projectID, vpcID any, reqEditors ...any) *gomock.Call

GetVPCWithResponse indicates an expected call of GetVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetVPCsWithResponse

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

GetVPCsWithResponse indicates an expected call of GetVPCsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) IdentifyUserWithBodyWithResponse

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

IdentifyUserWithBodyWithResponse indicates an expected call of IdentifyUserWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) IdentifyUserWithResponse

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

IdentifyUserWithResponse indicates an expected call of IdentifyUserWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) LogoutWithBodyWithResponse

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

LogoutWithBodyWithResponse indicates an expected call of LogoutWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) LogoutWithResponse

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

LogoutWithResponse indicates an expected call of LogoutWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) RenameServiceWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) RenameServiceWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

RenameServiceWithBodyWithResponse indicates an expected call of RenameServiceWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) RenameServiceWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) RenameServiceWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

RenameServiceWithResponse indicates an expected call of RenameServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) RenameVPCWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) RenameVPCWithBodyWithResponse(ctx, projectID, vpcID, contentType, body any, reqEditors ...any) *gomock.Call

RenameVPCWithBodyWithResponse indicates an expected call of RenameVPCWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) RenameVPCWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) RenameVPCWithResponse(ctx, projectID, vpcID, body any, reqEditors ...any) *gomock.Call

RenameVPCWithResponse indicates an expected call of RenameVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResizeReplicaSetWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResizeReplicaSetWithBodyWithResponse(ctx, projectID, serviceID, replicaSetID, contentType, body any, reqEditors ...any) *gomock.Call

ResizeReplicaSetWithBodyWithResponse indicates an expected call of ResizeReplicaSetWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResizeReplicaSetWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResizeReplicaSetWithResponse(ctx, projectID, serviceID, replicaSetID, body any, reqEditors ...any) *gomock.Call

ResizeReplicaSetWithResponse indicates an expected call of ResizeReplicaSetWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResizeServiceWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResizeServiceWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

ResizeServiceWithBodyWithResponse indicates an expected call of ResizeServiceWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResizeServiceWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResizeServiceWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

ResizeServiceWithResponse indicates an expected call of ResizeServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SetEnvironmentWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) SetEnvironmentWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

SetEnvironmentWithBodyWithResponse indicates an expected call of SetEnvironmentWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SetEnvironmentWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) SetEnvironmentWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

SetEnvironmentWithResponse indicates an expected call of SetEnvironmentWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SetHAReplicaWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) SetHAReplicaWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

SetHAReplicaWithBodyWithResponse indicates an expected call of SetHAReplicaWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SetHAReplicaWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) SetHAReplicaWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

SetHAReplicaWithResponse indicates an expected call of SetHAReplicaWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SetReplicaEnvironmentWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) SetReplicaEnvironmentWithBodyWithResponse(ctx, projectID, serviceID, replicaSetID, contentType, body any, reqEditors ...any) *gomock.Call

SetReplicaEnvironmentWithBodyWithResponse indicates an expected call of SetReplicaEnvironmentWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SetReplicaEnvironmentWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) SetReplicaEnvironmentWithResponse(ctx, projectID, serviceID, replicaSetID, body any, reqEditors ...any) *gomock.Call

SetReplicaEnvironmentWithResponse indicates an expected call of SetReplicaEnvironmentWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) StartServiceWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) StartServiceWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

StartServiceWithResponse indicates an expected call of StartServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) StopServiceWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) StopServiceWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call

StopServiceWithResponse indicates an expected call of StopServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) TrackEventWithBodyWithResponse

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

TrackEventWithBodyWithResponse indicates an expected call of TrackEventWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) TrackEventWithResponse

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

TrackEventWithResponse indicates an expected call of TrackEventWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call

UpdatePasswordWithBodyWithResponse indicates an expected call of UpdatePasswordWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call

UpdatePasswordWithResponse indicates an expected call of UpdatePasswordWithResponse.

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