mock_sdk

package
v1.3.5 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package mock_sdk 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) ClaimInvitation

func (m *MockClientInterface) ClaimInvitation(ctx context.Context, id string, body sdk.ClaimInvitationJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ClaimInvitation mocks base method.

func (*MockClientInterface) ClaimInvitationWithBody

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

ClaimInvitationWithBody mocks base method.

func (*MockClientInterface) ClusterActionsAPIAckClusterAction

func (m *MockClientInterface) ClusterActionsAPIAckClusterAction(ctx context.Context, clusterId, actionId string, body sdk.ClusterActionsAPIAckClusterActionJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ClusterActionsAPIAckClusterAction mocks base method.

func (*MockClientInterface) ClusterActionsAPIAckClusterActionWithBody

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

ClusterActionsAPIAckClusterActionWithBody mocks base method.

func (*MockClientInterface) ClusterActionsAPIIngestLogs

func (m *MockClientInterface) ClusterActionsAPIIngestLogs(ctx context.Context, clusterId string, body sdk.ClusterActionsAPIIngestLogsJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ClusterActionsAPIIngestLogs mocks base method.

func (*MockClientInterface) ClusterActionsAPIIngestLogsWithBody

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

ClusterActionsAPIIngestLogsWithBody mocks base method.

func (*MockClientInterface) ClusterActionsAPIPollClusterActions

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

ClusterActionsAPIPollClusterActions mocks base method.

func (*MockClientInterface) CostReportAPICreateAllocationGroup added in v1.0.1

func (m *MockClientInterface) CostReportAPICreateAllocationGroup(ctx context.Context, body sdk.CostReportAPICreateAllocationGroupJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPICreateAllocationGroup mocks base method.

func (*MockClientInterface) CostReportAPICreateAllocationGroupWithBody added in v1.0.1

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

CostReportAPICreateAllocationGroupWithBody mocks base method.

func (*MockClientInterface) CostReportAPIDeleteAllocationGroup added in v1.0.1

func (m *MockClientInterface) CostReportAPIDeleteAllocationGroup(ctx context.Context, id string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPIDeleteAllocationGroup mocks base method.

func (*MockClientInterface) CostReportAPIGetClusterCostHistory added in v0.24.3

func (m *MockClientInterface) CostReportAPIGetClusterCostHistory(ctx context.Context, clusterId string, params *sdk.CostReportAPIGetClusterCostHistoryParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPIGetClusterCostHistory mocks base method.

func (*MockClientInterface) CostReportAPIGetClusterCostHistory2 added in v0.24.3

func (m *MockClientInterface) CostReportAPIGetClusterCostHistory2(ctx context.Context, clusterId string, params *sdk.CostReportAPIGetClusterCostHistory2Params, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPIGetClusterCostHistory2 mocks base method.

func (*MockClientInterface) CostReportAPIGetClusterCostReport added in v0.24.3

func (m *MockClientInterface) CostReportAPIGetClusterCostReport(ctx context.Context, clusterId string, params *sdk.CostReportAPIGetClusterCostReportParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPIGetClusterCostReport mocks base method.

func (*MockClientInterface) CostReportAPIGetClusterCostReport2 added in v0.24.3

func (m *MockClientInterface) CostReportAPIGetClusterCostReport2(ctx context.Context, clusterId string, params *sdk.CostReportAPIGetClusterCostReport2Params, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPIGetClusterCostReport2 mocks base method.

func (*MockClientInterface) CostReportAPIGetClusterWorkloadLabels added in v0.26.4

func (m *MockClientInterface) CostReportAPIGetClusterWorkloadLabels(ctx context.Context, clusterId string, params *sdk.CostReportAPIGetClusterWorkloadLabelsParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPIGetClusterWorkloadLabels mocks base method.

func (*MockClientInterface) CostReportAPIGetClusterWorkloadReport added in v0.24.3

func (m *MockClientInterface) CostReportAPIGetClusterWorkloadReport(ctx context.Context, clusterId string, params *sdk.CostReportAPIGetClusterWorkloadReportParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPIGetClusterWorkloadReport mocks base method.

func (*MockClientInterface) CostReportAPIGetClusterWorkloadReport2 added in v0.26.4

CostReportAPIGetClusterWorkloadReport2 mocks base method.

func (*MockClientInterface) CostReportAPIGetClusterWorkloadReport2WithBody added in v0.26.4

func (m *MockClientInterface) CostReportAPIGetClusterWorkloadReport2WithBody(ctx context.Context, clusterId string, params *sdk.CostReportAPIGetClusterWorkloadReport2Params, contentType string, body io.Reader, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPIGetClusterWorkloadReport2WithBody mocks base method.

func (*MockClientInterface) CostReportAPIGetClustersCostReport added in v0.25.0

func (m *MockClientInterface) CostReportAPIGetClustersCostReport(ctx context.Context, params *sdk.CostReportAPIGetClustersCostReportParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPIGetClustersCostReport mocks base method.

func (*MockClientInterface) CostReportAPIGetCostAllocationGroupSummary added in v1.3.4

func (m *MockClientInterface) CostReportAPIGetCostAllocationGroupSummary(ctx context.Context, params *sdk.CostReportAPIGetCostAllocationGroupSummaryParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPIGetCostAllocationGroupSummary mocks base method.

func (*MockClientInterface) CostReportAPIGetCostAllocationGroupWorkloads added in v1.3.4

func (m *MockClientInterface) CostReportAPIGetCostAllocationGroupWorkloads(ctx context.Context, groupId string, params *sdk.CostReportAPIGetCostAllocationGroupWorkloadsParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPIGetCostAllocationGroupWorkloads mocks base method.

func (*MockClientInterface) CostReportAPIGetSavingsRecommendation added in v0.24.3

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

CostReportAPIGetSavingsRecommendation mocks base method.

func (*MockClientInterface) CostReportAPIGetSavingsRecommendation2 added in v0.24.3

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

CostReportAPIGetSavingsRecommendation2 mocks base method.

func (*MockClientInterface) CostReportAPIListAllocationGroups added in v1.0.1

func (m *MockClientInterface) CostReportAPIListAllocationGroups(ctx context.Context, params *sdk.CostReportAPIListAllocationGroupsParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPIListAllocationGroups mocks base method.

func (*MockClientInterface) CostReportAPIUpdateAllocationGroup added in v1.0.1

func (m *MockClientInterface) CostReportAPIUpdateAllocationGroup(ctx context.Context, id string, body sdk.CostReportAPIUpdateAllocationGroupJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CostReportAPIUpdateAllocationGroup mocks base method.

func (*MockClientInterface) CostReportAPIUpdateAllocationGroupWithBody added in v1.0.1

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

CostReportAPIUpdateAllocationGroupWithBody mocks base method.

func (*MockClientInterface) CreateAuthToken

CreateAuthToken mocks base method.

func (*MockClientInterface) CreateAuthTokenWithBody

func (m *MockClientInterface) CreateAuthTokenWithBody(ctx context.Context, params *sdk.CreateAuthTokenParams, contentType string, body io.Reader, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CreateAuthTokenWithBody mocks base method.

func (*MockClientInterface) CreateCloudCredentials

func (m *MockClientInterface) CreateCloudCredentials(ctx context.Context, body sdk.CreateCloudCredentialsJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CreateCloudCredentials mocks base method.

func (*MockClientInterface) CreateCloudCredentialsWithBody

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

CreateCloudCredentialsWithBody mocks base method.

func (*MockClientInterface) CreateInvitation

func (m *MockClientInterface) CreateInvitation(ctx context.Context, body sdk.CreateInvitationJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CreateInvitation mocks base method.

func (*MockClientInterface) CreateInvitationWithBody

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

CreateInvitationWithBody mocks base method.

func (*MockClientInterface) CreateOrganization

func (m *MockClientInterface) CreateOrganization(ctx context.Context, body sdk.CreateOrganizationJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CreateOrganization mocks base method.

func (*MockClientInterface) CreateOrganizationUser

func (m *MockClientInterface) CreateOrganizationUser(ctx context.Context, id string, body sdk.CreateOrganizationUserJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CreateOrganizationUser mocks base method.

func (*MockClientInterface) CreateOrganizationUserWithBody

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

CreateOrganizationUserWithBody mocks base method.

func (*MockClientInterface) CreateOrganizationWithBody

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

CreateOrganizationWithBody mocks base method.

func (*MockClientInterface) CurrentUserProfile

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

CurrentUserProfile mocks base method.

func (*MockClientInterface) DeleteAuthToken

func (m *MockClientInterface) DeleteAuthToken(ctx context.Context, authTokenId sdk.AuthTokenId, params *sdk.DeleteAuthTokenParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

DeleteAuthToken mocks base method.

func (*MockClientInterface) DeleteCloudCredentials

func (m *MockClientInterface) DeleteCloudCredentials(ctx context.Context, credentialsId sdk.CredentialsId, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

DeleteCloudCredentials mocks base method.

func (*MockClientInterface) DeleteOrganization

func (m *MockClientInterface) DeleteOrganization(ctx context.Context, id string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

DeleteOrganization mocks base method.

func (*MockClientInterface) DeleteOrganizationUser

func (m *MockClientInterface) DeleteOrganizationUser(ctx context.Context, id, userId string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

DeleteOrganizationUser mocks base method.

func (*MockClientInterface) EXPECT

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

func (*MockClientInterface) ExecuteRebalancingPlan

func (m *MockClientInterface) ExecuteRebalancingPlan(ctx context.Context, clusterId sdk.ClusterId, rebalancingPlanId string, body sdk.ExecuteRebalancingPlanJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExecuteRebalancingPlan mocks base method.

func (*MockClientInterface) ExecuteRebalancingPlanWithBody

func (m *MockClientInterface) ExecuteRebalancingPlanWithBody(ctx context.Context, clusterId sdk.ClusterId, rebalancingPlanId, contentType string, body io.Reader, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExecuteRebalancingPlanWithBody mocks base method.

func (*MockClientInterface) ExternalClusterAPIAddNode

func (m *MockClientInterface) ExternalClusterAPIAddNode(ctx context.Context, clusterId string, body sdk.ExternalClusterAPIAddNodeJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExternalClusterAPIAddNode mocks base method.

func (*MockClientInterface) ExternalClusterAPIAddNodeWithBody

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

ExternalClusterAPIAddNodeWithBody mocks base method.

func (*MockClientInterface) ExternalClusterAPICreateClusterToken

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

ExternalClusterAPICreateClusterToken mocks base method.

func (*MockClientInterface) ExternalClusterAPIDeleteCluster

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

ExternalClusterAPIDeleteCluster mocks base method.

func (*MockClientInterface) ExternalClusterAPIDeleteNode

func (m *MockClientInterface) ExternalClusterAPIDeleteNode(ctx context.Context, clusterId, nodeId string, params *sdk.ExternalClusterAPIDeleteNodeParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExternalClusterAPIDeleteNode mocks base method.

func (*MockClientInterface) ExternalClusterAPIDisconnectCluster

func (m *MockClientInterface) ExternalClusterAPIDisconnectCluster(ctx context.Context, clusterId string, body sdk.ExternalClusterAPIDisconnectClusterJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExternalClusterAPIDisconnectCluster mocks base method.

func (*MockClientInterface) ExternalClusterAPIDisconnectClusterWithBody

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

ExternalClusterAPIDisconnectClusterWithBody mocks base method.

func (*MockClientInterface) ExternalClusterAPIDrainNode

func (m *MockClientInterface) ExternalClusterAPIDrainNode(ctx context.Context, clusterId, nodeId string, body sdk.ExternalClusterAPIDrainNodeJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExternalClusterAPIDrainNode mocks base method.

func (*MockClientInterface) ExternalClusterAPIDrainNodeWithBody

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

ExternalClusterAPIDrainNodeWithBody mocks base method.

func (*MockClientInterface) ExternalClusterAPIGetAssumeRoleUser added in v0.17.0

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

ExternalClusterAPIGetAssumeRoleUser mocks base method.

func (*MockClientInterface) ExternalClusterAPIGetCluster

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

ExternalClusterAPIGetCluster mocks base method.

func (*MockClientInterface) ExternalClusterAPIGetCredentialsScript

func (m *MockClientInterface) ExternalClusterAPIGetCredentialsScript(ctx context.Context, clusterId string, params *sdk.ExternalClusterAPIGetCredentialsScriptParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExternalClusterAPIGetCredentialsScript mocks base method.

func (*MockClientInterface) ExternalClusterAPIGetCredentialsScriptTemplate

func (m *MockClientInterface) ExternalClusterAPIGetCredentialsScriptTemplate(ctx context.Context, provider string, params *sdk.ExternalClusterAPIGetCredentialsScriptTemplateParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExternalClusterAPIGetCredentialsScriptTemplate mocks base method.

func (*MockClientInterface) ExternalClusterAPIGetNode

func (m *MockClientInterface) ExternalClusterAPIGetNode(ctx context.Context, clusterId, nodeId string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExternalClusterAPIGetNode mocks base method.

func (*MockClientInterface) ExternalClusterAPIHandleCloudEvent added in v0.15.0

func (m *MockClientInterface) ExternalClusterAPIHandleCloudEvent(ctx context.Context, clusterId string, body sdk.ExternalClusterAPIHandleCloudEventJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExternalClusterAPIHandleCloudEvent mocks base method.

func (*MockClientInterface) ExternalClusterAPIHandleCloudEventWithBody added in v0.15.0

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

ExternalClusterAPIHandleCloudEventWithBody mocks base method.

func (*MockClientInterface) ExternalClusterAPIListClusters

func (m *MockClientInterface) ExternalClusterAPIListClusters(ctx context.Context, params *sdk.ExternalClusterAPIListClustersParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExternalClusterAPIListClusters mocks base method.

func (*MockClientInterface) ExternalClusterAPIListNodes

func (m *MockClientInterface) ExternalClusterAPIListNodes(ctx context.Context, clusterId string, params *sdk.ExternalClusterAPIListNodesParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExternalClusterAPIListNodes mocks base method.

func (*MockClientInterface) ExternalClusterAPIPauseCluster

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

ExternalClusterAPIPauseCluster mocks base method.

func (*MockClientInterface) ExternalClusterAPIReconcileCluster added in v0.17.0

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

ExternalClusterAPIReconcileCluster mocks base method.

func (*MockClientInterface) ExternalClusterAPIRegisterCluster

func (m *MockClientInterface) ExternalClusterAPIRegisterCluster(ctx context.Context, body sdk.ExternalClusterAPIRegisterClusterJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExternalClusterAPIRegisterCluster mocks base method.

func (*MockClientInterface) ExternalClusterAPIRegisterClusterWithBody

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

ExternalClusterAPIRegisterClusterWithBody mocks base method.

func (*MockClientInterface) ExternalClusterAPIResumeCluster

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

ExternalClusterAPIResumeCluster mocks base method.

func (*MockClientInterface) ExternalClusterAPIUpdateCluster

func (m *MockClientInterface) ExternalClusterAPIUpdateCluster(ctx context.Context, clusterId string, body sdk.ExternalClusterAPIUpdateClusterJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ExternalClusterAPIUpdateCluster mocks base method.

func (*MockClientInterface) ExternalClusterAPIUpdateClusterWithBody

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

ExternalClusterAPIUpdateClusterWithBody mocks base method.

func (*MockClientInterface) GetAgentInstallScript

func (m *MockClientInterface) GetAgentInstallScript(ctx context.Context, params *sdk.GetAgentInstallScriptParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

GetAgentInstallScript mocks base method.

func (*MockClientInterface) GetAuthToken

func (m *MockClientInterface) GetAuthToken(ctx context.Context, authTokenId sdk.AuthTokenId, params *sdk.GetAuthTokenParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

GetAuthToken mocks base method.

func (*MockClientInterface) GetCloudCredentials

func (m *MockClientInterface) GetCloudCredentials(ctx context.Context, credentialsId sdk.CredentialsId, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

GetCloudCredentials mocks base method.

func (*MockClientInterface) GetExternalClusterOperation

func (m *MockClientInterface) GetExternalClusterOperation(ctx context.Context, id string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

GetExternalClusterOperation mocks base method.

func (*MockClientInterface) GetOrganization

func (m *MockClientInterface) GetOrganization(ctx context.Context, id string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

GetOrganization mocks base method.

func (*MockClientInterface) GetOrganizationUsers

func (m *MockClientInterface) GetOrganizationUsers(ctx context.Context, id string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

GetOrganizationUsers mocks base method.

func (*MockClientInterface) GetProblematicWorkloads

func (m *MockClientInterface) GetProblematicWorkloads(ctx context.Context, clusterId sdk.ClusterId, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

GetProblematicWorkloads mocks base method.

func (*MockClientInterface) GetPromMetrics

func (m *MockClientInterface) GetPromMetrics(ctx context.Context, params *sdk.GetPromMetricsParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

GetPromMetrics mocks base method.

func (*MockClientInterface) GetRebalancedWorkloads

func (m *MockClientInterface) GetRebalancedWorkloads(ctx context.Context, clusterId sdk.ClusterId, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

GetRebalancedWorkloads mocks base method.

func (*MockClientInterface) GetRebalancingPlan

func (m *MockClientInterface) GetRebalancingPlan(ctx context.Context, clusterId sdk.ClusterId, rebalancingPlanId string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

GetRebalancingPlan mocks base method.

func (*MockClientInterface) GetUsageReport

func (m *MockClientInterface) GetUsageReport(ctx context.Context, params *sdk.GetUsageReportParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

GetUsageReport mocks base method.

func (*MockClientInterface) GetWorkloads

func (m *MockClientInterface) GetWorkloads(ctx context.Context, clusterId sdk.ClusterId, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

GetWorkloads mocks base method.

func (*MockClientInterface) InsightsAPIDisconnectAgent added in v0.26.4

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

InsightsAPIDisconnectAgent mocks base method.

func (*MockClientInterface) InsightsAPIGetAgentCloudScript added in v1.0.1

func (m *MockClientInterface) InsightsAPIGetAgentCloudScript(ctx context.Context, provider string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetAgentCloudScript mocks base method.

func (*MockClientInterface) InsightsAPIGetAgentInstallScript added in v0.26.4

func (m *MockClientInterface) InsightsAPIGetAgentInstallScript(ctx context.Context, clusterId string, params *sdk.InsightsAPIGetAgentInstallScriptParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetAgentInstallScript mocks base method.

func (*MockClientInterface) InsightsAPIGetBestPracticesCheckDetails added in v0.24.3

func (m *MockClientInterface) InsightsAPIGetBestPracticesCheckDetails(ctx context.Context, ruleId string, params *sdk.InsightsAPIGetBestPracticesCheckDetailsParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetBestPracticesCheckDetails mocks base method.

func (*MockClientInterface) InsightsAPIGetBestPracticesOverview added in v0.25.0

func (m *MockClientInterface) InsightsAPIGetBestPracticesOverview(ctx context.Context, params *sdk.InsightsAPIGetBestPracticesOverviewParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetBestPracticesOverview mocks base method.

func (*MockClientInterface) InsightsAPIGetBestPracticesReport added in v0.24.3

func (m *MockClientInterface) InsightsAPIGetBestPracticesReport(ctx context.Context, params *sdk.InsightsAPIGetBestPracticesReportParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetBestPracticesReport mocks base method.

func (*MockClientInterface) InsightsAPIGetBestPracticesReportFilters added in v0.24.3

func (m *MockClientInterface) InsightsAPIGetBestPracticesReportFilters(ctx context.Context, params *sdk.InsightsAPIGetBestPracticesReportFiltersParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetBestPracticesReportFilters mocks base method.

func (*MockClientInterface) InsightsAPIGetBestPracticesReportSummary added in v0.24.3

func (m *MockClientInterface) InsightsAPIGetBestPracticesReportSummary(ctx context.Context, params *sdk.InsightsAPIGetBestPracticesReportSummaryParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetBestPracticesReportSummary mocks base method.

func (*MockClientInterface) InsightsAPIGetOverviewSummary added in v0.25.0

func (m *MockClientInterface) InsightsAPIGetOverviewSummary(ctx context.Context, params *sdk.InsightsAPIGetOverviewSummaryParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetOverviewSummary mocks base method.

func (*MockClientInterface) InsightsAPIGetPackageVulnerabilities added in v1.0.1

func (m *MockClientInterface) InsightsAPIGetPackageVulnerabilities(ctx context.Context, objectId string, params *sdk.InsightsAPIGetPackageVulnerabilitiesParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetPackageVulnerabilities mocks base method.

func (*MockClientInterface) InsightsAPIGetResourceVulnerablePackages added in v1.0.1

func (m *MockClientInterface) InsightsAPIGetResourceVulnerablePackages(ctx context.Context, objectId string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetResourceVulnerablePackages mocks base method.

func (*MockClientInterface) InsightsAPIGetVulnerabilitiesDetails added in v0.24.3

func (m *MockClientInterface) InsightsAPIGetVulnerabilitiesDetails(ctx context.Context, objectId string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetVulnerabilitiesDetails mocks base method.

func (*MockClientInterface) InsightsAPIGetVulnerabilitiesOverview added in v0.25.0

func (m *MockClientInterface) InsightsAPIGetVulnerabilitiesOverview(ctx context.Context, params *sdk.InsightsAPIGetVulnerabilitiesOverviewParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetVulnerabilitiesOverview mocks base method.

func (*MockClientInterface) InsightsAPIGetVulnerabilitiesReport added in v0.24.3

func (m *MockClientInterface) InsightsAPIGetVulnerabilitiesReport(ctx context.Context, params *sdk.InsightsAPIGetVulnerabilitiesReportParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetVulnerabilitiesReport mocks base method.

func (*MockClientInterface) InsightsAPIGetVulnerabilitiesReportSummary added in v0.24.3

func (m *MockClientInterface) InsightsAPIGetVulnerabilitiesReportSummary(ctx context.Context, params *sdk.InsightsAPIGetVulnerabilitiesReportSummaryParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetVulnerabilitiesReportSummary mocks base method.

func (*MockClientInterface) InsightsAPIGetVulnerabilitiesResources added in v0.24.3

func (m *MockClientInterface) InsightsAPIGetVulnerabilitiesResources(ctx context.Context, objectId string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIGetVulnerabilitiesResources mocks base method.

func (*MockClientInterface) InsightsAPIIngestAgentLog added in v0.25.0

func (m *MockClientInterface) InsightsAPIIngestAgentLog(ctx context.Context, clusterId string, body sdk.InsightsAPIIngestAgentLogJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIIngestAgentLog mocks base method.

func (*MockClientInterface) InsightsAPIIngestAgentLogWithBody added in v0.25.0

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

InsightsAPIIngestAgentLogWithBody mocks base method.

func (*MockClientInterface) InsightsAPIPostAgentTelemetry added in v0.26.4

func (m *MockClientInterface) InsightsAPIPostAgentTelemetry(ctx context.Context, clusterId string, body sdk.InsightsAPIPostAgentTelemetryJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIPostAgentTelemetry mocks base method.

func (*MockClientInterface) InsightsAPIPostAgentTelemetryWithBody added in v0.26.4

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

InsightsAPIPostAgentTelemetryWithBody mocks base method.

func (*MockClientInterface) InsightsAPIScheduleBestPracticesScan added in v0.24.3

func (m *MockClientInterface) InsightsAPIScheduleBestPracticesScan(ctx context.Context, body sdk.InsightsAPIScheduleBestPracticesScanJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIScheduleBestPracticesScan mocks base method.

func (*MockClientInterface) InsightsAPIScheduleBestPracticesScanWithBody added in v0.25.0

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

InsightsAPIScheduleBestPracticesScanWithBody mocks base method.

func (*MockClientInterface) InsightsAPIScheduleVulnerabilitiesScan added in v0.24.3

func (m *MockClientInterface) InsightsAPIScheduleVulnerabilitiesScan(ctx context.Context, body sdk.InsightsAPIScheduleVulnerabilitiesScanJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InsightsAPIScheduleVulnerabilitiesScan mocks base method.

func (*MockClientInterface) InsightsAPIScheduleVulnerabilitiesScanWithBody added in v0.25.0

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

InsightsAPIScheduleVulnerabilitiesScanWithBody mocks base method.

func (*MockClientInterface) InventoryBlacklistAPIAddBlacklist added in v0.24.3

func (m *MockClientInterface) InventoryBlacklistAPIAddBlacklist(ctx context.Context, body sdk.InventoryBlacklistAPIAddBlacklistJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InventoryBlacklistAPIAddBlacklist mocks base method.

func (*MockClientInterface) InventoryBlacklistAPIAddBlacklistWithBody added in v0.24.3

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

InventoryBlacklistAPIAddBlacklistWithBody mocks base method.

func (*MockClientInterface) InventoryBlacklistAPIListBlacklists added in v0.25.0

func (m *MockClientInterface) InventoryBlacklistAPIListBlacklists(ctx context.Context, params *sdk.InventoryBlacklistAPIListBlacklistsParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InventoryBlacklistAPIListBlacklists mocks base method.

func (*MockClientInterface) InventoryBlacklistAPIRemoveBlacklist added in v0.24.3

func (m *MockClientInterface) InventoryBlacklistAPIRemoveBlacklist(ctx context.Context, body sdk.InventoryBlacklistAPIRemoveBlacklistJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InventoryBlacklistAPIRemoveBlacklist mocks base method.

func (*MockClientInterface) InventoryBlacklistAPIRemoveBlacklistWithBody added in v0.24.3

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

InventoryBlacklistAPIRemoveBlacklistWithBody mocks base method.

func (*MockClientInterface) ListAuditEvents

func (m *MockClientInterface) ListAuditEvents(ctx context.Context, params *sdk.ListAuditEventsParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ListAuditEvents mocks base method.

func (*MockClientInterface) ListAuthTokens

func (m *MockClientInterface) ListAuthTokens(ctx context.Context, params *sdk.ListAuthTokensParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ListAuthTokens mocks base method.

func (*MockClientInterface) ListCloudCredentials

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

ListCloudCredentials mocks base method.

func (*MockClientInterface) ListOrganizations

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

ListOrganizations mocks base method.

func (*MockClientInterface) ListRebalancingPlans

func (m *MockClientInterface) ListRebalancingPlans(ctx context.Context, clusterId sdk.ClusterId, params *sdk.ListRebalancingPlansParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

ListRebalancingPlans mocks base method.

func (*MockClientInterface) MetricsAPIGetCPUUsageMetrics added in v0.24.0

func (m *MockClientInterface) MetricsAPIGetCPUUsageMetrics(ctx context.Context, clusterId string, params *sdk.MetricsAPIGetCPUUsageMetricsParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

MetricsAPIGetCPUUsageMetrics mocks base method.

func (*MockClientInterface) MetricsAPIGetGaugesMetrics added in v0.24.0

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

MetricsAPIGetGaugesMetrics mocks base method.

func (*MockClientInterface) MetricsAPIGetMemoryUsageMetrics added in v0.24.0

func (m *MockClientInterface) MetricsAPIGetMemoryUsageMetrics(ctx context.Context, clusterId string, params *sdk.MetricsAPIGetMemoryUsageMetricsParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

MetricsAPIGetMemoryUsageMetrics mocks base method.

func (*MockClientInterface) NodeConfigurationAPICreateConfiguration added in v0.24.3

func (m *MockClientInterface) NodeConfigurationAPICreateConfiguration(ctx context.Context, clusterId string, body sdk.NodeConfigurationAPICreateConfigurationJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NodeConfigurationAPICreateConfiguration mocks base method.

func (*MockClientInterface) NodeConfigurationAPICreateConfigurationWithBody added in v0.24.3

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

NodeConfigurationAPICreateConfigurationWithBody mocks base method.

func (*MockClientInterface) NodeConfigurationAPIDeleteConfiguration added in v0.24.3

func (m *MockClientInterface) NodeConfigurationAPIDeleteConfiguration(ctx context.Context, clusterId, id string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NodeConfigurationAPIDeleteConfiguration mocks base method.

func (*MockClientInterface) NodeConfigurationAPIGetConfiguration added in v0.24.3

func (m *MockClientInterface) NodeConfigurationAPIGetConfiguration(ctx context.Context, clusterId, id string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NodeConfigurationAPIGetConfiguration mocks base method.

func (*MockClientInterface) NodeConfigurationAPIListConfigurations added in v0.24.3

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

NodeConfigurationAPIListConfigurations mocks base method.

func (*MockClientInterface) NodeConfigurationAPISetDefault added in v0.24.3

func (m *MockClientInterface) NodeConfigurationAPISetDefault(ctx context.Context, clusterId, id string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NodeConfigurationAPISetDefault mocks base method.

func (*MockClientInterface) NodeConfigurationAPIUpdateConfiguration added in v0.24.3

func (m *MockClientInterface) NodeConfigurationAPIUpdateConfiguration(ctx context.Context, clusterId, id string, body sdk.NodeConfigurationAPIUpdateConfigurationJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NodeConfigurationAPIUpdateConfiguration mocks base method.

func (*MockClientInterface) NodeConfigurationAPIUpdateConfigurationWithBody added in v0.24.3

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

NodeConfigurationAPIUpdateConfigurationWithBody mocks base method.

func (*MockClientInterface) NodeTemplatesAPICreateNodeTemplate added in v0.25.0

func (m *MockClientInterface) NodeTemplatesAPICreateNodeTemplate(ctx context.Context, clusterId string, body sdk.NodeTemplatesAPICreateNodeTemplateJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NodeTemplatesAPICreateNodeTemplate mocks base method.

func (*MockClientInterface) NodeTemplatesAPICreateNodeTemplateWithBody added in v0.25.0

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

NodeTemplatesAPICreateNodeTemplateWithBody mocks base method.

func (*MockClientInterface) NodeTemplatesAPIDeleteNodeTemplate added in v0.25.0

func (m *MockClientInterface) NodeTemplatesAPIDeleteNodeTemplate(ctx context.Context, clusterId, nodeTemplateName string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NodeTemplatesAPIDeleteNodeTemplate mocks base method.

func (*MockClientInterface) NodeTemplatesAPIFilterInstanceTypes added in v0.25.0

func (m *MockClientInterface) NodeTemplatesAPIFilterInstanceTypes(ctx context.Context, clusterId string, body sdk.NodeTemplatesAPIFilterInstanceTypesJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NodeTemplatesAPIFilterInstanceTypes mocks base method.

func (*MockClientInterface) NodeTemplatesAPIFilterInstanceTypesWithBody added in v0.25.0

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

NodeTemplatesAPIFilterInstanceTypesWithBody mocks base method.

func (*MockClientInterface) NodeTemplatesAPIListNodeTemplates added in v0.25.0

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

NodeTemplatesAPIListNodeTemplates mocks base method.

func (*MockClientInterface) NodeTemplatesAPIUpdateNodeTemplate added in v0.25.0

func (m *MockClientInterface) NodeTemplatesAPIUpdateNodeTemplate(ctx context.Context, clusterId, nodeTemplateName string, body sdk.NodeTemplatesAPIUpdateNodeTemplateJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NodeTemplatesAPIUpdateNodeTemplate mocks base method.

func (*MockClientInterface) NodeTemplatesAPIUpdateNodeTemplateWithBody added in v0.25.0

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

NodeTemplatesAPIUpdateNodeTemplateWithBody mocks base method.

func (*MockClientInterface) NotificationAPIAckNotifications added in v0.25.0

func (m *MockClientInterface) NotificationAPIAckNotifications(ctx context.Context, body sdk.NotificationAPIAckNotificationsJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NotificationAPIAckNotifications mocks base method.

func (*MockClientInterface) NotificationAPIAckNotificationsWithBody added in v0.25.0

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

NotificationAPIAckNotificationsWithBody mocks base method.

func (*MockClientInterface) NotificationAPICreateWebhookConfig added in v0.25.0

func (m *MockClientInterface) NotificationAPICreateWebhookConfig(ctx context.Context, body sdk.NotificationAPICreateWebhookConfigJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NotificationAPICreateWebhookConfig mocks base method.

func (*MockClientInterface) NotificationAPICreateWebhookConfigWithBody added in v0.25.0

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

NotificationAPICreateWebhookConfigWithBody mocks base method.

func (*MockClientInterface) NotificationAPIDeleteWebhookConfig added in v0.25.0

func (m *MockClientInterface) NotificationAPIDeleteWebhookConfig(ctx context.Context, id string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NotificationAPIDeleteWebhookConfig mocks base method.

func (*MockClientInterface) NotificationAPIGetNotification added in v0.25.0

func (m *MockClientInterface) NotificationAPIGetNotification(ctx context.Context, id string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NotificationAPIGetNotification mocks base method.

func (*MockClientInterface) NotificationAPIGetWebhookConfig added in v0.25.0

func (m *MockClientInterface) NotificationAPIGetWebhookConfig(ctx context.Context, id string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NotificationAPIGetWebhookConfig mocks base method.

func (*MockClientInterface) NotificationAPIListNotifications added in v0.25.0

func (m *MockClientInterface) NotificationAPIListNotifications(ctx context.Context, params *sdk.NotificationAPIListNotificationsParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NotificationAPIListNotifications mocks base method.

func (*MockClientInterface) NotificationAPIListWebhookConfigs added in v0.25.1

func (m *MockClientInterface) NotificationAPIListWebhookConfigs(ctx context.Context, params *sdk.NotificationAPIListWebhookConfigsParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NotificationAPIListWebhookConfigs mocks base method.

func (*MockClientInterface) NotificationAPIUpdateWebhookConfig added in v0.25.0

func (m *MockClientInterface) NotificationAPIUpdateWebhookConfig(ctx context.Context, id string, body sdk.NotificationAPIUpdateWebhookConfigJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

NotificationAPIUpdateWebhookConfig mocks base method.

func (*MockClientInterface) NotificationAPIUpdateWebhookConfigWithBody added in v0.25.0

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

NotificationAPIUpdateWebhookConfigWithBody mocks base method.

func (*MockClientInterface) PoliciesAPIGetClusterNodeConstraints added in v0.15.0

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

PoliciesAPIGetClusterNodeConstraints mocks base method.

func (*MockClientInterface) PoliciesAPIGetClusterPolicies added in v0.15.0

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

PoliciesAPIGetClusterPolicies mocks base method.

func (*MockClientInterface) PoliciesAPIUpsertClusterPolicies added in v0.15.0

func (m *MockClientInterface) PoliciesAPIUpsertClusterPolicies(ctx context.Context, clusterId string, body sdk.PoliciesAPIUpsertClusterPoliciesJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

PoliciesAPIUpsertClusterPolicies mocks base method.

func (*MockClientInterface) PoliciesAPIUpsertClusterPoliciesWithBody added in v0.15.0

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

PoliciesAPIUpsertClusterPoliciesWithBody mocks base method.

func (*MockClientInterface) Rebalance

func (m *MockClientInterface) Rebalance(ctx context.Context, clusterId sdk.ClusterId, body sdk.RebalanceJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

Rebalance mocks base method.

func (*MockClientInterface) RebalanceWithBody

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

RebalanceWithBody mocks base method.

func (*MockClientInterface) UpdateAuthToken

func (m *MockClientInterface) UpdateAuthToken(ctx context.Context, authTokenId sdk.AuthTokenId, params *sdk.UpdateAuthTokenParams, body sdk.UpdateAuthTokenJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

UpdateAuthToken mocks base method.

func (*MockClientInterface) UpdateAuthTokenWithBody

func (m *MockClientInterface) UpdateAuthTokenWithBody(ctx context.Context, authTokenId sdk.AuthTokenId, params *sdk.UpdateAuthTokenParams, contentType string, body io.Reader, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

UpdateAuthTokenWithBody mocks base method.

func (*MockClientInterface) UpdateCurrentUserProfile

func (m *MockClientInterface) UpdateCurrentUserProfile(ctx context.Context, body sdk.UpdateCurrentUserProfileJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

UpdateCurrentUserProfile mocks base method.

func (*MockClientInterface) UpdateCurrentUserProfileWithBody

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

UpdateCurrentUserProfileWithBody mocks base method.

func (*MockClientInterface) UpdateOrganization

func (m *MockClientInterface) UpdateOrganization(ctx context.Context, id string, body sdk.UpdateOrganizationJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

UpdateOrganization mocks base method.

func (*MockClientInterface) UpdateOrganizationUser

func (m *MockClientInterface) UpdateOrganizationUser(ctx context.Context, id, userId string, body sdk.UpdateOrganizationUserJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

UpdateOrganizationUser mocks base method.

func (*MockClientInterface) UpdateOrganizationUserWithBody

func (m *MockClientInterface) UpdateOrganizationUserWithBody(ctx context.Context, id, userId, contentType string, body io.Reader, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

UpdateOrganizationUserWithBody mocks base method.

func (*MockClientInterface) UpdateOrganizationWithBody

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

UpdateOrganizationWithBody mocks base method.

type MockClientInterfaceMockRecorder

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

MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.

func (*MockClientInterfaceMockRecorder) ClaimInvitation

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

ClaimInvitation indicates an expected call of ClaimInvitation.

func (*MockClientInterfaceMockRecorder) ClaimInvitationWithBody

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

ClaimInvitationWithBody indicates an expected call of ClaimInvitationWithBody.

func (*MockClientInterfaceMockRecorder) ClusterActionsAPIAckClusterAction

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

ClusterActionsAPIAckClusterAction indicates an expected call of ClusterActionsAPIAckClusterAction.

func (*MockClientInterfaceMockRecorder) ClusterActionsAPIAckClusterActionWithBody

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

ClusterActionsAPIAckClusterActionWithBody indicates an expected call of ClusterActionsAPIAckClusterActionWithBody.

func (*MockClientInterfaceMockRecorder) ClusterActionsAPIIngestLogs

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

ClusterActionsAPIIngestLogs indicates an expected call of ClusterActionsAPIIngestLogs.

func (*MockClientInterfaceMockRecorder) ClusterActionsAPIIngestLogsWithBody

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

ClusterActionsAPIIngestLogsWithBody indicates an expected call of ClusterActionsAPIIngestLogsWithBody.

func (*MockClientInterfaceMockRecorder) ClusterActionsAPIPollClusterActions

func (mr *MockClientInterfaceMockRecorder) ClusterActionsAPIPollClusterActions(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

ClusterActionsAPIPollClusterActions indicates an expected call of ClusterActionsAPIPollClusterActions.

func (*MockClientInterfaceMockRecorder) CostReportAPICreateAllocationGroup added in v1.0.1

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

CostReportAPICreateAllocationGroup indicates an expected call of CostReportAPICreateAllocationGroup.

func (*MockClientInterfaceMockRecorder) CostReportAPICreateAllocationGroupWithBody added in v1.0.1

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

CostReportAPICreateAllocationGroupWithBody indicates an expected call of CostReportAPICreateAllocationGroupWithBody.

func (*MockClientInterfaceMockRecorder) CostReportAPIDeleteAllocationGroup added in v1.0.1

func (mr *MockClientInterfaceMockRecorder) CostReportAPIDeleteAllocationGroup(ctx, id interface{}, reqEditors ...interface{}) *gomock.Call

CostReportAPIDeleteAllocationGroup indicates an expected call of CostReportAPIDeleteAllocationGroup.

func (*MockClientInterfaceMockRecorder) CostReportAPIGetClusterCostHistory added in v0.24.3

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

CostReportAPIGetClusterCostHistory indicates an expected call of CostReportAPIGetClusterCostHistory.

func (*MockClientInterfaceMockRecorder) CostReportAPIGetClusterCostHistory2 added in v0.24.3

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

CostReportAPIGetClusterCostHistory2 indicates an expected call of CostReportAPIGetClusterCostHistory2.

func (*MockClientInterfaceMockRecorder) CostReportAPIGetClusterCostReport added in v0.24.3

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

CostReportAPIGetClusterCostReport indicates an expected call of CostReportAPIGetClusterCostReport.

func (*MockClientInterfaceMockRecorder) CostReportAPIGetClusterCostReport2 added in v0.24.3

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

CostReportAPIGetClusterCostReport2 indicates an expected call of CostReportAPIGetClusterCostReport2.

func (*MockClientInterfaceMockRecorder) CostReportAPIGetClusterWorkloadLabels added in v0.26.4

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

CostReportAPIGetClusterWorkloadLabels indicates an expected call of CostReportAPIGetClusterWorkloadLabels.

func (*MockClientInterfaceMockRecorder) CostReportAPIGetClusterWorkloadReport added in v0.24.3

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

CostReportAPIGetClusterWorkloadReport indicates an expected call of CostReportAPIGetClusterWorkloadReport.

func (*MockClientInterfaceMockRecorder) CostReportAPIGetClusterWorkloadReport2 added in v0.26.4

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

CostReportAPIGetClusterWorkloadReport2 indicates an expected call of CostReportAPIGetClusterWorkloadReport2.

func (*MockClientInterfaceMockRecorder) CostReportAPIGetClusterWorkloadReport2WithBody added in v0.26.4

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

CostReportAPIGetClusterWorkloadReport2WithBody indicates an expected call of CostReportAPIGetClusterWorkloadReport2WithBody.

func (*MockClientInterfaceMockRecorder) CostReportAPIGetClustersCostReport added in v0.25.0

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

CostReportAPIGetClustersCostReport indicates an expected call of CostReportAPIGetClustersCostReport.

func (*MockClientInterfaceMockRecorder) CostReportAPIGetCostAllocationGroupSummary added in v1.3.4

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

CostReportAPIGetCostAllocationGroupSummary indicates an expected call of CostReportAPIGetCostAllocationGroupSummary.

func (*MockClientInterfaceMockRecorder) CostReportAPIGetCostAllocationGroupWorkloads added in v1.3.4

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

CostReportAPIGetCostAllocationGroupWorkloads indicates an expected call of CostReportAPIGetCostAllocationGroupWorkloads.

func (*MockClientInterfaceMockRecorder) CostReportAPIGetSavingsRecommendation added in v0.24.3

func (mr *MockClientInterfaceMockRecorder) CostReportAPIGetSavingsRecommendation(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

CostReportAPIGetSavingsRecommendation indicates an expected call of CostReportAPIGetSavingsRecommendation.

func (*MockClientInterfaceMockRecorder) CostReportAPIGetSavingsRecommendation2 added in v0.24.3

func (mr *MockClientInterfaceMockRecorder) CostReportAPIGetSavingsRecommendation2(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

CostReportAPIGetSavingsRecommendation2 indicates an expected call of CostReportAPIGetSavingsRecommendation2.

func (*MockClientInterfaceMockRecorder) CostReportAPIListAllocationGroups added in v1.0.1

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

CostReportAPIListAllocationGroups indicates an expected call of CostReportAPIListAllocationGroups.

func (*MockClientInterfaceMockRecorder) CostReportAPIUpdateAllocationGroup added in v1.0.1

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

CostReportAPIUpdateAllocationGroup indicates an expected call of CostReportAPIUpdateAllocationGroup.

func (*MockClientInterfaceMockRecorder) CostReportAPIUpdateAllocationGroupWithBody added in v1.0.1

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

CostReportAPIUpdateAllocationGroupWithBody indicates an expected call of CostReportAPIUpdateAllocationGroupWithBody.

func (*MockClientInterfaceMockRecorder) CreateAuthToken

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

CreateAuthToken indicates an expected call of CreateAuthToken.

func (*MockClientInterfaceMockRecorder) CreateAuthTokenWithBody

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

CreateAuthTokenWithBody indicates an expected call of CreateAuthTokenWithBody.

func (*MockClientInterfaceMockRecorder) CreateCloudCredentials

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

CreateCloudCredentials indicates an expected call of CreateCloudCredentials.

func (*MockClientInterfaceMockRecorder) CreateCloudCredentialsWithBody

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

CreateCloudCredentialsWithBody indicates an expected call of CreateCloudCredentialsWithBody.

func (*MockClientInterfaceMockRecorder) CreateInvitation

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

CreateInvitation indicates an expected call of CreateInvitation.

func (*MockClientInterfaceMockRecorder) CreateInvitationWithBody

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

CreateInvitationWithBody indicates an expected call of CreateInvitationWithBody.

func (*MockClientInterfaceMockRecorder) CreateOrganization

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

CreateOrganization indicates an expected call of CreateOrganization.

func (*MockClientInterfaceMockRecorder) CreateOrganizationUser

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

CreateOrganizationUser indicates an expected call of CreateOrganizationUser.

func (*MockClientInterfaceMockRecorder) CreateOrganizationUserWithBody

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

CreateOrganizationUserWithBody indicates an expected call of CreateOrganizationUserWithBody.

func (*MockClientInterfaceMockRecorder) CreateOrganizationWithBody

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

CreateOrganizationWithBody indicates an expected call of CreateOrganizationWithBody.

func (*MockClientInterfaceMockRecorder) CurrentUserProfile

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

CurrentUserProfile indicates an expected call of CurrentUserProfile.

func (*MockClientInterfaceMockRecorder) DeleteAuthToken

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

DeleteAuthToken indicates an expected call of DeleteAuthToken.

func (*MockClientInterfaceMockRecorder) DeleteCloudCredentials

func (mr *MockClientInterfaceMockRecorder) DeleteCloudCredentials(ctx, credentialsId interface{}, reqEditors ...interface{}) *gomock.Call

DeleteCloudCredentials indicates an expected call of DeleteCloudCredentials.

func (*MockClientInterfaceMockRecorder) DeleteOrganization

func (mr *MockClientInterfaceMockRecorder) DeleteOrganization(ctx, id interface{}, reqEditors ...interface{}) *gomock.Call

DeleteOrganization indicates an expected call of DeleteOrganization.

func (*MockClientInterfaceMockRecorder) DeleteOrganizationUser

func (mr *MockClientInterfaceMockRecorder) DeleteOrganizationUser(ctx, id, userId interface{}, reqEditors ...interface{}) *gomock.Call

DeleteOrganizationUser indicates an expected call of DeleteOrganizationUser.

func (*MockClientInterfaceMockRecorder) ExecuteRebalancingPlan

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

ExecuteRebalancingPlan indicates an expected call of ExecuteRebalancingPlan.

func (*MockClientInterfaceMockRecorder) ExecuteRebalancingPlanWithBody

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

ExecuteRebalancingPlanWithBody indicates an expected call of ExecuteRebalancingPlanWithBody.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIAddNode

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

ExternalClusterAPIAddNode indicates an expected call of ExternalClusterAPIAddNode.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIAddNodeWithBody

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

ExternalClusterAPIAddNodeWithBody indicates an expected call of ExternalClusterAPIAddNodeWithBody.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPICreateClusterToken

func (mr *MockClientInterfaceMockRecorder) ExternalClusterAPICreateClusterToken(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

ExternalClusterAPICreateClusterToken indicates an expected call of ExternalClusterAPICreateClusterToken.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIDeleteCluster

func (mr *MockClientInterfaceMockRecorder) ExternalClusterAPIDeleteCluster(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

ExternalClusterAPIDeleteCluster indicates an expected call of ExternalClusterAPIDeleteCluster.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIDeleteNode

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

ExternalClusterAPIDeleteNode indicates an expected call of ExternalClusterAPIDeleteNode.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIDisconnectCluster

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

ExternalClusterAPIDisconnectCluster indicates an expected call of ExternalClusterAPIDisconnectCluster.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIDisconnectClusterWithBody

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

ExternalClusterAPIDisconnectClusterWithBody indicates an expected call of ExternalClusterAPIDisconnectClusterWithBody.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIDrainNode

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

ExternalClusterAPIDrainNode indicates an expected call of ExternalClusterAPIDrainNode.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIDrainNodeWithBody

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

ExternalClusterAPIDrainNodeWithBody indicates an expected call of ExternalClusterAPIDrainNodeWithBody.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIGetAssumeRoleUser added in v0.17.0

func (mr *MockClientInterfaceMockRecorder) ExternalClusterAPIGetAssumeRoleUser(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

ExternalClusterAPIGetAssumeRoleUser indicates an expected call of ExternalClusterAPIGetAssumeRoleUser.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIGetCluster

func (mr *MockClientInterfaceMockRecorder) ExternalClusterAPIGetCluster(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

ExternalClusterAPIGetCluster indicates an expected call of ExternalClusterAPIGetCluster.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIGetCredentialsScript

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

ExternalClusterAPIGetCredentialsScript indicates an expected call of ExternalClusterAPIGetCredentialsScript.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIGetCredentialsScriptTemplate

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

ExternalClusterAPIGetCredentialsScriptTemplate indicates an expected call of ExternalClusterAPIGetCredentialsScriptTemplate.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIGetNode

func (mr *MockClientInterfaceMockRecorder) ExternalClusterAPIGetNode(ctx, clusterId, nodeId interface{}, reqEditors ...interface{}) *gomock.Call

ExternalClusterAPIGetNode indicates an expected call of ExternalClusterAPIGetNode.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIHandleCloudEvent added in v0.15.0

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

ExternalClusterAPIHandleCloudEvent indicates an expected call of ExternalClusterAPIHandleCloudEvent.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIHandleCloudEventWithBody added in v0.15.0

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

ExternalClusterAPIHandleCloudEventWithBody indicates an expected call of ExternalClusterAPIHandleCloudEventWithBody.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIListClusters

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

ExternalClusterAPIListClusters indicates an expected call of ExternalClusterAPIListClusters.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIListNodes

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

ExternalClusterAPIListNodes indicates an expected call of ExternalClusterAPIListNodes.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIPauseCluster

func (mr *MockClientInterfaceMockRecorder) ExternalClusterAPIPauseCluster(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

ExternalClusterAPIPauseCluster indicates an expected call of ExternalClusterAPIPauseCluster.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIReconcileCluster added in v0.17.0

func (mr *MockClientInterfaceMockRecorder) ExternalClusterAPIReconcileCluster(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

ExternalClusterAPIReconcileCluster indicates an expected call of ExternalClusterAPIReconcileCluster.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIRegisterCluster

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

ExternalClusterAPIRegisterCluster indicates an expected call of ExternalClusterAPIRegisterCluster.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIRegisterClusterWithBody

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

ExternalClusterAPIRegisterClusterWithBody indicates an expected call of ExternalClusterAPIRegisterClusterWithBody.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIResumeCluster

func (mr *MockClientInterfaceMockRecorder) ExternalClusterAPIResumeCluster(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

ExternalClusterAPIResumeCluster indicates an expected call of ExternalClusterAPIResumeCluster.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIUpdateCluster

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

ExternalClusterAPIUpdateCluster indicates an expected call of ExternalClusterAPIUpdateCluster.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIUpdateClusterWithBody

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

ExternalClusterAPIUpdateClusterWithBody indicates an expected call of ExternalClusterAPIUpdateClusterWithBody.

func (*MockClientInterfaceMockRecorder) GetAgentInstallScript

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

GetAgentInstallScript indicates an expected call of GetAgentInstallScript.

func (*MockClientInterfaceMockRecorder) GetAuthToken

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

GetAuthToken indicates an expected call of GetAuthToken.

func (*MockClientInterfaceMockRecorder) GetCloudCredentials

func (mr *MockClientInterfaceMockRecorder) GetCloudCredentials(ctx, credentialsId interface{}, reqEditors ...interface{}) *gomock.Call

GetCloudCredentials indicates an expected call of GetCloudCredentials.

func (*MockClientInterfaceMockRecorder) GetExternalClusterOperation

func (mr *MockClientInterfaceMockRecorder) GetExternalClusterOperation(ctx, id interface{}, reqEditors ...interface{}) *gomock.Call

GetExternalClusterOperation indicates an expected call of GetExternalClusterOperation.

func (*MockClientInterfaceMockRecorder) GetOrganization

func (mr *MockClientInterfaceMockRecorder) GetOrganization(ctx, id interface{}, reqEditors ...interface{}) *gomock.Call

GetOrganization indicates an expected call of GetOrganization.

func (*MockClientInterfaceMockRecorder) GetOrganizationUsers

func (mr *MockClientInterfaceMockRecorder) GetOrganizationUsers(ctx, id interface{}, reqEditors ...interface{}) *gomock.Call

GetOrganizationUsers indicates an expected call of GetOrganizationUsers.

func (*MockClientInterfaceMockRecorder) GetProblematicWorkloads

func (mr *MockClientInterfaceMockRecorder) GetProblematicWorkloads(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

GetProblematicWorkloads indicates an expected call of GetProblematicWorkloads.

func (*MockClientInterfaceMockRecorder) GetPromMetrics

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

GetPromMetrics indicates an expected call of GetPromMetrics.

func (*MockClientInterfaceMockRecorder) GetRebalancedWorkloads

func (mr *MockClientInterfaceMockRecorder) GetRebalancedWorkloads(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

GetRebalancedWorkloads indicates an expected call of GetRebalancedWorkloads.

func (*MockClientInterfaceMockRecorder) GetRebalancingPlan

func (mr *MockClientInterfaceMockRecorder) GetRebalancingPlan(ctx, clusterId, rebalancingPlanId interface{}, reqEditors ...interface{}) *gomock.Call

GetRebalancingPlan indicates an expected call of GetRebalancingPlan.

func (*MockClientInterfaceMockRecorder) GetUsageReport

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

GetUsageReport indicates an expected call of GetUsageReport.

func (*MockClientInterfaceMockRecorder) GetWorkloads

func (mr *MockClientInterfaceMockRecorder) GetWorkloads(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

GetWorkloads indicates an expected call of GetWorkloads.

func (*MockClientInterfaceMockRecorder) InsightsAPIDisconnectAgent added in v0.26.4

func (mr *MockClientInterfaceMockRecorder) InsightsAPIDisconnectAgent(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

InsightsAPIDisconnectAgent indicates an expected call of InsightsAPIDisconnectAgent.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetAgentCloudScript added in v1.0.1

func (mr *MockClientInterfaceMockRecorder) InsightsAPIGetAgentCloudScript(ctx, provider interface{}, reqEditors ...interface{}) *gomock.Call

InsightsAPIGetAgentCloudScript indicates an expected call of InsightsAPIGetAgentCloudScript.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetAgentInstallScript added in v0.26.4

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

InsightsAPIGetAgentInstallScript indicates an expected call of InsightsAPIGetAgentInstallScript.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetBestPracticesCheckDetails added in v0.24.3

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

InsightsAPIGetBestPracticesCheckDetails indicates an expected call of InsightsAPIGetBestPracticesCheckDetails.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetBestPracticesOverview added in v0.25.0

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

InsightsAPIGetBestPracticesOverview indicates an expected call of InsightsAPIGetBestPracticesOverview.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetBestPracticesReport added in v0.24.3

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

InsightsAPIGetBestPracticesReport indicates an expected call of InsightsAPIGetBestPracticesReport.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetBestPracticesReportFilters added in v0.24.3

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

InsightsAPIGetBestPracticesReportFilters indicates an expected call of InsightsAPIGetBestPracticesReportFilters.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetBestPracticesReportSummary added in v0.24.3

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

InsightsAPIGetBestPracticesReportSummary indicates an expected call of InsightsAPIGetBestPracticesReportSummary.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetOverviewSummary added in v0.25.0

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

InsightsAPIGetOverviewSummary indicates an expected call of InsightsAPIGetOverviewSummary.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetPackageVulnerabilities added in v1.0.1

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

InsightsAPIGetPackageVulnerabilities indicates an expected call of InsightsAPIGetPackageVulnerabilities.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetResourceVulnerablePackages added in v1.0.1

func (mr *MockClientInterfaceMockRecorder) InsightsAPIGetResourceVulnerablePackages(ctx, objectId interface{}, reqEditors ...interface{}) *gomock.Call

InsightsAPIGetResourceVulnerablePackages indicates an expected call of InsightsAPIGetResourceVulnerablePackages.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesDetails added in v0.24.3

func (mr *MockClientInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesDetails(ctx, objectId interface{}, reqEditors ...interface{}) *gomock.Call

InsightsAPIGetVulnerabilitiesDetails indicates an expected call of InsightsAPIGetVulnerabilitiesDetails.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesOverview added in v0.25.0

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

InsightsAPIGetVulnerabilitiesOverview indicates an expected call of InsightsAPIGetVulnerabilitiesOverview.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesReport added in v0.24.3

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

InsightsAPIGetVulnerabilitiesReport indicates an expected call of InsightsAPIGetVulnerabilitiesReport.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesReportSummary added in v0.24.3

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

InsightsAPIGetVulnerabilitiesReportSummary indicates an expected call of InsightsAPIGetVulnerabilitiesReportSummary.

func (*MockClientInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesResources added in v0.24.3

func (mr *MockClientInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesResources(ctx, objectId interface{}, reqEditors ...interface{}) *gomock.Call

InsightsAPIGetVulnerabilitiesResources indicates an expected call of InsightsAPIGetVulnerabilitiesResources.

func (*MockClientInterfaceMockRecorder) InsightsAPIIngestAgentLog added in v0.25.0

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

InsightsAPIIngestAgentLog indicates an expected call of InsightsAPIIngestAgentLog.

func (*MockClientInterfaceMockRecorder) InsightsAPIIngestAgentLogWithBody added in v0.25.0

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

InsightsAPIIngestAgentLogWithBody indicates an expected call of InsightsAPIIngestAgentLogWithBody.

func (*MockClientInterfaceMockRecorder) InsightsAPIPostAgentTelemetry added in v0.26.4

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

InsightsAPIPostAgentTelemetry indicates an expected call of InsightsAPIPostAgentTelemetry.

func (*MockClientInterfaceMockRecorder) InsightsAPIPostAgentTelemetryWithBody added in v0.26.4

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

InsightsAPIPostAgentTelemetryWithBody indicates an expected call of InsightsAPIPostAgentTelemetryWithBody.

func (*MockClientInterfaceMockRecorder) InsightsAPIScheduleBestPracticesScan added in v0.24.3

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

InsightsAPIScheduleBestPracticesScan indicates an expected call of InsightsAPIScheduleBestPracticesScan.

func (*MockClientInterfaceMockRecorder) InsightsAPIScheduleBestPracticesScanWithBody added in v0.25.0

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

InsightsAPIScheduleBestPracticesScanWithBody indicates an expected call of InsightsAPIScheduleBestPracticesScanWithBody.

func (*MockClientInterfaceMockRecorder) InsightsAPIScheduleVulnerabilitiesScan added in v0.24.3

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

InsightsAPIScheduleVulnerabilitiesScan indicates an expected call of InsightsAPIScheduleVulnerabilitiesScan.

func (*MockClientInterfaceMockRecorder) InsightsAPIScheduleVulnerabilitiesScanWithBody added in v0.25.0

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

InsightsAPIScheduleVulnerabilitiesScanWithBody indicates an expected call of InsightsAPIScheduleVulnerabilitiesScanWithBody.

func (*MockClientInterfaceMockRecorder) InventoryBlacklistAPIAddBlacklist added in v0.24.3

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

InventoryBlacklistAPIAddBlacklist indicates an expected call of InventoryBlacklistAPIAddBlacklist.

func (*MockClientInterfaceMockRecorder) InventoryBlacklistAPIAddBlacklistWithBody added in v0.24.3

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

InventoryBlacklistAPIAddBlacklistWithBody indicates an expected call of InventoryBlacklistAPIAddBlacklistWithBody.

func (*MockClientInterfaceMockRecorder) InventoryBlacklistAPIListBlacklists added in v0.25.0

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

InventoryBlacklistAPIListBlacklists indicates an expected call of InventoryBlacklistAPIListBlacklists.

func (*MockClientInterfaceMockRecorder) InventoryBlacklistAPIRemoveBlacklist added in v0.24.3

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

InventoryBlacklistAPIRemoveBlacklist indicates an expected call of InventoryBlacklistAPIRemoveBlacklist.

func (*MockClientInterfaceMockRecorder) InventoryBlacklistAPIRemoveBlacklistWithBody added in v0.24.3

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

InventoryBlacklistAPIRemoveBlacklistWithBody indicates an expected call of InventoryBlacklistAPIRemoveBlacklistWithBody.

func (*MockClientInterfaceMockRecorder) ListAuditEvents

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

ListAuditEvents indicates an expected call of ListAuditEvents.

func (*MockClientInterfaceMockRecorder) ListAuthTokens

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

ListAuthTokens indicates an expected call of ListAuthTokens.

func (*MockClientInterfaceMockRecorder) ListCloudCredentials

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

ListCloudCredentials indicates an expected call of ListCloudCredentials.

func (*MockClientInterfaceMockRecorder) ListOrganizations

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

ListOrganizations indicates an expected call of ListOrganizations.

func (*MockClientInterfaceMockRecorder) ListRebalancingPlans

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

ListRebalancingPlans indicates an expected call of ListRebalancingPlans.

func (*MockClientInterfaceMockRecorder) MetricsAPIGetCPUUsageMetrics added in v0.24.0

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

MetricsAPIGetCPUUsageMetrics indicates an expected call of MetricsAPIGetCPUUsageMetrics.

func (*MockClientInterfaceMockRecorder) MetricsAPIGetGaugesMetrics added in v0.24.0

func (mr *MockClientInterfaceMockRecorder) MetricsAPIGetGaugesMetrics(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

MetricsAPIGetGaugesMetrics indicates an expected call of MetricsAPIGetGaugesMetrics.

func (*MockClientInterfaceMockRecorder) MetricsAPIGetMemoryUsageMetrics added in v0.24.0

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

MetricsAPIGetMemoryUsageMetrics indicates an expected call of MetricsAPIGetMemoryUsageMetrics.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPICreateConfiguration added in v0.24.3

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

NodeConfigurationAPICreateConfiguration indicates an expected call of NodeConfigurationAPICreateConfiguration.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPICreateConfigurationWithBody added in v0.24.3

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

NodeConfigurationAPICreateConfigurationWithBody indicates an expected call of NodeConfigurationAPICreateConfigurationWithBody.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPIDeleteConfiguration added in v0.24.3

func (mr *MockClientInterfaceMockRecorder) NodeConfigurationAPIDeleteConfiguration(ctx, clusterId, id interface{}, reqEditors ...interface{}) *gomock.Call

NodeConfigurationAPIDeleteConfiguration indicates an expected call of NodeConfigurationAPIDeleteConfiguration.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPIGetConfiguration added in v0.24.3

func (mr *MockClientInterfaceMockRecorder) NodeConfigurationAPIGetConfiguration(ctx, clusterId, id interface{}, reqEditors ...interface{}) *gomock.Call

NodeConfigurationAPIGetConfiguration indicates an expected call of NodeConfigurationAPIGetConfiguration.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPIListConfigurations added in v0.24.3

func (mr *MockClientInterfaceMockRecorder) NodeConfigurationAPIListConfigurations(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

NodeConfigurationAPIListConfigurations indicates an expected call of NodeConfigurationAPIListConfigurations.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPISetDefault added in v0.24.3

func (mr *MockClientInterfaceMockRecorder) NodeConfigurationAPISetDefault(ctx, clusterId, id interface{}, reqEditors ...interface{}) *gomock.Call

NodeConfigurationAPISetDefault indicates an expected call of NodeConfigurationAPISetDefault.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPIUpdateConfiguration added in v0.24.3

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

NodeConfigurationAPIUpdateConfiguration indicates an expected call of NodeConfigurationAPIUpdateConfiguration.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPIUpdateConfigurationWithBody added in v0.24.3

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

NodeConfigurationAPIUpdateConfigurationWithBody indicates an expected call of NodeConfigurationAPIUpdateConfigurationWithBody.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPICreateNodeTemplate added in v0.25.0

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

NodeTemplatesAPICreateNodeTemplate indicates an expected call of NodeTemplatesAPICreateNodeTemplate.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPICreateNodeTemplateWithBody added in v0.25.0

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

NodeTemplatesAPICreateNodeTemplateWithBody indicates an expected call of NodeTemplatesAPICreateNodeTemplateWithBody.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPIDeleteNodeTemplate added in v0.25.0

func (mr *MockClientInterfaceMockRecorder) NodeTemplatesAPIDeleteNodeTemplate(ctx, clusterId, nodeTemplateName interface{}, reqEditors ...interface{}) *gomock.Call

NodeTemplatesAPIDeleteNodeTemplate indicates an expected call of NodeTemplatesAPIDeleteNodeTemplate.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPIFilterInstanceTypes added in v0.25.0

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

NodeTemplatesAPIFilterInstanceTypes indicates an expected call of NodeTemplatesAPIFilterInstanceTypes.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPIFilterInstanceTypesWithBody added in v0.25.0

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

NodeTemplatesAPIFilterInstanceTypesWithBody indicates an expected call of NodeTemplatesAPIFilterInstanceTypesWithBody.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPIListNodeTemplates added in v0.25.0

func (mr *MockClientInterfaceMockRecorder) NodeTemplatesAPIListNodeTemplates(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

NodeTemplatesAPIListNodeTemplates indicates an expected call of NodeTemplatesAPIListNodeTemplates.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPIUpdateNodeTemplate added in v0.25.0

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

NodeTemplatesAPIUpdateNodeTemplate indicates an expected call of NodeTemplatesAPIUpdateNodeTemplate.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPIUpdateNodeTemplateWithBody added in v0.25.0

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

NodeTemplatesAPIUpdateNodeTemplateWithBody indicates an expected call of NodeTemplatesAPIUpdateNodeTemplateWithBody.

func (*MockClientInterfaceMockRecorder) NotificationAPIAckNotifications added in v0.25.0

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

NotificationAPIAckNotifications indicates an expected call of NotificationAPIAckNotifications.

func (*MockClientInterfaceMockRecorder) NotificationAPIAckNotificationsWithBody added in v0.25.0

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

NotificationAPIAckNotificationsWithBody indicates an expected call of NotificationAPIAckNotificationsWithBody.

func (*MockClientInterfaceMockRecorder) NotificationAPICreateWebhookConfig added in v0.25.0

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

NotificationAPICreateWebhookConfig indicates an expected call of NotificationAPICreateWebhookConfig.

func (*MockClientInterfaceMockRecorder) NotificationAPICreateWebhookConfigWithBody added in v0.25.0

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

NotificationAPICreateWebhookConfigWithBody indicates an expected call of NotificationAPICreateWebhookConfigWithBody.

func (*MockClientInterfaceMockRecorder) NotificationAPIDeleteWebhookConfig added in v0.25.0

func (mr *MockClientInterfaceMockRecorder) NotificationAPIDeleteWebhookConfig(ctx, id interface{}, reqEditors ...interface{}) *gomock.Call

NotificationAPIDeleteWebhookConfig indicates an expected call of NotificationAPIDeleteWebhookConfig.

func (*MockClientInterfaceMockRecorder) NotificationAPIGetNotification added in v0.25.0

func (mr *MockClientInterfaceMockRecorder) NotificationAPIGetNotification(ctx, id interface{}, reqEditors ...interface{}) *gomock.Call

NotificationAPIGetNotification indicates an expected call of NotificationAPIGetNotification.

func (*MockClientInterfaceMockRecorder) NotificationAPIGetWebhookConfig added in v0.25.0

func (mr *MockClientInterfaceMockRecorder) NotificationAPIGetWebhookConfig(ctx, id interface{}, reqEditors ...interface{}) *gomock.Call

NotificationAPIGetWebhookConfig indicates an expected call of NotificationAPIGetWebhookConfig.

func (*MockClientInterfaceMockRecorder) NotificationAPIListNotifications added in v0.25.0

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

NotificationAPIListNotifications indicates an expected call of NotificationAPIListNotifications.

func (*MockClientInterfaceMockRecorder) NotificationAPIListWebhookConfigs added in v0.25.1

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

NotificationAPIListWebhookConfigs indicates an expected call of NotificationAPIListWebhookConfigs.

func (*MockClientInterfaceMockRecorder) NotificationAPIUpdateWebhookConfig added in v0.25.0

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

NotificationAPIUpdateWebhookConfig indicates an expected call of NotificationAPIUpdateWebhookConfig.

func (*MockClientInterfaceMockRecorder) NotificationAPIUpdateWebhookConfigWithBody added in v0.25.0

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

NotificationAPIUpdateWebhookConfigWithBody indicates an expected call of NotificationAPIUpdateWebhookConfigWithBody.

func (*MockClientInterfaceMockRecorder) PoliciesAPIGetClusterNodeConstraints added in v0.15.0

func (mr *MockClientInterfaceMockRecorder) PoliciesAPIGetClusterNodeConstraints(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

PoliciesAPIGetClusterNodeConstraints indicates an expected call of PoliciesAPIGetClusterNodeConstraints.

func (*MockClientInterfaceMockRecorder) PoliciesAPIGetClusterPolicies added in v0.15.0

func (mr *MockClientInterfaceMockRecorder) PoliciesAPIGetClusterPolicies(ctx, clusterId interface{}, reqEditors ...interface{}) *gomock.Call

PoliciesAPIGetClusterPolicies indicates an expected call of PoliciesAPIGetClusterPolicies.

func (*MockClientInterfaceMockRecorder) PoliciesAPIUpsertClusterPolicies added in v0.15.0

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

PoliciesAPIUpsertClusterPolicies indicates an expected call of PoliciesAPIUpsertClusterPolicies.

func (*MockClientInterfaceMockRecorder) PoliciesAPIUpsertClusterPoliciesWithBody added in v0.15.0

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

PoliciesAPIUpsertClusterPoliciesWithBody indicates an expected call of PoliciesAPIUpsertClusterPoliciesWithBody.

func (*MockClientInterfaceMockRecorder) Rebalance

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

Rebalance indicates an expected call of Rebalance.

func (*MockClientInterfaceMockRecorder) RebalanceWithBody

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

RebalanceWithBody indicates an expected call of RebalanceWithBody.

func (*MockClientInterfaceMockRecorder) UpdateAuthToken

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

UpdateAuthToken indicates an expected call of UpdateAuthToken.

func (*MockClientInterfaceMockRecorder) UpdateAuthTokenWithBody

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

UpdateAuthTokenWithBody indicates an expected call of UpdateAuthTokenWithBody.

func (*MockClientInterfaceMockRecorder) UpdateCurrentUserProfile

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

UpdateCurrentUserProfile indicates an expected call of UpdateCurrentUserProfile.

func (*MockClientInterfaceMockRecorder) UpdateCurrentUserProfileWithBody

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

UpdateCurrentUserProfileWithBody indicates an expected call of UpdateCurrentUserProfileWithBody.

func (*MockClientInterfaceMockRecorder) UpdateOrganization

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

UpdateOrganization indicates an expected call of UpdateOrganization.

func (*MockClientInterfaceMockRecorder) UpdateOrganizationUser

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

UpdateOrganizationUser indicates an expected call of UpdateOrganizationUser.

func (*MockClientInterfaceMockRecorder) UpdateOrganizationUserWithBody

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

UpdateOrganizationUserWithBody indicates an expected call of UpdateOrganizationUserWithBody.

func (*MockClientInterfaceMockRecorder) UpdateOrganizationWithBody

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

UpdateOrganizationWithBody indicates an expected call of UpdateOrganizationWithBody.

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

func (m *MockClientWithResponsesInterface) ClaimInvitationWithBodyWithResponse(ctx context.Context, id, contentType string, body io.Reader) (*sdk.ClaimInvitationResponse, error)

ClaimInvitationWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ClaimInvitationWithResponse

ClaimInvitationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ClusterActionsAPIAckClusterActionWithBodyWithResponse

func (m *MockClientWithResponsesInterface) ClusterActionsAPIAckClusterActionWithBodyWithResponse(ctx context.Context, clusterId, actionId, contentType string, body io.Reader) (*sdk.ClusterActionsAPIAckClusterActionResponse, error)

ClusterActionsAPIAckClusterActionWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ClusterActionsAPIAckClusterActionWithResponse

func (m *MockClientWithResponsesInterface) ClusterActionsAPIAckClusterActionWithResponse(ctx context.Context, clusterId, actionId string, body sdk.ClusterActionsAPIAckClusterActionJSONRequestBody) (*sdk.ClusterActionsAPIAckClusterActionResponse, error)

ClusterActionsAPIAckClusterActionWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ClusterActionsAPIIngestLogsWithBodyWithResponse

func (m *MockClientWithResponsesInterface) ClusterActionsAPIIngestLogsWithBodyWithResponse(ctx context.Context, clusterId, contentType string, body io.Reader) (*sdk.ClusterActionsAPIIngestLogsResponse, error)

ClusterActionsAPIIngestLogsWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ClusterActionsAPIIngestLogsWithResponse

ClusterActionsAPIIngestLogsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ClusterActionsAPIPollClusterActionsWithResponse

func (m *MockClientWithResponsesInterface) ClusterActionsAPIPollClusterActionsWithResponse(ctx context.Context, clusterId string) (*sdk.ClusterActionsAPIPollClusterActionsResponse, error)

ClusterActionsAPIPollClusterActionsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPICreateAllocationGroupWithBodyWithResponse added in v1.0.1

func (m *MockClientWithResponsesInterface) CostReportAPICreateAllocationGroupWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*sdk.CostReportAPICreateAllocationGroupResponse, error)

CostReportAPICreateAllocationGroupWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPICreateAllocationGroupWithResponse added in v1.0.1

CostReportAPICreateAllocationGroupWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIDeleteAllocationGroupWithResponse added in v1.0.1

func (m *MockClientWithResponsesInterface) CostReportAPIDeleteAllocationGroupWithResponse(ctx context.Context, id string) (*sdk.CostReportAPIDeleteAllocationGroupResponse, error)

CostReportAPIDeleteAllocationGroupWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIGetClusterCostHistory2WithResponse added in v0.24.3

CostReportAPIGetClusterCostHistory2WithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIGetClusterCostHistoryWithResponse added in v0.24.3

CostReportAPIGetClusterCostHistoryWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIGetClusterCostReport2WithResponse added in v0.24.3

CostReportAPIGetClusterCostReport2WithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIGetClusterCostReportWithResponse added in v0.24.3

CostReportAPIGetClusterCostReportWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIGetClusterWorkloadLabelsWithResponse added in v0.26.4

CostReportAPIGetClusterWorkloadLabelsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIGetClusterWorkloadReport2WithBodyWithResponse added in v0.26.4

func (m *MockClientWithResponsesInterface) CostReportAPIGetClusterWorkloadReport2WithBodyWithResponse(ctx context.Context, clusterId string, params *sdk.CostReportAPIGetClusterWorkloadReport2Params, contentType string, body io.Reader) (*sdk.CostReportAPIGetClusterWorkloadReport2Response, error)

CostReportAPIGetClusterWorkloadReport2WithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIGetClusterWorkloadReport2WithResponse added in v0.26.4

CostReportAPIGetClusterWorkloadReport2WithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIGetClusterWorkloadReportWithResponse added in v0.24.3

CostReportAPIGetClusterWorkloadReportWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIGetClustersCostReportWithResponse added in v0.25.0

CostReportAPIGetClustersCostReportWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIGetCostAllocationGroupSummaryWithResponse added in v1.3.4

CostReportAPIGetCostAllocationGroupSummaryWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIGetCostAllocationGroupWorkloadsWithResponse added in v1.3.4

CostReportAPIGetCostAllocationGroupWorkloadsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIGetSavingsRecommendation2WithResponse added in v0.24.3

func (m *MockClientWithResponsesInterface) CostReportAPIGetSavingsRecommendation2WithResponse(ctx context.Context, clusterId string) (*sdk.CostReportAPIGetSavingsRecommendation2Response, error)

CostReportAPIGetSavingsRecommendation2WithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIGetSavingsRecommendationWithResponse added in v0.24.3

func (m *MockClientWithResponsesInterface) CostReportAPIGetSavingsRecommendationWithResponse(ctx context.Context, clusterId string) (*sdk.CostReportAPIGetSavingsRecommendationResponse, error)

CostReportAPIGetSavingsRecommendationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIListAllocationGroupsWithResponse added in v1.0.1

CostReportAPIListAllocationGroupsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIUpdateAllocationGroupWithBodyWithResponse added in v1.0.1

func (m *MockClientWithResponsesInterface) CostReportAPIUpdateAllocationGroupWithBodyWithResponse(ctx context.Context, id, contentType string, body io.Reader) (*sdk.CostReportAPIUpdateAllocationGroupResponse, error)

CostReportAPIUpdateAllocationGroupWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CostReportAPIUpdateAllocationGroupWithResponse added in v1.0.1

CostReportAPIUpdateAllocationGroupWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateAuthTokenWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CreateAuthTokenWithBodyWithResponse(ctx context.Context, params *sdk.CreateAuthTokenParams, contentType string, body io.Reader) (*sdk.CreateAuthTokenResponse, error)

CreateAuthTokenWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateAuthTokenWithResponse

CreateAuthTokenWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateCloudCredentialsWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CreateCloudCredentialsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*sdk.CreateCloudCredentialsResponse, error)

CreateCloudCredentialsWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateCloudCredentialsWithResponse

CreateCloudCredentialsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateInvitationWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CreateInvitationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*sdk.CreateInvitationResponse, error)

CreateInvitationWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateInvitationWithResponse

CreateInvitationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateOrganizationUserWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CreateOrganizationUserWithBodyWithResponse(ctx context.Context, id, contentType string, body io.Reader) (*sdk.CreateOrganizationUserResponse, error)

CreateOrganizationUserWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateOrganizationUserWithResponse

CreateOrganizationUserWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateOrganizationWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CreateOrganizationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*sdk.CreateOrganizationResponse, error)

CreateOrganizationWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateOrganizationWithResponse

CreateOrganizationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CurrentUserProfileWithResponse

func (m *MockClientWithResponsesInterface) CurrentUserProfileWithResponse(ctx context.Context) (*sdk.CurrentUserProfileResponse, error)

CurrentUserProfileWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteAuthTokenWithResponse

func (m *MockClientWithResponsesInterface) DeleteAuthTokenWithResponse(ctx context.Context, authTokenId sdk.AuthTokenId, params *sdk.DeleteAuthTokenParams) (*sdk.DeleteAuthTokenResponse, error)

DeleteAuthTokenWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteCloudCredentialsWithResponse

func (m *MockClientWithResponsesInterface) DeleteCloudCredentialsWithResponse(ctx context.Context, credentialsId sdk.CredentialsId) (*sdk.DeleteCloudCredentialsResponse, error)

DeleteCloudCredentialsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteOrganizationUserWithResponse

func (m *MockClientWithResponsesInterface) DeleteOrganizationUserWithResponse(ctx context.Context, id, userId string) (*sdk.DeleteOrganizationUserResponse, error)

DeleteOrganizationUserWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteOrganizationWithResponse

func (m *MockClientWithResponsesInterface) DeleteOrganizationWithResponse(ctx context.Context, id string) (*sdk.DeleteOrganizationResponse, error)

DeleteOrganizationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) EXPECT

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

func (*MockClientWithResponsesInterface) ExecuteRebalancingPlanWithBodyWithResponse

func (m *MockClientWithResponsesInterface) ExecuteRebalancingPlanWithBodyWithResponse(ctx context.Context, clusterId sdk.ClusterId, rebalancingPlanId, contentType string, body io.Reader) (*sdk.ExecuteRebalancingPlanResponse, error)

ExecuteRebalancingPlanWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExecuteRebalancingPlanWithResponse

func (m *MockClientWithResponsesInterface) ExecuteRebalancingPlanWithResponse(ctx context.Context, clusterId sdk.ClusterId, rebalancingPlanId string, body sdk.ExecuteRebalancingPlanJSONRequestBody) (*sdk.ExecuteRebalancingPlanResponse, error)

ExecuteRebalancingPlanWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIAddNodeWithBodyWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIAddNodeWithBodyWithResponse(ctx context.Context, clusterId, contentType string, body io.Reader) (*sdk.ExternalClusterAPIAddNodeResponse, error)

ExternalClusterAPIAddNodeWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIAddNodeWithResponse

ExternalClusterAPIAddNodeWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPICreateClusterTokenWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPICreateClusterTokenWithResponse(ctx context.Context, clusterId string) (*sdk.ExternalClusterAPICreateClusterTokenResponse, error)

ExternalClusterAPICreateClusterTokenWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIDeleteClusterWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIDeleteClusterWithResponse(ctx context.Context, clusterId string) (*sdk.ExternalClusterAPIDeleteClusterResponse, error)

ExternalClusterAPIDeleteClusterWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIDeleteNodeWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIDeleteNodeWithResponse(ctx context.Context, clusterId, nodeId string, params *sdk.ExternalClusterAPIDeleteNodeParams) (*sdk.ExternalClusterAPIDeleteNodeResponse, error)

ExternalClusterAPIDeleteNodeWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIDisconnectClusterWithBodyWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIDisconnectClusterWithBodyWithResponse(ctx context.Context, clusterId, contentType string, body io.Reader) (*sdk.ExternalClusterAPIDisconnectClusterResponse, error)

ExternalClusterAPIDisconnectClusterWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIDisconnectClusterWithResponse

ExternalClusterAPIDisconnectClusterWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIDrainNodeWithBodyWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIDrainNodeWithBodyWithResponse(ctx context.Context, clusterId, nodeId, contentType string, body io.Reader) (*sdk.ExternalClusterAPIDrainNodeResponse, error)

ExternalClusterAPIDrainNodeWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIDrainNodeWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIDrainNodeWithResponse(ctx context.Context, clusterId, nodeId string, body sdk.ExternalClusterAPIDrainNodeJSONRequestBody) (*sdk.ExternalClusterAPIDrainNodeResponse, error)

ExternalClusterAPIDrainNodeWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIGetAssumeRoleUserWithResponse added in v0.17.0

func (m *MockClientWithResponsesInterface) ExternalClusterAPIGetAssumeRoleUserWithResponse(ctx context.Context, clusterId string) (*sdk.ExternalClusterAPIGetAssumeRoleUserResponse, error)

ExternalClusterAPIGetAssumeRoleUserWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIGetClusterWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIGetClusterWithResponse(ctx context.Context, clusterId string) (*sdk.ExternalClusterAPIGetClusterResponse, error)

ExternalClusterAPIGetClusterWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIGetCredentialsScriptTemplateWithResponse

ExternalClusterAPIGetCredentialsScriptTemplateWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIGetCredentialsScriptWithResponse

ExternalClusterAPIGetCredentialsScriptWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIGetNodeWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIGetNodeWithResponse(ctx context.Context, clusterId, nodeId string) (*sdk.ExternalClusterAPIGetNodeResponse, error)

ExternalClusterAPIGetNodeWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIHandleCloudEventWithBodyWithResponse added in v0.15.0

func (m *MockClientWithResponsesInterface) ExternalClusterAPIHandleCloudEventWithBodyWithResponse(ctx context.Context, clusterId, contentType string, body io.Reader) (*sdk.ExternalClusterAPIHandleCloudEventResponse, error)

ExternalClusterAPIHandleCloudEventWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIHandleCloudEventWithResponse added in v0.15.0

ExternalClusterAPIHandleCloudEventWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIListClustersWithResponse

ExternalClusterAPIListClustersWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIListNodesWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIListNodesWithResponse(ctx context.Context, clusterId string, params *sdk.ExternalClusterAPIListNodesParams) (*sdk.ExternalClusterAPIListNodesResponse, error)

ExternalClusterAPIListNodesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIPauseClusterWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIPauseClusterWithResponse(ctx context.Context, clusterId string) (*sdk.ExternalClusterAPIPauseClusterResponse, error)

ExternalClusterAPIPauseClusterWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIReconcileClusterWithResponse added in v0.17.0

func (m *MockClientWithResponsesInterface) ExternalClusterAPIReconcileClusterWithResponse(ctx context.Context, clusterId string) (*sdk.ExternalClusterAPIReconcileClusterResponse, error)

ExternalClusterAPIReconcileClusterWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIRegisterClusterWithBodyWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIRegisterClusterWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*sdk.ExternalClusterAPIRegisterClusterResponse, error)

ExternalClusterAPIRegisterClusterWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIRegisterClusterWithResponse

ExternalClusterAPIRegisterClusterWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIResumeClusterWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIResumeClusterWithResponse(ctx context.Context, clusterId string) (*sdk.ExternalClusterAPIResumeClusterResponse, error)

ExternalClusterAPIResumeClusterWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIUpdateClusterWithBodyWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIUpdateClusterWithBodyWithResponse(ctx context.Context, clusterId, contentType string, body io.Reader) (*sdk.ExternalClusterAPIUpdateClusterResponse, error)

ExternalClusterAPIUpdateClusterWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIUpdateClusterWithResponse

ExternalClusterAPIUpdateClusterWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetAgentInstallScriptWithResponse

GetAgentInstallScriptWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetAuthTokenWithResponse

func (m *MockClientWithResponsesInterface) GetAuthTokenWithResponse(ctx context.Context, authTokenId sdk.AuthTokenId, params *sdk.GetAuthTokenParams) (*sdk.GetAuthTokenResponse, error)

GetAuthTokenWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetCloudCredentialsWithResponse

func (m *MockClientWithResponsesInterface) GetCloudCredentialsWithResponse(ctx context.Context, credentialsId sdk.CredentialsId) (*sdk.GetCloudCredentialsResponse, error)

GetCloudCredentialsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetExternalClusterOperationWithResponse

func (m *MockClientWithResponsesInterface) GetExternalClusterOperationWithResponse(ctx context.Context, id string) (*sdk.GetExternalClusterOperationResponse, error)

GetExternalClusterOperationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetOrganizationUsersWithResponse

func (m *MockClientWithResponsesInterface) GetOrganizationUsersWithResponse(ctx context.Context, id string) (*sdk.GetOrganizationUsersResponse, error)

GetOrganizationUsersWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetOrganizationWithResponse

func (m *MockClientWithResponsesInterface) GetOrganizationWithResponse(ctx context.Context, id string) (*sdk.GetOrganizationResponse, error)

GetOrganizationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetProblematicWorkloadsWithResponse

func (m *MockClientWithResponsesInterface) GetProblematicWorkloadsWithResponse(ctx context.Context, clusterId sdk.ClusterId) (*sdk.GetProblematicWorkloadsResponse, error)

GetProblematicWorkloadsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetPromMetricsWithResponse

GetPromMetricsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetRebalancedWorkloadsWithResponse

func (m *MockClientWithResponsesInterface) GetRebalancedWorkloadsWithResponse(ctx context.Context, clusterId sdk.ClusterId) (*sdk.GetRebalancedWorkloadsResponse, error)

GetRebalancedWorkloadsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetRebalancingPlanWithResponse

func (m *MockClientWithResponsesInterface) GetRebalancingPlanWithResponse(ctx context.Context, clusterId sdk.ClusterId, rebalancingPlanId string) (*sdk.GetRebalancingPlanResponse, error)

GetRebalancingPlanWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetUsageReportWithResponse

GetUsageReportWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetWorkloadsWithResponse

func (m *MockClientWithResponsesInterface) GetWorkloadsWithResponse(ctx context.Context, clusterId sdk.ClusterId) (*sdk.GetWorkloadsResponse, error)

GetWorkloadsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIDisconnectAgentWithResponse added in v0.26.4

func (m *MockClientWithResponsesInterface) InsightsAPIDisconnectAgentWithResponse(ctx context.Context, clusterId string) (*sdk.InsightsAPIDisconnectAgentResponse, error)

InsightsAPIDisconnectAgentWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetAgentCloudScriptWithResponse added in v1.0.1

func (m *MockClientWithResponsesInterface) InsightsAPIGetAgentCloudScriptWithResponse(ctx context.Context, provider string) (*sdk.InsightsAPIGetAgentCloudScriptResponse, error)

InsightsAPIGetAgentCloudScriptWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetAgentInstallScriptWithResponse added in v0.26.4

func (m *MockClientWithResponsesInterface) InsightsAPIGetAgentInstallScriptWithResponse(ctx context.Context, clusterId string, params *sdk.InsightsAPIGetAgentInstallScriptParams) (*sdk.InsightsAPIGetAgentInstallScriptResponse, error)

InsightsAPIGetAgentInstallScriptWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetBestPracticesCheckDetailsWithResponse added in v0.24.3

InsightsAPIGetBestPracticesCheckDetailsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetBestPracticesOverviewWithResponse added in v0.25.0

InsightsAPIGetBestPracticesOverviewWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetBestPracticesReportFiltersWithResponse added in v0.24.3

InsightsAPIGetBestPracticesReportFiltersWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetBestPracticesReportSummaryWithResponse added in v0.24.3

InsightsAPIGetBestPracticesReportSummaryWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetBestPracticesReportWithResponse added in v0.24.3

InsightsAPIGetBestPracticesReportWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetOverviewSummaryWithResponse added in v0.25.0

InsightsAPIGetOverviewSummaryWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetPackageVulnerabilitiesWithResponse added in v1.0.1

InsightsAPIGetPackageVulnerabilitiesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetResourceVulnerablePackagesWithResponse added in v1.0.1

func (m *MockClientWithResponsesInterface) InsightsAPIGetResourceVulnerablePackagesWithResponse(ctx context.Context, objectId string) (*sdk.InsightsAPIGetResourceVulnerablePackagesResponse, error)

InsightsAPIGetResourceVulnerablePackagesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetVulnerabilitiesDetailsWithResponse added in v0.24.3

func (m *MockClientWithResponsesInterface) InsightsAPIGetVulnerabilitiesDetailsWithResponse(ctx context.Context, objectId string) (*sdk.InsightsAPIGetVulnerabilitiesDetailsResponse, error)

InsightsAPIGetVulnerabilitiesDetailsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetVulnerabilitiesOverviewWithResponse added in v0.25.0

InsightsAPIGetVulnerabilitiesOverviewWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetVulnerabilitiesReportSummaryWithResponse added in v0.24.3

InsightsAPIGetVulnerabilitiesReportSummaryWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetVulnerabilitiesReportWithResponse added in v0.24.3

InsightsAPIGetVulnerabilitiesReportWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIGetVulnerabilitiesResourcesWithResponse added in v0.24.3

func (m *MockClientWithResponsesInterface) InsightsAPIGetVulnerabilitiesResourcesWithResponse(ctx context.Context, objectId string) (*sdk.InsightsAPIGetVulnerabilitiesResourcesResponse, error)

InsightsAPIGetVulnerabilitiesResourcesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIIngestAgentLogWithBodyWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) InsightsAPIIngestAgentLogWithBodyWithResponse(ctx context.Context, clusterId, contentType string, body io.Reader) (*sdk.InsightsAPIIngestAgentLogResponse, error)

InsightsAPIIngestAgentLogWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIIngestAgentLogWithResponse added in v0.25.0

InsightsAPIIngestAgentLogWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIPostAgentTelemetryWithBodyWithResponse added in v0.26.4

func (m *MockClientWithResponsesInterface) InsightsAPIPostAgentTelemetryWithBodyWithResponse(ctx context.Context, clusterId, contentType string, body io.Reader) (*sdk.InsightsAPIPostAgentTelemetryResponse, error)

InsightsAPIPostAgentTelemetryWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIPostAgentTelemetryWithResponse added in v0.26.4

InsightsAPIPostAgentTelemetryWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIScheduleBestPracticesScanWithBodyWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) InsightsAPIScheduleBestPracticesScanWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*sdk.InsightsAPIScheduleBestPracticesScanResponse, error)

InsightsAPIScheduleBestPracticesScanWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIScheduleBestPracticesScanWithResponse added in v0.24.3

InsightsAPIScheduleBestPracticesScanWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIScheduleVulnerabilitiesScanWithBodyWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) InsightsAPIScheduleVulnerabilitiesScanWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*sdk.InsightsAPIScheduleVulnerabilitiesScanResponse, error)

InsightsAPIScheduleVulnerabilitiesScanWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InsightsAPIScheduleVulnerabilitiesScanWithResponse added in v0.24.3

InsightsAPIScheduleVulnerabilitiesScanWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryBlacklistAPIAddBlacklistWithBodyWithResponse added in v0.24.3

func (m *MockClientWithResponsesInterface) InventoryBlacklistAPIAddBlacklistWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*sdk.InventoryBlacklistAPIAddBlacklistResponse, error)

InventoryBlacklistAPIAddBlacklistWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryBlacklistAPIAddBlacklistWithResponse added in v0.24.3

InventoryBlacklistAPIAddBlacklistWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryBlacklistAPIListBlacklistsWithResponse added in v0.25.0

InventoryBlacklistAPIListBlacklistsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryBlacklistAPIRemoveBlacklistWithBodyWithResponse added in v0.24.3

func (m *MockClientWithResponsesInterface) InventoryBlacklistAPIRemoveBlacklistWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*sdk.InventoryBlacklistAPIRemoveBlacklistResponse, error)

InventoryBlacklistAPIRemoveBlacklistWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryBlacklistAPIRemoveBlacklistWithResponse added in v0.24.3

InventoryBlacklistAPIRemoveBlacklistWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ListAuditEventsWithResponse

ListAuditEventsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ListAuthTokensWithResponse

ListAuthTokensWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ListCloudCredentialsWithResponse

func (m *MockClientWithResponsesInterface) ListCloudCredentialsWithResponse(ctx context.Context) (*sdk.ListCloudCredentialsResponse, error)

ListCloudCredentialsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ListOrganizationsWithResponse

func (m *MockClientWithResponsesInterface) ListOrganizationsWithResponse(ctx context.Context) (*sdk.ListOrganizationsResponse, error)

ListOrganizationsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ListRebalancingPlansWithResponse

func (m *MockClientWithResponsesInterface) ListRebalancingPlansWithResponse(ctx context.Context, clusterId sdk.ClusterId, params *sdk.ListRebalancingPlansParams) (*sdk.ListRebalancingPlansResponse, error)

ListRebalancingPlansWithResponse mocks base method.

func (*MockClientWithResponsesInterface) MetricsAPIGetCPUUsageMetricsWithResponse added in v0.24.0

func (m *MockClientWithResponsesInterface) MetricsAPIGetCPUUsageMetricsWithResponse(ctx context.Context, clusterId string, params *sdk.MetricsAPIGetCPUUsageMetricsParams) (*sdk.MetricsAPIGetCPUUsageMetricsResponse, error)

MetricsAPIGetCPUUsageMetricsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) MetricsAPIGetGaugesMetricsWithResponse added in v0.24.0

func (m *MockClientWithResponsesInterface) MetricsAPIGetGaugesMetricsWithResponse(ctx context.Context, clusterId string) (*sdk.MetricsAPIGetGaugesMetricsResponse, error)

MetricsAPIGetGaugesMetricsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) MetricsAPIGetMemoryUsageMetricsWithResponse added in v0.24.0

func (m *MockClientWithResponsesInterface) MetricsAPIGetMemoryUsageMetricsWithResponse(ctx context.Context, clusterId string, params *sdk.MetricsAPIGetMemoryUsageMetricsParams) (*sdk.MetricsAPIGetMemoryUsageMetricsResponse, error)

MetricsAPIGetMemoryUsageMetricsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPICreateConfigurationWithBodyWithResponse added in v0.24.3

func (m *MockClientWithResponsesInterface) NodeConfigurationAPICreateConfigurationWithBodyWithResponse(ctx context.Context, clusterId, contentType string, body io.Reader) (*sdk.NodeConfigurationAPICreateConfigurationResponse, error)

NodeConfigurationAPICreateConfigurationWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPICreateConfigurationWithResponse added in v0.24.3

NodeConfigurationAPICreateConfigurationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPIDeleteConfigurationWithResponse added in v0.24.3

func (m *MockClientWithResponsesInterface) NodeConfigurationAPIDeleteConfigurationWithResponse(ctx context.Context, clusterId, id string) (*sdk.NodeConfigurationAPIDeleteConfigurationResponse, error)

NodeConfigurationAPIDeleteConfigurationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPIGetConfigurationWithResponse added in v0.24.3

func (m *MockClientWithResponsesInterface) NodeConfigurationAPIGetConfigurationWithResponse(ctx context.Context, clusterId, id string) (*sdk.NodeConfigurationAPIGetConfigurationResponse, error)

NodeConfigurationAPIGetConfigurationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPIListConfigurationsWithResponse added in v0.24.3

func (m *MockClientWithResponsesInterface) NodeConfigurationAPIListConfigurationsWithResponse(ctx context.Context, clusterId string) (*sdk.NodeConfigurationAPIListConfigurationsResponse, error)

NodeConfigurationAPIListConfigurationsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPISetDefaultWithResponse added in v0.24.3

func (m *MockClientWithResponsesInterface) NodeConfigurationAPISetDefaultWithResponse(ctx context.Context, clusterId, id string) (*sdk.NodeConfigurationAPISetDefaultResponse, error)

NodeConfigurationAPISetDefaultWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPIUpdateConfigurationWithBodyWithResponse added in v0.24.3

func (m *MockClientWithResponsesInterface) NodeConfigurationAPIUpdateConfigurationWithBodyWithResponse(ctx context.Context, clusterId, id, contentType string, body io.Reader) (*sdk.NodeConfigurationAPIUpdateConfigurationResponse, error)

NodeConfigurationAPIUpdateConfigurationWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPIUpdateConfigurationWithResponse added in v0.24.3

NodeConfigurationAPIUpdateConfigurationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPICreateNodeTemplateWithBodyWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) NodeTemplatesAPICreateNodeTemplateWithBodyWithResponse(ctx context.Context, clusterId, contentType string, body io.Reader) (*sdk.NodeTemplatesAPICreateNodeTemplateResponse, error)

NodeTemplatesAPICreateNodeTemplateWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPICreateNodeTemplateWithResponse added in v0.25.0

NodeTemplatesAPICreateNodeTemplateWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPIDeleteNodeTemplateWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) NodeTemplatesAPIDeleteNodeTemplateWithResponse(ctx context.Context, clusterId, nodeTemplateName string) (*sdk.NodeTemplatesAPIDeleteNodeTemplateResponse, error)

NodeTemplatesAPIDeleteNodeTemplateWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPIFilterInstanceTypesWithBodyWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) NodeTemplatesAPIFilterInstanceTypesWithBodyWithResponse(ctx context.Context, clusterId, contentType string, body io.Reader) (*sdk.NodeTemplatesAPIFilterInstanceTypesResponse, error)

NodeTemplatesAPIFilterInstanceTypesWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPIFilterInstanceTypesWithResponse added in v0.25.0

NodeTemplatesAPIFilterInstanceTypesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPIListNodeTemplatesWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) NodeTemplatesAPIListNodeTemplatesWithResponse(ctx context.Context, clusterId string) (*sdk.NodeTemplatesAPIListNodeTemplatesResponse, error)

NodeTemplatesAPIListNodeTemplatesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPIUpdateNodeTemplateWithBodyWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) NodeTemplatesAPIUpdateNodeTemplateWithBodyWithResponse(ctx context.Context, clusterId, nodeTemplateName, contentType string, body io.Reader) (*sdk.NodeTemplatesAPIUpdateNodeTemplateResponse, error)

NodeTemplatesAPIUpdateNodeTemplateWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPIUpdateNodeTemplateWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) NodeTemplatesAPIUpdateNodeTemplateWithResponse(ctx context.Context, clusterId, nodeTemplateName string, body sdk.NodeTemplatesAPIUpdateNodeTemplateJSONRequestBody) (*sdk.NodeTemplatesAPIUpdateNodeTemplateResponse, error)

NodeTemplatesAPIUpdateNodeTemplateWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NotificationAPIAckNotificationsWithBodyWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) NotificationAPIAckNotificationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*sdk.NotificationAPIAckNotificationsResponse, error)

NotificationAPIAckNotificationsWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NotificationAPIAckNotificationsWithResponse added in v0.25.0

NotificationAPIAckNotificationsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NotificationAPICreateWebhookConfigWithBodyWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) NotificationAPICreateWebhookConfigWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*sdk.NotificationAPICreateWebhookConfigResponse, error)

NotificationAPICreateWebhookConfigWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NotificationAPICreateWebhookConfigWithResponse added in v0.25.0

NotificationAPICreateWebhookConfigWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NotificationAPIDeleteWebhookConfigWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) NotificationAPIDeleteWebhookConfigWithResponse(ctx context.Context, id string) (*sdk.NotificationAPIDeleteWebhookConfigResponse, error)

NotificationAPIDeleteWebhookConfigWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NotificationAPIGetNotificationWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) NotificationAPIGetNotificationWithResponse(ctx context.Context, id string) (*sdk.NotificationAPIGetNotificationResponse, error)

NotificationAPIGetNotificationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NotificationAPIGetWebhookConfigWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) NotificationAPIGetWebhookConfigWithResponse(ctx context.Context, id string) (*sdk.NotificationAPIGetWebhookConfigResponse, error)

NotificationAPIGetWebhookConfigWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NotificationAPIListNotificationsWithResponse added in v0.25.0

NotificationAPIListNotificationsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NotificationAPIListWebhookConfigsWithResponse added in v0.25.1

NotificationAPIListWebhookConfigsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NotificationAPIUpdateWebhookConfigWithBodyWithResponse added in v0.25.0

func (m *MockClientWithResponsesInterface) NotificationAPIUpdateWebhookConfigWithBodyWithResponse(ctx context.Context, id, contentType string, body io.Reader) (*sdk.NotificationAPIUpdateWebhookConfigResponse, error)

NotificationAPIUpdateWebhookConfigWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NotificationAPIUpdateWebhookConfigWithResponse added in v0.25.0

NotificationAPIUpdateWebhookConfigWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PoliciesAPIGetClusterNodeConstraintsWithResponse added in v0.15.0

func (m *MockClientWithResponsesInterface) PoliciesAPIGetClusterNodeConstraintsWithResponse(ctx context.Context, clusterId string) (*sdk.PoliciesAPIGetClusterNodeConstraintsResponse, error)

PoliciesAPIGetClusterNodeConstraintsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PoliciesAPIGetClusterPoliciesWithResponse added in v0.15.0

func (m *MockClientWithResponsesInterface) PoliciesAPIGetClusterPoliciesWithResponse(ctx context.Context, clusterId string) (*sdk.PoliciesAPIGetClusterPoliciesResponse, error)

PoliciesAPIGetClusterPoliciesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PoliciesAPIUpsertClusterPoliciesWithBodyWithResponse added in v0.15.0

func (m *MockClientWithResponsesInterface) PoliciesAPIUpsertClusterPoliciesWithBodyWithResponse(ctx context.Context, clusterId, contentType string, body io.Reader) (*sdk.PoliciesAPIUpsertClusterPoliciesResponse, error)

PoliciesAPIUpsertClusterPoliciesWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PoliciesAPIUpsertClusterPoliciesWithResponse added in v0.15.0

PoliciesAPIUpsertClusterPoliciesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) RebalanceWithBodyWithResponse

func (m *MockClientWithResponsesInterface) RebalanceWithBodyWithResponse(ctx context.Context, clusterId sdk.ClusterId, contentType string, body io.Reader) (*sdk.RebalanceResponse, error)

RebalanceWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) RebalanceWithResponse

RebalanceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UpdateAuthTokenWithBodyWithResponse

func (m *MockClientWithResponsesInterface) UpdateAuthTokenWithBodyWithResponse(ctx context.Context, authTokenId sdk.AuthTokenId, params *sdk.UpdateAuthTokenParams, contentType string, body io.Reader) (*sdk.UpdateAuthTokenResponse, error)

UpdateAuthTokenWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UpdateAuthTokenWithResponse

UpdateAuthTokenWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UpdateCurrentUserProfileWithBodyWithResponse

func (m *MockClientWithResponsesInterface) UpdateCurrentUserProfileWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader) (*sdk.UpdateCurrentUserProfileResponse, error)

UpdateCurrentUserProfileWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UpdateCurrentUserProfileWithResponse

UpdateCurrentUserProfileWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UpdateOrganizationUserWithBodyWithResponse

func (m *MockClientWithResponsesInterface) UpdateOrganizationUserWithBodyWithResponse(ctx context.Context, id, userId, contentType string, body io.Reader) (*sdk.UpdateOrganizationUserResponse, error)

UpdateOrganizationUserWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UpdateOrganizationUserWithResponse

UpdateOrganizationUserWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UpdateOrganizationWithBodyWithResponse

func (m *MockClientWithResponsesInterface) UpdateOrganizationWithBodyWithResponse(ctx context.Context, id, contentType string, body io.Reader) (*sdk.UpdateOrganizationResponse, error)

UpdateOrganizationWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UpdateOrganizationWithResponse

UpdateOrganizationWithResponse mocks base method.

type MockClientWithResponsesInterfaceMockRecorder

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

MockClientWithResponsesInterfaceMockRecorder is the mock recorder for MockClientWithResponsesInterface.

func (*MockClientWithResponsesInterfaceMockRecorder) ClaimInvitationWithBodyWithResponse

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

ClaimInvitationWithBodyWithResponse indicates an expected call of ClaimInvitationWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ClaimInvitationWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ClaimInvitationWithResponse(ctx, id, body interface{}) *gomock.Call

ClaimInvitationWithResponse indicates an expected call of ClaimInvitationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ClusterActionsAPIAckClusterActionWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ClusterActionsAPIAckClusterActionWithBodyWithResponse(ctx, clusterId, actionId, contentType, body interface{}) *gomock.Call

ClusterActionsAPIAckClusterActionWithBodyWithResponse indicates an expected call of ClusterActionsAPIAckClusterActionWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ClusterActionsAPIAckClusterActionWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ClusterActionsAPIAckClusterActionWithResponse(ctx, clusterId, actionId, body interface{}) *gomock.Call

ClusterActionsAPIAckClusterActionWithResponse indicates an expected call of ClusterActionsAPIAckClusterActionWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ClusterActionsAPIIngestLogsWithBodyWithResponse

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

ClusterActionsAPIIngestLogsWithBodyWithResponse indicates an expected call of ClusterActionsAPIIngestLogsWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ClusterActionsAPIIngestLogsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ClusterActionsAPIIngestLogsWithResponse(ctx, clusterId, body interface{}) *gomock.Call

ClusterActionsAPIIngestLogsWithResponse indicates an expected call of ClusterActionsAPIIngestLogsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ClusterActionsAPIPollClusterActionsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ClusterActionsAPIPollClusterActionsWithResponse(ctx, clusterId interface{}) *gomock.Call

ClusterActionsAPIPollClusterActionsWithResponse indicates an expected call of ClusterActionsAPIPollClusterActionsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPICreateAllocationGroupWithBodyWithResponse added in v1.0.1

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

CostReportAPICreateAllocationGroupWithBodyWithResponse indicates an expected call of CostReportAPICreateAllocationGroupWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPICreateAllocationGroupWithResponse added in v1.0.1

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

CostReportAPICreateAllocationGroupWithResponse indicates an expected call of CostReportAPICreateAllocationGroupWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIDeleteAllocationGroupWithResponse added in v1.0.1

func (mr *MockClientWithResponsesInterfaceMockRecorder) CostReportAPIDeleteAllocationGroupWithResponse(ctx, id interface{}) *gomock.Call

CostReportAPIDeleteAllocationGroupWithResponse indicates an expected call of CostReportAPIDeleteAllocationGroupWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterCostHistory2WithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterCostHistory2WithResponse(ctx, clusterId, params interface{}) *gomock.Call

CostReportAPIGetClusterCostHistory2WithResponse indicates an expected call of CostReportAPIGetClusterCostHistory2WithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterCostHistoryWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterCostHistoryWithResponse(ctx, clusterId, params interface{}) *gomock.Call

CostReportAPIGetClusterCostHistoryWithResponse indicates an expected call of CostReportAPIGetClusterCostHistoryWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterCostReport2WithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterCostReport2WithResponse(ctx, clusterId, params interface{}) *gomock.Call

CostReportAPIGetClusterCostReport2WithResponse indicates an expected call of CostReportAPIGetClusterCostReport2WithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterCostReportWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterCostReportWithResponse(ctx, clusterId, params interface{}) *gomock.Call

CostReportAPIGetClusterCostReportWithResponse indicates an expected call of CostReportAPIGetClusterCostReportWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterWorkloadLabelsWithResponse added in v0.26.4

func (mr *MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterWorkloadLabelsWithResponse(ctx, clusterId, params interface{}) *gomock.Call

CostReportAPIGetClusterWorkloadLabelsWithResponse indicates an expected call of CostReportAPIGetClusterWorkloadLabelsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterWorkloadReport2WithBodyWithResponse added in v0.26.4

func (mr *MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterWorkloadReport2WithBodyWithResponse(ctx, clusterId, params, contentType, body interface{}) *gomock.Call

CostReportAPIGetClusterWorkloadReport2WithBodyWithResponse indicates an expected call of CostReportAPIGetClusterWorkloadReport2WithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterWorkloadReport2WithResponse added in v0.26.4

func (mr *MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterWorkloadReport2WithResponse(ctx, clusterId, params, body interface{}) *gomock.Call

CostReportAPIGetClusterWorkloadReport2WithResponse indicates an expected call of CostReportAPIGetClusterWorkloadReport2WithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterWorkloadReportWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClusterWorkloadReportWithResponse(ctx, clusterId, params interface{}) *gomock.Call

CostReportAPIGetClusterWorkloadReportWithResponse indicates an expected call of CostReportAPIGetClusterWorkloadReportWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetClustersCostReportWithResponse added in v0.25.0

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

CostReportAPIGetClustersCostReportWithResponse indicates an expected call of CostReportAPIGetClustersCostReportWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetCostAllocationGroupSummaryWithResponse added in v1.3.4

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

CostReportAPIGetCostAllocationGroupSummaryWithResponse indicates an expected call of CostReportAPIGetCostAllocationGroupSummaryWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetCostAllocationGroupWorkloadsWithResponse added in v1.3.4

func (mr *MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetCostAllocationGroupWorkloadsWithResponse(ctx, groupId, params interface{}) *gomock.Call

CostReportAPIGetCostAllocationGroupWorkloadsWithResponse indicates an expected call of CostReportAPIGetCostAllocationGroupWorkloadsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetSavingsRecommendation2WithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetSavingsRecommendation2WithResponse(ctx, clusterId interface{}) *gomock.Call

CostReportAPIGetSavingsRecommendation2WithResponse indicates an expected call of CostReportAPIGetSavingsRecommendation2WithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetSavingsRecommendationWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) CostReportAPIGetSavingsRecommendationWithResponse(ctx, clusterId interface{}) *gomock.Call

CostReportAPIGetSavingsRecommendationWithResponse indicates an expected call of CostReportAPIGetSavingsRecommendationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIListAllocationGroupsWithResponse added in v1.0.1

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

CostReportAPIListAllocationGroupsWithResponse indicates an expected call of CostReportAPIListAllocationGroupsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIUpdateAllocationGroupWithBodyWithResponse added in v1.0.1

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

CostReportAPIUpdateAllocationGroupWithBodyWithResponse indicates an expected call of CostReportAPIUpdateAllocationGroupWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CostReportAPIUpdateAllocationGroupWithResponse added in v1.0.1

func (mr *MockClientWithResponsesInterfaceMockRecorder) CostReportAPIUpdateAllocationGroupWithResponse(ctx, id, body interface{}) *gomock.Call

CostReportAPIUpdateAllocationGroupWithResponse indicates an expected call of CostReportAPIUpdateAllocationGroupWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateAuthTokenWithBodyWithResponse

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

CreateAuthTokenWithBodyWithResponse indicates an expected call of CreateAuthTokenWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateAuthTokenWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateAuthTokenWithResponse(ctx, params, body interface{}) *gomock.Call

CreateAuthTokenWithResponse indicates an expected call of CreateAuthTokenWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateCloudCredentialsWithBodyWithResponse

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

CreateCloudCredentialsWithBodyWithResponse indicates an expected call of CreateCloudCredentialsWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateCloudCredentialsWithResponse

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

CreateCloudCredentialsWithResponse indicates an expected call of CreateCloudCredentialsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateInvitationWithBodyWithResponse

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

CreateInvitationWithBodyWithResponse indicates an expected call of CreateInvitationWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateInvitationWithResponse

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

CreateInvitationWithResponse indicates an expected call of CreateInvitationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateOrganizationUserWithBodyWithResponse

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

CreateOrganizationUserWithBodyWithResponse indicates an expected call of CreateOrganizationUserWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateOrganizationUserWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateOrganizationUserWithResponse(ctx, id, body interface{}) *gomock.Call

CreateOrganizationUserWithResponse indicates an expected call of CreateOrganizationUserWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateOrganizationWithBodyWithResponse

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

CreateOrganizationWithBodyWithResponse indicates an expected call of CreateOrganizationWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateOrganizationWithResponse

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

CreateOrganizationWithResponse indicates an expected call of CreateOrganizationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CurrentUserProfileWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CurrentUserProfileWithResponse(ctx interface{}) *gomock.Call

CurrentUserProfileWithResponse indicates an expected call of CurrentUserProfileWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteAuthTokenWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteAuthTokenWithResponse(ctx, authTokenId, params interface{}) *gomock.Call

DeleteAuthTokenWithResponse indicates an expected call of DeleteAuthTokenWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteCloudCredentialsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteCloudCredentialsWithResponse(ctx, credentialsId interface{}) *gomock.Call

DeleteCloudCredentialsWithResponse indicates an expected call of DeleteCloudCredentialsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteOrganizationUserWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteOrganizationUserWithResponse(ctx, id, userId interface{}) *gomock.Call

DeleteOrganizationUserWithResponse indicates an expected call of DeleteOrganizationUserWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteOrganizationWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteOrganizationWithResponse(ctx, id interface{}) *gomock.Call

DeleteOrganizationWithResponse indicates an expected call of DeleteOrganizationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExecuteRebalancingPlanWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExecuteRebalancingPlanWithBodyWithResponse(ctx, clusterId, rebalancingPlanId, contentType, body interface{}) *gomock.Call

ExecuteRebalancingPlanWithBodyWithResponse indicates an expected call of ExecuteRebalancingPlanWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExecuteRebalancingPlanWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExecuteRebalancingPlanWithResponse(ctx, clusterId, rebalancingPlanId, body interface{}) *gomock.Call

ExecuteRebalancingPlanWithResponse indicates an expected call of ExecuteRebalancingPlanWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIAddNodeWithBodyWithResponse

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

ExternalClusterAPIAddNodeWithBodyWithResponse indicates an expected call of ExternalClusterAPIAddNodeWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIAddNodeWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIAddNodeWithResponse(ctx, clusterId, body interface{}) *gomock.Call

ExternalClusterAPIAddNodeWithResponse indicates an expected call of ExternalClusterAPIAddNodeWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPICreateClusterTokenWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPICreateClusterTokenWithResponse(ctx, clusterId interface{}) *gomock.Call

ExternalClusterAPICreateClusterTokenWithResponse indicates an expected call of ExternalClusterAPICreateClusterTokenWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIDeleteClusterWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIDeleteClusterWithResponse(ctx, clusterId interface{}) *gomock.Call

ExternalClusterAPIDeleteClusterWithResponse indicates an expected call of ExternalClusterAPIDeleteClusterWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIDeleteNodeWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIDeleteNodeWithResponse(ctx, clusterId, nodeId, params interface{}) *gomock.Call

ExternalClusterAPIDeleteNodeWithResponse indicates an expected call of ExternalClusterAPIDeleteNodeWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIDisconnectClusterWithBodyWithResponse

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

ExternalClusterAPIDisconnectClusterWithBodyWithResponse indicates an expected call of ExternalClusterAPIDisconnectClusterWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIDisconnectClusterWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIDisconnectClusterWithResponse(ctx, clusterId, body interface{}) *gomock.Call

ExternalClusterAPIDisconnectClusterWithResponse indicates an expected call of ExternalClusterAPIDisconnectClusterWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIDrainNodeWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIDrainNodeWithBodyWithResponse(ctx, clusterId, nodeId, contentType, body interface{}) *gomock.Call

ExternalClusterAPIDrainNodeWithBodyWithResponse indicates an expected call of ExternalClusterAPIDrainNodeWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIDrainNodeWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIDrainNodeWithResponse(ctx, clusterId, nodeId, body interface{}) *gomock.Call

ExternalClusterAPIDrainNodeWithResponse indicates an expected call of ExternalClusterAPIDrainNodeWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetAssumeRoleUserWithResponse added in v0.17.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetAssumeRoleUserWithResponse(ctx, clusterId interface{}) *gomock.Call

ExternalClusterAPIGetAssumeRoleUserWithResponse indicates an expected call of ExternalClusterAPIGetAssumeRoleUserWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetClusterWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetClusterWithResponse(ctx, clusterId interface{}) *gomock.Call

ExternalClusterAPIGetClusterWithResponse indicates an expected call of ExternalClusterAPIGetClusterWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetCredentialsScriptTemplateWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetCredentialsScriptTemplateWithResponse(ctx, provider, params interface{}) *gomock.Call

ExternalClusterAPIGetCredentialsScriptTemplateWithResponse indicates an expected call of ExternalClusterAPIGetCredentialsScriptTemplateWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetCredentialsScriptWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetCredentialsScriptWithResponse(ctx, clusterId, params interface{}) *gomock.Call

ExternalClusterAPIGetCredentialsScriptWithResponse indicates an expected call of ExternalClusterAPIGetCredentialsScriptWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetNodeWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetNodeWithResponse(ctx, clusterId, nodeId interface{}) *gomock.Call

ExternalClusterAPIGetNodeWithResponse indicates an expected call of ExternalClusterAPIGetNodeWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIHandleCloudEventWithBodyWithResponse added in v0.15.0

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

ExternalClusterAPIHandleCloudEventWithBodyWithResponse indicates an expected call of ExternalClusterAPIHandleCloudEventWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIHandleCloudEventWithResponse added in v0.15.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIHandleCloudEventWithResponse(ctx, clusterId, body interface{}) *gomock.Call

ExternalClusterAPIHandleCloudEventWithResponse indicates an expected call of ExternalClusterAPIHandleCloudEventWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIListClustersWithResponse

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

ExternalClusterAPIListClustersWithResponse indicates an expected call of ExternalClusterAPIListClustersWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIListNodesWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIListNodesWithResponse(ctx, clusterId, params interface{}) *gomock.Call

ExternalClusterAPIListNodesWithResponse indicates an expected call of ExternalClusterAPIListNodesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIPauseClusterWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIPauseClusterWithResponse(ctx, clusterId interface{}) *gomock.Call

ExternalClusterAPIPauseClusterWithResponse indicates an expected call of ExternalClusterAPIPauseClusterWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIReconcileClusterWithResponse added in v0.17.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIReconcileClusterWithResponse(ctx, clusterId interface{}) *gomock.Call

ExternalClusterAPIReconcileClusterWithResponse indicates an expected call of ExternalClusterAPIReconcileClusterWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIRegisterClusterWithBodyWithResponse

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

ExternalClusterAPIRegisterClusterWithBodyWithResponse indicates an expected call of ExternalClusterAPIRegisterClusterWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIRegisterClusterWithResponse

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

ExternalClusterAPIRegisterClusterWithResponse indicates an expected call of ExternalClusterAPIRegisterClusterWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIResumeClusterWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIResumeClusterWithResponse(ctx, clusterId interface{}) *gomock.Call

ExternalClusterAPIResumeClusterWithResponse indicates an expected call of ExternalClusterAPIResumeClusterWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIUpdateClusterWithBodyWithResponse

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

ExternalClusterAPIUpdateClusterWithBodyWithResponse indicates an expected call of ExternalClusterAPIUpdateClusterWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIUpdateClusterWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIUpdateClusterWithResponse(ctx, clusterId, body interface{}) *gomock.Call

ExternalClusterAPIUpdateClusterWithResponse indicates an expected call of ExternalClusterAPIUpdateClusterWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetAgentInstallScriptWithResponse

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

GetAgentInstallScriptWithResponse indicates an expected call of GetAgentInstallScriptWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetAuthTokenWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetAuthTokenWithResponse(ctx, authTokenId, params interface{}) *gomock.Call

GetAuthTokenWithResponse indicates an expected call of GetAuthTokenWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetCloudCredentialsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetCloudCredentialsWithResponse(ctx, credentialsId interface{}) *gomock.Call

GetCloudCredentialsWithResponse indicates an expected call of GetCloudCredentialsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetExternalClusterOperationWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetExternalClusterOperationWithResponse(ctx, id interface{}) *gomock.Call

GetExternalClusterOperationWithResponse indicates an expected call of GetExternalClusterOperationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetOrganizationUsersWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetOrganizationUsersWithResponse(ctx, id interface{}) *gomock.Call

GetOrganizationUsersWithResponse indicates an expected call of GetOrganizationUsersWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetOrganizationWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetOrganizationWithResponse(ctx, id interface{}) *gomock.Call

GetOrganizationWithResponse indicates an expected call of GetOrganizationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetProblematicWorkloadsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetProblematicWorkloadsWithResponse(ctx, clusterId interface{}) *gomock.Call

GetProblematicWorkloadsWithResponse indicates an expected call of GetProblematicWorkloadsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetPromMetricsWithResponse

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

GetPromMetricsWithResponse indicates an expected call of GetPromMetricsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetRebalancedWorkloadsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetRebalancedWorkloadsWithResponse(ctx, clusterId interface{}) *gomock.Call

GetRebalancedWorkloadsWithResponse indicates an expected call of GetRebalancedWorkloadsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetRebalancingPlanWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetRebalancingPlanWithResponse(ctx, clusterId, rebalancingPlanId interface{}) *gomock.Call

GetRebalancingPlanWithResponse indicates an expected call of GetRebalancingPlanWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetUsageReportWithResponse

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

GetUsageReportWithResponse indicates an expected call of GetUsageReportWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetWorkloadsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetWorkloadsWithResponse(ctx, clusterId interface{}) *gomock.Call

GetWorkloadsWithResponse indicates an expected call of GetWorkloadsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIDisconnectAgentWithResponse added in v0.26.4

func (mr *MockClientWithResponsesInterfaceMockRecorder) InsightsAPIDisconnectAgentWithResponse(ctx, clusterId interface{}) *gomock.Call

InsightsAPIDisconnectAgentWithResponse indicates an expected call of InsightsAPIDisconnectAgentWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetAgentCloudScriptWithResponse added in v1.0.1

func (mr *MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetAgentCloudScriptWithResponse(ctx, provider interface{}) *gomock.Call

InsightsAPIGetAgentCloudScriptWithResponse indicates an expected call of InsightsAPIGetAgentCloudScriptWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetAgentInstallScriptWithResponse added in v0.26.4

func (mr *MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetAgentInstallScriptWithResponse(ctx, clusterId, params interface{}) *gomock.Call

InsightsAPIGetAgentInstallScriptWithResponse indicates an expected call of InsightsAPIGetAgentInstallScriptWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetBestPracticesCheckDetailsWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetBestPracticesCheckDetailsWithResponse(ctx, ruleId, params interface{}) *gomock.Call

InsightsAPIGetBestPracticesCheckDetailsWithResponse indicates an expected call of InsightsAPIGetBestPracticesCheckDetailsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetBestPracticesOverviewWithResponse added in v0.25.0

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

InsightsAPIGetBestPracticesOverviewWithResponse indicates an expected call of InsightsAPIGetBestPracticesOverviewWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetBestPracticesReportFiltersWithResponse added in v0.24.3

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

InsightsAPIGetBestPracticesReportFiltersWithResponse indicates an expected call of InsightsAPIGetBestPracticesReportFiltersWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetBestPracticesReportSummaryWithResponse added in v0.24.3

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

InsightsAPIGetBestPracticesReportSummaryWithResponse indicates an expected call of InsightsAPIGetBestPracticesReportSummaryWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetBestPracticesReportWithResponse added in v0.24.3

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

InsightsAPIGetBestPracticesReportWithResponse indicates an expected call of InsightsAPIGetBestPracticesReportWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetOverviewSummaryWithResponse added in v0.25.0

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

InsightsAPIGetOverviewSummaryWithResponse indicates an expected call of InsightsAPIGetOverviewSummaryWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetPackageVulnerabilitiesWithResponse added in v1.0.1

func (mr *MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetPackageVulnerabilitiesWithResponse(ctx, objectId, params interface{}) *gomock.Call

InsightsAPIGetPackageVulnerabilitiesWithResponse indicates an expected call of InsightsAPIGetPackageVulnerabilitiesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetResourceVulnerablePackagesWithResponse added in v1.0.1

func (mr *MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetResourceVulnerablePackagesWithResponse(ctx, objectId interface{}) *gomock.Call

InsightsAPIGetResourceVulnerablePackagesWithResponse indicates an expected call of InsightsAPIGetResourceVulnerablePackagesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesDetailsWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesDetailsWithResponse(ctx, objectId interface{}) *gomock.Call

InsightsAPIGetVulnerabilitiesDetailsWithResponse indicates an expected call of InsightsAPIGetVulnerabilitiesDetailsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesOverviewWithResponse added in v0.25.0

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

InsightsAPIGetVulnerabilitiesOverviewWithResponse indicates an expected call of InsightsAPIGetVulnerabilitiesOverviewWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesReportSummaryWithResponse added in v0.24.3

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

InsightsAPIGetVulnerabilitiesReportSummaryWithResponse indicates an expected call of InsightsAPIGetVulnerabilitiesReportSummaryWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesReportWithResponse added in v0.24.3

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

InsightsAPIGetVulnerabilitiesReportWithResponse indicates an expected call of InsightsAPIGetVulnerabilitiesReportWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesResourcesWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) InsightsAPIGetVulnerabilitiesResourcesWithResponse(ctx, objectId interface{}) *gomock.Call

InsightsAPIGetVulnerabilitiesResourcesWithResponse indicates an expected call of InsightsAPIGetVulnerabilitiesResourcesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIIngestAgentLogWithBodyWithResponse added in v0.25.0

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

InsightsAPIIngestAgentLogWithBodyWithResponse indicates an expected call of InsightsAPIIngestAgentLogWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIIngestAgentLogWithResponse added in v0.25.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) InsightsAPIIngestAgentLogWithResponse(ctx, clusterId, body interface{}) *gomock.Call

InsightsAPIIngestAgentLogWithResponse indicates an expected call of InsightsAPIIngestAgentLogWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIPostAgentTelemetryWithBodyWithResponse added in v0.26.4

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

InsightsAPIPostAgentTelemetryWithBodyWithResponse indicates an expected call of InsightsAPIPostAgentTelemetryWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIPostAgentTelemetryWithResponse added in v0.26.4

func (mr *MockClientWithResponsesInterfaceMockRecorder) InsightsAPIPostAgentTelemetryWithResponse(ctx, clusterId, body interface{}) *gomock.Call

InsightsAPIPostAgentTelemetryWithResponse indicates an expected call of InsightsAPIPostAgentTelemetryWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIScheduleBestPracticesScanWithBodyWithResponse added in v0.25.0

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

InsightsAPIScheduleBestPracticesScanWithBodyWithResponse indicates an expected call of InsightsAPIScheduleBestPracticesScanWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIScheduleBestPracticesScanWithResponse added in v0.24.3

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

InsightsAPIScheduleBestPracticesScanWithResponse indicates an expected call of InsightsAPIScheduleBestPracticesScanWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIScheduleVulnerabilitiesScanWithBodyWithResponse added in v0.25.0

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

InsightsAPIScheduleVulnerabilitiesScanWithBodyWithResponse indicates an expected call of InsightsAPIScheduleVulnerabilitiesScanWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InsightsAPIScheduleVulnerabilitiesScanWithResponse added in v0.24.3

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

InsightsAPIScheduleVulnerabilitiesScanWithResponse indicates an expected call of InsightsAPIScheduleVulnerabilitiesScanWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryBlacklistAPIAddBlacklistWithBodyWithResponse added in v0.24.3

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

InventoryBlacklistAPIAddBlacklistWithBodyWithResponse indicates an expected call of InventoryBlacklistAPIAddBlacklistWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryBlacklistAPIAddBlacklistWithResponse added in v0.24.3

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

InventoryBlacklistAPIAddBlacklistWithResponse indicates an expected call of InventoryBlacklistAPIAddBlacklistWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryBlacklistAPIListBlacklistsWithResponse added in v0.25.0

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

InventoryBlacklistAPIListBlacklistsWithResponse indicates an expected call of InventoryBlacklistAPIListBlacklistsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryBlacklistAPIRemoveBlacklistWithBodyWithResponse added in v0.24.3

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

InventoryBlacklistAPIRemoveBlacklistWithBodyWithResponse indicates an expected call of InventoryBlacklistAPIRemoveBlacklistWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryBlacklistAPIRemoveBlacklistWithResponse added in v0.24.3

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

InventoryBlacklistAPIRemoveBlacklistWithResponse indicates an expected call of InventoryBlacklistAPIRemoveBlacklistWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ListAuditEventsWithResponse

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

ListAuditEventsWithResponse indicates an expected call of ListAuditEventsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ListAuthTokensWithResponse

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

ListAuthTokensWithResponse indicates an expected call of ListAuthTokensWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ListCloudCredentialsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ListCloudCredentialsWithResponse(ctx interface{}) *gomock.Call

ListCloudCredentialsWithResponse indicates an expected call of ListCloudCredentialsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ListOrganizationsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ListOrganizationsWithResponse(ctx interface{}) *gomock.Call

ListOrganizationsWithResponse indicates an expected call of ListOrganizationsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ListRebalancingPlansWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ListRebalancingPlansWithResponse(ctx, clusterId, params interface{}) *gomock.Call

ListRebalancingPlansWithResponse indicates an expected call of ListRebalancingPlansWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) MetricsAPIGetCPUUsageMetricsWithResponse added in v0.24.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) MetricsAPIGetCPUUsageMetricsWithResponse(ctx, clusterId, params interface{}) *gomock.Call

MetricsAPIGetCPUUsageMetricsWithResponse indicates an expected call of MetricsAPIGetCPUUsageMetricsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) MetricsAPIGetGaugesMetricsWithResponse added in v0.24.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) MetricsAPIGetGaugesMetricsWithResponse(ctx, clusterId interface{}) *gomock.Call

MetricsAPIGetGaugesMetricsWithResponse indicates an expected call of MetricsAPIGetGaugesMetricsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) MetricsAPIGetMemoryUsageMetricsWithResponse added in v0.24.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) MetricsAPIGetMemoryUsageMetricsWithResponse(ctx, clusterId, params interface{}) *gomock.Call

MetricsAPIGetMemoryUsageMetricsWithResponse indicates an expected call of MetricsAPIGetMemoryUsageMetricsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPICreateConfigurationWithBodyWithResponse added in v0.24.3

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

NodeConfigurationAPICreateConfigurationWithBodyWithResponse indicates an expected call of NodeConfigurationAPICreateConfigurationWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPICreateConfigurationWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPICreateConfigurationWithResponse(ctx, clusterId, body interface{}) *gomock.Call

NodeConfigurationAPICreateConfigurationWithResponse indicates an expected call of NodeConfigurationAPICreateConfigurationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIDeleteConfigurationWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIDeleteConfigurationWithResponse(ctx, clusterId, id interface{}) *gomock.Call

NodeConfigurationAPIDeleteConfigurationWithResponse indicates an expected call of NodeConfigurationAPIDeleteConfigurationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIGetConfigurationWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIGetConfigurationWithResponse(ctx, clusterId, id interface{}) *gomock.Call

NodeConfigurationAPIGetConfigurationWithResponse indicates an expected call of NodeConfigurationAPIGetConfigurationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIListConfigurationsWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIListConfigurationsWithResponse(ctx, clusterId interface{}) *gomock.Call

NodeConfigurationAPIListConfigurationsWithResponse indicates an expected call of NodeConfigurationAPIListConfigurationsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPISetDefaultWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPISetDefaultWithResponse(ctx, clusterId, id interface{}) *gomock.Call

NodeConfigurationAPISetDefaultWithResponse indicates an expected call of NodeConfigurationAPISetDefaultWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIUpdateConfigurationWithBodyWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIUpdateConfigurationWithBodyWithResponse(ctx, clusterId, id, contentType, body interface{}) *gomock.Call

NodeConfigurationAPIUpdateConfigurationWithBodyWithResponse indicates an expected call of NodeConfigurationAPIUpdateConfigurationWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIUpdateConfigurationWithResponse added in v0.24.3

func (mr *MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIUpdateConfigurationWithResponse(ctx, clusterId, id, body interface{}) *gomock.Call

NodeConfigurationAPIUpdateConfigurationWithResponse indicates an expected call of NodeConfigurationAPIUpdateConfigurationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPICreateNodeTemplateWithBodyWithResponse added in v0.25.0

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

NodeTemplatesAPICreateNodeTemplateWithBodyWithResponse indicates an expected call of NodeTemplatesAPICreateNodeTemplateWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPICreateNodeTemplateWithResponse added in v0.25.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPICreateNodeTemplateWithResponse(ctx, clusterId, body interface{}) *gomock.Call

NodeTemplatesAPICreateNodeTemplateWithResponse indicates an expected call of NodeTemplatesAPICreateNodeTemplateWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIDeleteNodeTemplateWithResponse added in v0.25.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIDeleteNodeTemplateWithResponse(ctx, clusterId, nodeTemplateName interface{}) *gomock.Call

NodeTemplatesAPIDeleteNodeTemplateWithResponse indicates an expected call of NodeTemplatesAPIDeleteNodeTemplateWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIFilterInstanceTypesWithBodyWithResponse added in v0.25.0

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

NodeTemplatesAPIFilterInstanceTypesWithBodyWithResponse indicates an expected call of NodeTemplatesAPIFilterInstanceTypesWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIFilterInstanceTypesWithResponse added in v0.25.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIFilterInstanceTypesWithResponse(ctx, clusterId, body interface{}) *gomock.Call

NodeTemplatesAPIFilterInstanceTypesWithResponse indicates an expected call of NodeTemplatesAPIFilterInstanceTypesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIListNodeTemplatesWithResponse added in v0.25.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIListNodeTemplatesWithResponse(ctx, clusterId interface{}) *gomock.Call

NodeTemplatesAPIListNodeTemplatesWithResponse indicates an expected call of NodeTemplatesAPIListNodeTemplatesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIUpdateNodeTemplateWithBodyWithResponse added in v0.25.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIUpdateNodeTemplateWithBodyWithResponse(ctx, clusterId, nodeTemplateName, contentType, body interface{}) *gomock.Call

NodeTemplatesAPIUpdateNodeTemplateWithBodyWithResponse indicates an expected call of NodeTemplatesAPIUpdateNodeTemplateWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIUpdateNodeTemplateWithResponse added in v0.25.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIUpdateNodeTemplateWithResponse(ctx, clusterId, nodeTemplateName, body interface{}) *gomock.Call

NodeTemplatesAPIUpdateNodeTemplateWithResponse indicates an expected call of NodeTemplatesAPIUpdateNodeTemplateWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NotificationAPIAckNotificationsWithBodyWithResponse added in v0.25.0

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

NotificationAPIAckNotificationsWithBodyWithResponse indicates an expected call of NotificationAPIAckNotificationsWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NotificationAPIAckNotificationsWithResponse added in v0.25.0

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

NotificationAPIAckNotificationsWithResponse indicates an expected call of NotificationAPIAckNotificationsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NotificationAPICreateWebhookConfigWithBodyWithResponse added in v0.25.0

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

NotificationAPICreateWebhookConfigWithBodyWithResponse indicates an expected call of NotificationAPICreateWebhookConfigWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NotificationAPICreateWebhookConfigWithResponse added in v0.25.0

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

NotificationAPICreateWebhookConfigWithResponse indicates an expected call of NotificationAPICreateWebhookConfigWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NotificationAPIDeleteWebhookConfigWithResponse added in v0.25.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) NotificationAPIDeleteWebhookConfigWithResponse(ctx, id interface{}) *gomock.Call

NotificationAPIDeleteWebhookConfigWithResponse indicates an expected call of NotificationAPIDeleteWebhookConfigWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NotificationAPIGetNotificationWithResponse added in v0.25.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) NotificationAPIGetNotificationWithResponse(ctx, id interface{}) *gomock.Call

NotificationAPIGetNotificationWithResponse indicates an expected call of NotificationAPIGetNotificationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NotificationAPIGetWebhookConfigWithResponse added in v0.25.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) NotificationAPIGetWebhookConfigWithResponse(ctx, id interface{}) *gomock.Call

NotificationAPIGetWebhookConfigWithResponse indicates an expected call of NotificationAPIGetWebhookConfigWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NotificationAPIListNotificationsWithResponse added in v0.25.0

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

NotificationAPIListNotificationsWithResponse indicates an expected call of NotificationAPIListNotificationsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NotificationAPIListWebhookConfigsWithResponse added in v0.25.1

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

NotificationAPIListWebhookConfigsWithResponse indicates an expected call of NotificationAPIListWebhookConfigsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NotificationAPIUpdateWebhookConfigWithBodyWithResponse added in v0.25.0

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

NotificationAPIUpdateWebhookConfigWithBodyWithResponse indicates an expected call of NotificationAPIUpdateWebhookConfigWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NotificationAPIUpdateWebhookConfigWithResponse added in v0.25.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) NotificationAPIUpdateWebhookConfigWithResponse(ctx, id, body interface{}) *gomock.Call

NotificationAPIUpdateWebhookConfigWithResponse indicates an expected call of NotificationAPIUpdateWebhookConfigWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PoliciesAPIGetClusterNodeConstraintsWithResponse added in v0.15.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) PoliciesAPIGetClusterNodeConstraintsWithResponse(ctx, clusterId interface{}) *gomock.Call

PoliciesAPIGetClusterNodeConstraintsWithResponse indicates an expected call of PoliciesAPIGetClusterNodeConstraintsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PoliciesAPIGetClusterPoliciesWithResponse added in v0.15.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) PoliciesAPIGetClusterPoliciesWithResponse(ctx, clusterId interface{}) *gomock.Call

PoliciesAPIGetClusterPoliciesWithResponse indicates an expected call of PoliciesAPIGetClusterPoliciesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PoliciesAPIUpsertClusterPoliciesWithBodyWithResponse added in v0.15.0

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

PoliciesAPIUpsertClusterPoliciesWithBodyWithResponse indicates an expected call of PoliciesAPIUpsertClusterPoliciesWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PoliciesAPIUpsertClusterPoliciesWithResponse added in v0.15.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) PoliciesAPIUpsertClusterPoliciesWithResponse(ctx, clusterId, body interface{}) *gomock.Call

PoliciesAPIUpsertClusterPoliciesWithResponse indicates an expected call of PoliciesAPIUpsertClusterPoliciesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) RebalanceWithBodyWithResponse

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

RebalanceWithBodyWithResponse indicates an expected call of RebalanceWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) RebalanceWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) RebalanceWithResponse(ctx, clusterId, body interface{}) *gomock.Call

RebalanceWithResponse indicates an expected call of RebalanceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UpdateAuthTokenWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdateAuthTokenWithBodyWithResponse(ctx, authTokenId, params, contentType, body interface{}) *gomock.Call

UpdateAuthTokenWithBodyWithResponse indicates an expected call of UpdateAuthTokenWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UpdateAuthTokenWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdateAuthTokenWithResponse(ctx, authTokenId, params, body interface{}) *gomock.Call

UpdateAuthTokenWithResponse indicates an expected call of UpdateAuthTokenWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UpdateCurrentUserProfileWithBodyWithResponse

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

UpdateCurrentUserProfileWithBodyWithResponse indicates an expected call of UpdateCurrentUserProfileWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UpdateCurrentUserProfileWithResponse

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

UpdateCurrentUserProfileWithResponse indicates an expected call of UpdateCurrentUserProfileWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UpdateOrganizationUserWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdateOrganizationUserWithBodyWithResponse(ctx, id, userId, contentType, body interface{}) *gomock.Call

UpdateOrganizationUserWithBodyWithResponse indicates an expected call of UpdateOrganizationUserWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UpdateOrganizationUserWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdateOrganizationUserWithResponse(ctx, id, userId, body interface{}) *gomock.Call

UpdateOrganizationUserWithResponse indicates an expected call of UpdateOrganizationUserWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UpdateOrganizationWithBodyWithResponse

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

UpdateOrganizationWithBodyWithResponse indicates an expected call of UpdateOrganizationWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UpdateOrganizationWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdateOrganizationWithResponse(ctx, id, body interface{}) *gomock.Call

UpdateOrganizationWithResponse indicates an expected call of UpdateOrganizationWithResponse.

type MockHttpRequestDoer

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

MockHttpRequestDoer is a mock of HttpRequestDoer interface.

func NewMockHttpRequestDoer

func NewMockHttpRequestDoer(ctrl *gomock.Controller) *MockHttpRequestDoer

NewMockHttpRequestDoer creates a new mock instance.

func (*MockHttpRequestDoer) Do

Do mocks base method.

func (*MockHttpRequestDoer) EXPECT

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

type MockHttpRequestDoerMockRecorder

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

MockHttpRequestDoerMockRecorder is the mock recorder for MockHttpRequestDoer.

func (*MockHttpRequestDoerMockRecorder) Do

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

Do indicates an expected call of Do.

type MockResponse

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

MockResponse is a mock of Response interface.

func NewMockResponse

func NewMockResponse(ctrl *gomock.Controller) *MockResponse

NewMockResponse creates a new mock instance.

func (*MockResponse) EXPECT

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

func (*MockResponse) GetBody

func (m *MockResponse) GetBody() []byte

GetBody mocks base method.

func (*MockResponse) Status

func (m *MockResponse) Status() string

Status mocks base method.

func (*MockResponse) StatusCode

func (m *MockResponse) StatusCode() int

StatusCode mocks base method.

type MockResponseMockRecorder

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

MockResponseMockRecorder is the mock recorder for MockResponse.

func (*MockResponseMockRecorder) GetBody

func (mr *MockResponseMockRecorder) GetBody() *gomock.Call

GetBody indicates an expected call of GetBody.

func (*MockResponseMockRecorder) Status

func (mr *MockResponseMockRecorder) Status() *gomock.Call

Status indicates an expected call of Status.

func (*MockResponseMockRecorder) StatusCode

func (mr *MockResponseMockRecorder) StatusCode() *gomock.Call

StatusCode indicates an expected call of StatusCode.

Jump to

Keyboard shortcuts

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