mocks

package
v0.5.0 Latest Latest
Warning

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

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

Documentation

Overview

Package mocks is a generated GoMock package.

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

func (m *MockClientInterface) CreateJob(ctx context.Context, clusterId string, body Openapi.CreateJobJSONRequestBody, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

CreateJob mocks base method.

func (*MockClientInterface) CreateJobWithBody

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

CreateJobWithBody mocks base method.

func (*MockClientInterface) CreateRemediation added in v0.1.39

func (m *MockClientInterface) CreateRemediation(ctx context.Context, clusterId string, params *Openapi.CreateRemediationParams, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

CreateRemediation mocks base method.

func (*MockClientInterface) CreateTestScriptRun

func (m *MockClientInterface) CreateTestScriptRun(ctx context.Context, clusterId string, body Openapi.CreateTestScriptRunJSONRequestBody, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

CreateTestScriptRun mocks base method.

func (*MockClientInterface) CreateTestScriptRunWithBody

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

CreateTestScriptRunWithBody mocks base method.

func (*MockClientInterface) DeleteBackplaneClusterClusterId

func (m *MockClientInterface) DeleteBackplaneClusterClusterId(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

DeleteBackplaneClusterClusterId mocks base method.

func (*MockClientInterface) DeleteBackplaneRemediateClusterIdRemediation added in v0.1.39

func (m *MockClientInterface) DeleteBackplaneRemediateClusterIdRemediation(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

DeleteBackplaneRemediateClusterIdRemediation mocks base method.

func (*MockClientInterface) DeleteJob

func (m *MockClientInterface) DeleteJob(ctx context.Context, clusterId, jobId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

DeleteJob mocks base method.

func (*MockClientInterface) DeleteRemediation added in v0.1.39

func (m *MockClientInterface) DeleteRemediation(ctx context.Context, clusterId string, params *Openapi.DeleteRemediationParams, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

DeleteRemediation mocks base method.

func (*MockClientInterface) EXPECT

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

func (*MockClientInterface) GetAllJobs

func (m *MockClientInterface) GetAllJobs(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

GetAllJobs mocks base method.

func (*MockClientInterface) GetAllScriptsByCluster added in v0.5.0

func (m *MockClientInterface) GetAllScriptsByCluster(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

GetAllScriptsByCluster mocks base method.

func (*MockClientInterface) GetAssumeRoleSequence added in v0.1.7

func (m *MockClientInterface) GetAssumeRoleSequence(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

GetAssumeRoleSequence mocks base method.

func (*MockClientInterface) GetBackplaneClusterClusterId

func (m *MockClientInterface) GetBackplaneClusterClusterId(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

GetBackplaneClusterClusterId mocks base method.

func (*MockClientInterface) GetBackplaneRemediateClusterIdRemediation added in v0.1.39

func (m *MockClientInterface) GetBackplaneRemediateClusterIdRemediation(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

GetBackplaneRemediateClusterIdRemediation mocks base method.

func (*MockClientInterface) GetCloudConsole

func (m *MockClientInterface) GetCloudConsole(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

GetCloudConsole mocks base method.

func (*MockClientInterface) GetCloudCredentials

func (m *MockClientInterface) GetCloudCredentials(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

GetCloudCredentials mocks base method.

func (*MockClientInterface) GetJobLogs

func (m *MockClientInterface) GetJobLogs(ctx context.Context, clusterId, jobId string, params *Openapi.GetJobLogsParams, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

GetJobLogs mocks base method.

func (*MockClientInterface) GetRun

func (m *MockClientInterface) GetRun(ctx context.Context, clusterId, jobId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

GetRun mocks base method.

func (*MockClientInterface) GetScriptsByCluster added in v0.1.7

func (m *MockClientInterface) GetScriptsByCluster(ctx context.Context, clusterId string, params *Openapi.GetScriptsByClusterParams, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

GetScriptsByCluster mocks base method.

func (*MockClientInterface) GetTestScriptRun

func (m *MockClientInterface) GetTestScriptRun(ctx context.Context, clusterId, testId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

GetTestScriptRun mocks base method.

func (*MockClientInterface) GetTestScriptRunLogs

func (m *MockClientInterface) GetTestScriptRunLogs(ctx context.Context, clusterId, testId string, params *Openapi.GetTestScriptRunLogsParams, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

GetTestScriptRunLogs mocks base method.

func (*MockClientInterface) HeadBackplaneClusterClusterId

func (m *MockClientInterface) HeadBackplaneClusterClusterId(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

HeadBackplaneClusterClusterId mocks base method.

func (*MockClientInterface) HeadBackplaneRemediateClusterIdRemediation added in v0.1.39

func (m *MockClientInterface) HeadBackplaneRemediateClusterIdRemediation(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

HeadBackplaneRemediateClusterIdRemediation mocks base method.

func (*MockClientInterface) LoginCluster

func (m *MockClientInterface) LoginCluster(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

LoginCluster mocks base method.

func (*MockClientInterface) OptionsBackplaneClusterClusterId

func (m *MockClientInterface) OptionsBackplaneClusterClusterId(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

OptionsBackplaneClusterClusterId mocks base method.

func (*MockClientInterface) OptionsBackplaneRemediateClusterIdRemediation added in v0.1.39

func (m *MockClientInterface) OptionsBackplaneRemediateClusterIdRemediation(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

OptionsBackplaneRemediateClusterIdRemediation mocks base method.

func (*MockClientInterface) PatchBackplaneClusterClusterId

func (m *MockClientInterface) PatchBackplaneClusterClusterId(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

PatchBackplaneClusterClusterId mocks base method.

func (*MockClientInterface) PatchBackplaneRemediateClusterIdRemediation added in v0.1.39

func (m *MockClientInterface) PatchBackplaneRemediateClusterIdRemediation(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

PatchBackplaneRemediateClusterIdRemediation mocks base method.

func (*MockClientInterface) PostBackplaneClusterClusterId

func (m *MockClientInterface) PostBackplaneClusterClusterId(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

PostBackplaneClusterClusterId mocks base method.

func (*MockClientInterface) PostBackplaneRemediateClusterIdRemediation added in v0.1.39

func (m *MockClientInterface) PostBackplaneRemediateClusterIdRemediation(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

PostBackplaneRemediateClusterIdRemediation mocks base method.

func (*MockClientInterface) PutBackplaneClusterClusterId

func (m *MockClientInterface) PutBackplaneClusterClusterId(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

PutBackplaneClusterClusterId mocks base method.

func (*MockClientInterface) PutBackplaneRemediateClusterIdRemediation added in v0.1.39

func (m *MockClientInterface) PutBackplaneRemediateClusterIdRemediation(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

PutBackplaneRemediateClusterIdRemediation mocks base method.

func (*MockClientInterface) TraceBackplaneClusterClusterId

func (m *MockClientInterface) TraceBackplaneClusterClusterId(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

TraceBackplaneClusterClusterId mocks base method.

func (*MockClientInterface) TraceBackplaneRemediateClusterIdRemediation added in v0.1.39

func (m *MockClientInterface) TraceBackplaneRemediateClusterIdRemediation(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*http.Response, error)

TraceBackplaneRemediateClusterIdRemediation mocks base method.

type MockClientInterfaceMockRecorder

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

MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.

func (*MockClientInterfaceMockRecorder) CreateJob

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

CreateJob indicates an expected call of CreateJob.

func (*MockClientInterfaceMockRecorder) CreateJobWithBody

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

CreateJobWithBody indicates an expected call of CreateJobWithBody.

func (*MockClientInterfaceMockRecorder) CreateRemediation added in v0.1.39

func (mr *MockClientInterfaceMockRecorder) CreateRemediation(ctx, clusterId, params any, reqEditors ...any) *gomock.Call

CreateRemediation indicates an expected call of CreateRemediation.

func (*MockClientInterfaceMockRecorder) CreateTestScriptRun

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

CreateTestScriptRun indicates an expected call of CreateTestScriptRun.

func (*MockClientInterfaceMockRecorder) CreateTestScriptRunWithBody

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

CreateTestScriptRunWithBody indicates an expected call of CreateTestScriptRunWithBody.

func (*MockClientInterfaceMockRecorder) DeleteBackplaneClusterClusterId

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

DeleteBackplaneClusterClusterId indicates an expected call of DeleteBackplaneClusterClusterId.

func (*MockClientInterfaceMockRecorder) DeleteBackplaneRemediateClusterIdRemediation added in v0.1.39

func (mr *MockClientInterfaceMockRecorder) DeleteBackplaneRemediateClusterIdRemediation(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

DeleteBackplaneRemediateClusterIdRemediation indicates an expected call of DeleteBackplaneRemediateClusterIdRemediation.

func (*MockClientInterfaceMockRecorder) DeleteJob

func (mr *MockClientInterfaceMockRecorder) DeleteJob(ctx, clusterId, jobId any, reqEditors ...any) *gomock.Call

DeleteJob indicates an expected call of DeleteJob.

func (*MockClientInterfaceMockRecorder) DeleteRemediation added in v0.1.39

func (mr *MockClientInterfaceMockRecorder) DeleteRemediation(ctx, clusterId, params any, reqEditors ...any) *gomock.Call

DeleteRemediation indicates an expected call of DeleteRemediation.

func (*MockClientInterfaceMockRecorder) GetAllJobs

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

GetAllJobs indicates an expected call of GetAllJobs.

func (*MockClientInterfaceMockRecorder) GetAllScriptsByCluster added in v0.5.0

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

GetAllScriptsByCluster indicates an expected call of GetAllScriptsByCluster.

func (*MockClientInterfaceMockRecorder) GetAssumeRoleSequence added in v0.1.7

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

GetAssumeRoleSequence indicates an expected call of GetAssumeRoleSequence.

func (*MockClientInterfaceMockRecorder) GetBackplaneClusterClusterId

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

GetBackplaneClusterClusterId indicates an expected call of GetBackplaneClusterClusterId.

func (*MockClientInterfaceMockRecorder) GetBackplaneRemediateClusterIdRemediation added in v0.1.39

func (mr *MockClientInterfaceMockRecorder) GetBackplaneRemediateClusterIdRemediation(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

GetBackplaneRemediateClusterIdRemediation indicates an expected call of GetBackplaneRemediateClusterIdRemediation.

func (*MockClientInterfaceMockRecorder) GetCloudConsole

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

GetCloudConsole indicates an expected call of GetCloudConsole.

func (*MockClientInterfaceMockRecorder) GetCloudCredentials

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

GetCloudCredentials indicates an expected call of GetCloudCredentials.

func (*MockClientInterfaceMockRecorder) GetJobLogs

func (mr *MockClientInterfaceMockRecorder) GetJobLogs(ctx, clusterId, jobId, params any, reqEditors ...any) *gomock.Call

GetJobLogs indicates an expected call of GetJobLogs.

func (*MockClientInterfaceMockRecorder) GetRun

func (mr *MockClientInterfaceMockRecorder) GetRun(ctx, clusterId, jobId any, reqEditors ...any) *gomock.Call

GetRun indicates an expected call of GetRun.

func (*MockClientInterfaceMockRecorder) GetScriptsByCluster added in v0.1.7

func (mr *MockClientInterfaceMockRecorder) GetScriptsByCluster(ctx, clusterId, params any, reqEditors ...any) *gomock.Call

GetScriptsByCluster indicates an expected call of GetScriptsByCluster.

func (*MockClientInterfaceMockRecorder) GetTestScriptRun

func (mr *MockClientInterfaceMockRecorder) GetTestScriptRun(ctx, clusterId, testId any, reqEditors ...any) *gomock.Call

GetTestScriptRun indicates an expected call of GetTestScriptRun.

func (*MockClientInterfaceMockRecorder) GetTestScriptRunLogs

func (mr *MockClientInterfaceMockRecorder) GetTestScriptRunLogs(ctx, clusterId, testId, params any, reqEditors ...any) *gomock.Call

GetTestScriptRunLogs indicates an expected call of GetTestScriptRunLogs.

func (*MockClientInterfaceMockRecorder) HeadBackplaneClusterClusterId

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

HeadBackplaneClusterClusterId indicates an expected call of HeadBackplaneClusterClusterId.

func (*MockClientInterfaceMockRecorder) HeadBackplaneRemediateClusterIdRemediation added in v0.1.39

func (mr *MockClientInterfaceMockRecorder) HeadBackplaneRemediateClusterIdRemediation(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

HeadBackplaneRemediateClusterIdRemediation indicates an expected call of HeadBackplaneRemediateClusterIdRemediation.

func (*MockClientInterfaceMockRecorder) LoginCluster

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

LoginCluster indicates an expected call of LoginCluster.

func (*MockClientInterfaceMockRecorder) OptionsBackplaneClusterClusterId

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

OptionsBackplaneClusterClusterId indicates an expected call of OptionsBackplaneClusterClusterId.

func (*MockClientInterfaceMockRecorder) OptionsBackplaneRemediateClusterIdRemediation added in v0.1.39

func (mr *MockClientInterfaceMockRecorder) OptionsBackplaneRemediateClusterIdRemediation(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

OptionsBackplaneRemediateClusterIdRemediation indicates an expected call of OptionsBackplaneRemediateClusterIdRemediation.

func (*MockClientInterfaceMockRecorder) PatchBackplaneClusterClusterId

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

PatchBackplaneClusterClusterId indicates an expected call of PatchBackplaneClusterClusterId.

func (*MockClientInterfaceMockRecorder) PatchBackplaneRemediateClusterIdRemediation added in v0.1.39

func (mr *MockClientInterfaceMockRecorder) PatchBackplaneRemediateClusterIdRemediation(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

PatchBackplaneRemediateClusterIdRemediation indicates an expected call of PatchBackplaneRemediateClusterIdRemediation.

func (*MockClientInterfaceMockRecorder) PostBackplaneClusterClusterId

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

PostBackplaneClusterClusterId indicates an expected call of PostBackplaneClusterClusterId.

func (*MockClientInterfaceMockRecorder) PostBackplaneRemediateClusterIdRemediation added in v0.1.39

func (mr *MockClientInterfaceMockRecorder) PostBackplaneRemediateClusterIdRemediation(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

PostBackplaneRemediateClusterIdRemediation indicates an expected call of PostBackplaneRemediateClusterIdRemediation.

func (*MockClientInterfaceMockRecorder) PutBackplaneClusterClusterId

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

PutBackplaneClusterClusterId indicates an expected call of PutBackplaneClusterClusterId.

func (*MockClientInterfaceMockRecorder) PutBackplaneRemediateClusterIdRemediation added in v0.1.39

func (mr *MockClientInterfaceMockRecorder) PutBackplaneRemediateClusterIdRemediation(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

PutBackplaneRemediateClusterIdRemediation indicates an expected call of PutBackplaneRemediateClusterIdRemediation.

func (*MockClientInterfaceMockRecorder) TraceBackplaneClusterClusterId

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

TraceBackplaneClusterClusterId indicates an expected call of TraceBackplaneClusterClusterId.

func (*MockClientInterfaceMockRecorder) TraceBackplaneRemediateClusterIdRemediation added in v0.1.39

func (mr *MockClientInterfaceMockRecorder) TraceBackplaneRemediateClusterIdRemediation(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

TraceBackplaneRemediateClusterIdRemediation indicates an expected call of TraceBackplaneRemediateClusterIdRemediation.

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

func (m *MockClientWithResponsesInterface) CreateJobWithBodyWithResponse(ctx context.Context, clusterId, contentType string, body io.Reader, reqEditors ...Openapi.RequestEditorFn) (*Openapi.CreateJobResponse, error)

CreateJobWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateJobWithResponse

CreateJobWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateRemediationWithResponse added in v0.1.39

func (m *MockClientWithResponsesInterface) CreateRemediationWithResponse(ctx context.Context, clusterId string, params *Openapi.CreateRemediationParams, reqEditors ...Openapi.RequestEditorFn) (*Openapi.CreateRemediationResponse, error)

CreateRemediationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateTestScriptRunWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CreateTestScriptRunWithBodyWithResponse(ctx context.Context, clusterId, contentType string, body io.Reader, reqEditors ...Openapi.RequestEditorFn) (*Openapi.CreateTestScriptRunResponse, error)

CreateTestScriptRunWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateTestScriptRunWithResponse

CreateTestScriptRunWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteBackplaneClusterClusterIdWithResponse

func (m *MockClientWithResponsesInterface) DeleteBackplaneClusterClusterIdWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.DeleteBackplaneClusterClusterIdResponse, error)

DeleteBackplaneClusterClusterIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (m *MockClientWithResponsesInterface) DeleteBackplaneRemediateClusterIdRemediationWithResponse(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.DeleteBackplaneRemediateClusterIdRemediationResponse, error)

DeleteBackplaneRemediateClusterIdRemediationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteJobWithResponse

func (m *MockClientWithResponsesInterface) DeleteJobWithResponse(ctx context.Context, clusterId, jobId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.DeleteJobResponse, error)

DeleteJobWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteRemediationWithResponse added in v0.1.39

func (m *MockClientWithResponsesInterface) DeleteRemediationWithResponse(ctx context.Context, clusterId string, params *Openapi.DeleteRemediationParams, reqEditors ...Openapi.RequestEditorFn) (*Openapi.DeleteRemediationResponse, error)

DeleteRemediationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) EXPECT

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

func (*MockClientWithResponsesInterface) GetAllJobsWithResponse

func (m *MockClientWithResponsesInterface) GetAllJobsWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.GetAllJobsResponse, error)

GetAllJobsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetAllScriptsByClusterWithResponse added in v0.5.0

func (m *MockClientWithResponsesInterface) GetAllScriptsByClusterWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.GetAllScriptsByClusterResponse, error)

GetAllScriptsByClusterWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetAssumeRoleSequenceWithResponse added in v0.1.7

func (m *MockClientWithResponsesInterface) GetAssumeRoleSequenceWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.GetAssumeRoleSequenceResponse, error)

GetAssumeRoleSequenceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetBackplaneClusterClusterIdWithResponse

func (m *MockClientWithResponsesInterface) GetBackplaneClusterClusterIdWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.GetBackplaneClusterClusterIdResponse, error)

GetBackplaneClusterClusterIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (m *MockClientWithResponsesInterface) GetBackplaneRemediateClusterIdRemediationWithResponse(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.GetBackplaneRemediateClusterIdRemediationResponse, error)

GetBackplaneRemediateClusterIdRemediationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetCloudConsoleWithResponse

func (m *MockClientWithResponsesInterface) GetCloudConsoleWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.GetCloudConsoleResponse, error)

GetCloudConsoleWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetCloudCredentialsWithResponse

func (m *MockClientWithResponsesInterface) GetCloudCredentialsWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.GetCloudCredentialsResponse, error)

GetCloudCredentialsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetJobLogsWithResponse

func (m *MockClientWithResponsesInterface) GetJobLogsWithResponse(ctx context.Context, clusterId, jobId string, params *Openapi.GetJobLogsParams, reqEditors ...Openapi.RequestEditorFn) (*Openapi.GetJobLogsResponse, error)

GetJobLogsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetRunWithResponse

func (m *MockClientWithResponsesInterface) GetRunWithResponse(ctx context.Context, clusterId, jobId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.GetRunResponse, error)

GetRunWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetScriptsByClusterWithResponse added in v0.1.7

func (m *MockClientWithResponsesInterface) GetScriptsByClusterWithResponse(ctx context.Context, clusterId string, params *Openapi.GetScriptsByClusterParams, reqEditors ...Openapi.RequestEditorFn) (*Openapi.GetScriptsByClusterResponse, error)

GetScriptsByClusterWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetTestScriptRunLogsWithResponse

func (m *MockClientWithResponsesInterface) GetTestScriptRunLogsWithResponse(ctx context.Context, clusterId, testId string, params *Openapi.GetTestScriptRunLogsParams, reqEditors ...Openapi.RequestEditorFn) (*Openapi.GetTestScriptRunLogsResponse, error)

GetTestScriptRunLogsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetTestScriptRunWithResponse

func (m *MockClientWithResponsesInterface) GetTestScriptRunWithResponse(ctx context.Context, clusterId, testId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.GetTestScriptRunResponse, error)

GetTestScriptRunWithResponse mocks base method.

func (*MockClientWithResponsesInterface) HeadBackplaneClusterClusterIdWithResponse

func (m *MockClientWithResponsesInterface) HeadBackplaneClusterClusterIdWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.HeadBackplaneClusterClusterIdResponse, error)

HeadBackplaneClusterClusterIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) HeadBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (m *MockClientWithResponsesInterface) HeadBackplaneRemediateClusterIdRemediationWithResponse(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.HeadBackplaneRemediateClusterIdRemediationResponse, error)

HeadBackplaneRemediateClusterIdRemediationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) LoginClusterWithResponse

func (m *MockClientWithResponsesInterface) LoginClusterWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.LoginClusterResponse, error)

LoginClusterWithResponse mocks base method.

func (*MockClientWithResponsesInterface) OptionsBackplaneClusterClusterIdWithResponse

func (m *MockClientWithResponsesInterface) OptionsBackplaneClusterClusterIdWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.OptionsBackplaneClusterClusterIdResponse, error)

OptionsBackplaneClusterClusterIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) OptionsBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (m *MockClientWithResponsesInterface) OptionsBackplaneRemediateClusterIdRemediationWithResponse(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.OptionsBackplaneRemediateClusterIdRemediationResponse, error)

OptionsBackplaneRemediateClusterIdRemediationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PatchBackplaneClusterClusterIdWithResponse

func (m *MockClientWithResponsesInterface) PatchBackplaneClusterClusterIdWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.PatchBackplaneClusterClusterIdResponse, error)

PatchBackplaneClusterClusterIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PatchBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (m *MockClientWithResponsesInterface) PatchBackplaneRemediateClusterIdRemediationWithResponse(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.PatchBackplaneRemediateClusterIdRemediationResponse, error)

PatchBackplaneRemediateClusterIdRemediationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostBackplaneClusterClusterIdWithResponse

func (m *MockClientWithResponsesInterface) PostBackplaneClusterClusterIdWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.PostBackplaneClusterClusterIdResponse, error)

PostBackplaneClusterClusterIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PostBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (m *MockClientWithResponsesInterface) PostBackplaneRemediateClusterIdRemediationWithResponse(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.PostBackplaneRemediateClusterIdRemediationResponse, error)

PostBackplaneRemediateClusterIdRemediationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PutBackplaneClusterClusterIdWithResponse

func (m *MockClientWithResponsesInterface) PutBackplaneClusterClusterIdWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.PutBackplaneClusterClusterIdResponse, error)

PutBackplaneClusterClusterIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PutBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (m *MockClientWithResponsesInterface) PutBackplaneRemediateClusterIdRemediationWithResponse(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.PutBackplaneRemediateClusterIdRemediationResponse, error)

PutBackplaneRemediateClusterIdRemediationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) TraceBackplaneClusterClusterIdWithResponse

func (m *MockClientWithResponsesInterface) TraceBackplaneClusterClusterIdWithResponse(ctx context.Context, clusterId string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.TraceBackplaneClusterClusterIdResponse, error)

TraceBackplaneClusterClusterIdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) TraceBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (m *MockClientWithResponsesInterface) TraceBackplaneRemediateClusterIdRemediationWithResponse(ctx context.Context, clusterId, remediation string, reqEditors ...Openapi.RequestEditorFn) (*Openapi.TraceBackplaneRemediateClusterIdRemediationResponse, error)

TraceBackplaneRemediateClusterIdRemediationWithResponse mocks base method.

type MockClientWithResponsesInterfaceMockRecorder

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

MockClientWithResponsesInterfaceMockRecorder is the mock recorder for MockClientWithResponsesInterface.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateJobWithBodyWithResponse

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

CreateJobWithBodyWithResponse indicates an expected call of CreateJobWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateJobWithResponse

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

CreateJobWithResponse indicates an expected call of CreateJobWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateRemediationWithResponse added in v0.1.39

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateRemediationWithResponse(ctx, clusterId, params any, reqEditors ...any) *gomock.Call

CreateRemediationWithResponse indicates an expected call of CreateRemediationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateTestScriptRunWithBodyWithResponse

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

CreateTestScriptRunWithBodyWithResponse indicates an expected call of CreateTestScriptRunWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateTestScriptRunWithResponse

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

CreateTestScriptRunWithResponse indicates an expected call of CreateTestScriptRunWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteBackplaneClusterClusterIdWithResponse

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

DeleteBackplaneClusterClusterIdWithResponse indicates an expected call of DeleteBackplaneClusterClusterIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteBackplaneRemediateClusterIdRemediationWithResponse(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

DeleteBackplaneRemediateClusterIdRemediationWithResponse indicates an expected call of DeleteBackplaneRemediateClusterIdRemediationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteJobWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteJobWithResponse(ctx, clusterId, jobId any, reqEditors ...any) *gomock.Call

DeleteJobWithResponse indicates an expected call of DeleteJobWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteRemediationWithResponse added in v0.1.39

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteRemediationWithResponse(ctx, clusterId, params any, reqEditors ...any) *gomock.Call

DeleteRemediationWithResponse indicates an expected call of DeleteRemediationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetAllJobsWithResponse

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

GetAllJobsWithResponse indicates an expected call of GetAllJobsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetAllScriptsByClusterWithResponse added in v0.5.0

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

GetAllScriptsByClusterWithResponse indicates an expected call of GetAllScriptsByClusterWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetAssumeRoleSequenceWithResponse added in v0.1.7

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

GetAssumeRoleSequenceWithResponse indicates an expected call of GetAssumeRoleSequenceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetBackplaneClusterClusterIdWithResponse

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

GetBackplaneClusterClusterIdWithResponse indicates an expected call of GetBackplaneClusterClusterIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetBackplaneRemediateClusterIdRemediationWithResponse(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

GetBackplaneRemediateClusterIdRemediationWithResponse indicates an expected call of GetBackplaneRemediateClusterIdRemediationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetCloudConsoleWithResponse

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

GetCloudConsoleWithResponse indicates an expected call of GetCloudConsoleWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetCloudCredentialsWithResponse

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

GetCloudCredentialsWithResponse indicates an expected call of GetCloudCredentialsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetJobLogsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetJobLogsWithResponse(ctx, clusterId, jobId, params any, reqEditors ...any) *gomock.Call

GetJobLogsWithResponse indicates an expected call of GetJobLogsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetRunWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetRunWithResponse(ctx, clusterId, jobId any, reqEditors ...any) *gomock.Call

GetRunWithResponse indicates an expected call of GetRunWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetScriptsByClusterWithResponse added in v0.1.7

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetScriptsByClusterWithResponse(ctx, clusterId, params any, reqEditors ...any) *gomock.Call

GetScriptsByClusterWithResponse indicates an expected call of GetScriptsByClusterWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetTestScriptRunLogsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetTestScriptRunLogsWithResponse(ctx, clusterId, testId, params any, reqEditors ...any) *gomock.Call

GetTestScriptRunLogsWithResponse indicates an expected call of GetTestScriptRunLogsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetTestScriptRunWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetTestScriptRunWithResponse(ctx, clusterId, testId any, reqEditors ...any) *gomock.Call

GetTestScriptRunWithResponse indicates an expected call of GetTestScriptRunWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) HeadBackplaneClusterClusterIdWithResponse

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

HeadBackplaneClusterClusterIdWithResponse indicates an expected call of HeadBackplaneClusterClusterIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) HeadBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (mr *MockClientWithResponsesInterfaceMockRecorder) HeadBackplaneRemediateClusterIdRemediationWithResponse(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

HeadBackplaneRemediateClusterIdRemediationWithResponse indicates an expected call of HeadBackplaneRemediateClusterIdRemediationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) LoginClusterWithResponse

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

LoginClusterWithResponse indicates an expected call of LoginClusterWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) OptionsBackplaneClusterClusterIdWithResponse

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

OptionsBackplaneClusterClusterIdWithResponse indicates an expected call of OptionsBackplaneClusterClusterIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) OptionsBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (mr *MockClientWithResponsesInterfaceMockRecorder) OptionsBackplaneRemediateClusterIdRemediationWithResponse(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

OptionsBackplaneRemediateClusterIdRemediationWithResponse indicates an expected call of OptionsBackplaneRemediateClusterIdRemediationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PatchBackplaneClusterClusterIdWithResponse

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

PatchBackplaneClusterClusterIdWithResponse indicates an expected call of PatchBackplaneClusterClusterIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PatchBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (mr *MockClientWithResponsesInterfaceMockRecorder) PatchBackplaneRemediateClusterIdRemediationWithResponse(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

PatchBackplaneRemediateClusterIdRemediationWithResponse indicates an expected call of PatchBackplaneRemediateClusterIdRemediationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostBackplaneClusterClusterIdWithResponse

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

PostBackplaneClusterClusterIdWithResponse indicates an expected call of PostBackplaneClusterClusterIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PostBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (mr *MockClientWithResponsesInterfaceMockRecorder) PostBackplaneRemediateClusterIdRemediationWithResponse(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

PostBackplaneRemediateClusterIdRemediationWithResponse indicates an expected call of PostBackplaneRemediateClusterIdRemediationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PutBackplaneClusterClusterIdWithResponse

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

PutBackplaneClusterClusterIdWithResponse indicates an expected call of PutBackplaneClusterClusterIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PutBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (mr *MockClientWithResponsesInterfaceMockRecorder) PutBackplaneRemediateClusterIdRemediationWithResponse(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

PutBackplaneRemediateClusterIdRemediationWithResponse indicates an expected call of PutBackplaneRemediateClusterIdRemediationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) TraceBackplaneClusterClusterIdWithResponse

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

TraceBackplaneClusterClusterIdWithResponse indicates an expected call of TraceBackplaneClusterClusterIdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) TraceBackplaneRemediateClusterIdRemediationWithResponse added in v0.1.39

func (mr *MockClientWithResponsesInterfaceMockRecorder) TraceBackplaneRemediateClusterIdRemediationWithResponse(ctx, clusterId, remediation any, reqEditors ...any) *gomock.Call

TraceBackplaneRemediateClusterIdRemediationWithResponse indicates an expected call of TraceBackplaneRemediateClusterIdRemediationWithResponse.

Jump to

Keyboard shortcuts

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