mock_sdk

package
v7.13.3 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2024 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) AuthTokenAPICreateAuthToken

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

AuthTokenAPICreateAuthToken mocks base method.

func (*MockClientInterface) AuthTokenAPICreateAuthTokenWithBody

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

AuthTokenAPICreateAuthTokenWithBody mocks base method.

func (*MockClientInterface) AuthTokenAPIDeleteAuthToken

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

AuthTokenAPIDeleteAuthToken mocks base method.

func (*MockClientInterface) AuthTokenAPIGetAuthToken

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

AuthTokenAPIGetAuthToken mocks base method.

func (*MockClientInterface) AuthTokenAPIListAuthTokens

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

AuthTokenAPIListAuthTokens mocks base method.

func (*MockClientInterface) AuthTokenAPIUpdateAuthToken

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

AuthTokenAPIUpdateAuthToken mocks base method.

func (*MockClientInterface) AuthTokenAPIUpdateAuthTokenWithBody

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

AuthTokenAPIUpdateAuthTokenWithBody mocks base method.

func (*MockClientInterface) CommitmentsAPICreateCommitmentAssignment

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

CommitmentsAPICreateCommitmentAssignment mocks base method.

func (*MockClientInterface) CommitmentsAPIDeleteCommitment

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

CommitmentsAPIDeleteCommitment mocks base method.

func (*MockClientInterface) CommitmentsAPIDeleteCommitmentAssignment

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

CommitmentsAPIDeleteCommitmentAssignment mocks base method.

func (*MockClientInterface) CommitmentsAPIGetCommitment

func (m *MockClientInterface) CommitmentsAPIGetCommitment(ctx context.Context, commitmentId string, params *sdk.CommitmentsAPIGetCommitmentParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CommitmentsAPIGetCommitment mocks base method.

func (*MockClientInterface) CommitmentsAPIGetCommitmentAssignments

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

CommitmentsAPIGetCommitmentAssignments mocks base method.

func (*MockClientInterface) CommitmentsAPIGetCommitments

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

CommitmentsAPIGetCommitments mocks base method.

func (*MockClientInterface) CommitmentsAPIGetCommitmentsAssignments

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

CommitmentsAPIGetCommitmentsAssignments mocks base method.

func (*MockClientInterface) CommitmentsAPIGetGCPCommitmentsImportScript

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

CommitmentsAPIGetGCPCommitmentsImportScript mocks base method.

func (*MockClientInterface) CommitmentsAPIGetGCPCommitmentsScriptTemplate

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

CommitmentsAPIGetGCPCommitmentsScriptTemplate mocks base method.

func (*MockClientInterface) CommitmentsAPIImportAzureReservations

CommitmentsAPIImportAzureReservations mocks base method.

func (*MockClientInterface) CommitmentsAPIImportAzureReservationsWithBody

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

CommitmentsAPIImportAzureReservationsWithBody mocks base method.

func (*MockClientInterface) CommitmentsAPIImportGCPCommitments

CommitmentsAPIImportGCPCommitments mocks base method.

func (*MockClientInterface) CommitmentsAPIImportGCPCommitmentsWithBody

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

CommitmentsAPIImportGCPCommitmentsWithBody mocks base method.

func (*MockClientInterface) CommitmentsAPIReplaceCommitmentAssignments

func (m *MockClientInterface) CommitmentsAPIReplaceCommitmentAssignments(ctx context.Context, commitmentId string, body sdk.CommitmentsAPIReplaceCommitmentAssignmentsJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CommitmentsAPIReplaceCommitmentAssignments mocks base method.

func (*MockClientInterface) CommitmentsAPIReplaceCommitmentAssignmentsWithBody

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

CommitmentsAPIReplaceCommitmentAssignmentsWithBody mocks base method.

func (*MockClientInterface) CommitmentsAPIUpdateCommitment

func (m *MockClientInterface) CommitmentsAPIUpdateCommitment(ctx context.Context, commitmentId string, body sdk.CommitmentsAPIUpdateCommitmentJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

CommitmentsAPIUpdateCommitment mocks base method.

func (*MockClientInterface) CommitmentsAPIUpdateCommitmentWithBody

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

CommitmentsAPIUpdateCommitmentWithBody mocks base method.

func (*MockClientInterface) EXPECT

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

func (*MockClientInterface) EvictorAPIGetAdvancedConfig

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

EvictorAPIGetAdvancedConfig mocks base method.

func (*MockClientInterface) EvictorAPIUpsertAdvancedConfig

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

EvictorAPIUpsertAdvancedConfig mocks base method.

func (*MockClientInterface) EvictorAPIUpsertAdvancedConfigWithBody

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

EvictorAPIUpsertAdvancedConfigWithBody 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) ExternalClusterAPICreateAssumeRolePrincipal

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

ExternalClusterAPICreateAssumeRolePrincipal 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) ExternalClusterAPIDeleteAssumeRolePrincipal

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

ExternalClusterAPIDeleteAssumeRolePrincipal 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) ExternalClusterAPIGetAssumeRolePrincipal

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

ExternalClusterAPIGetAssumeRolePrincipal mocks base method.

func (*MockClientInterface) ExternalClusterAPIGetAssumeRoleUser

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

ExternalClusterAPIGetAssumeRoleUser mocks base method.

func (*MockClientInterface) ExternalClusterAPIGetCleanupScript

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

ExternalClusterAPIGetCleanupScript mocks base method.

func (*MockClientInterface) ExternalClusterAPIGetCleanupScriptTemplate

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

ExternalClusterAPIGetCleanupScriptTemplate 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) ExternalClusterAPIGetListNodesFilters

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

ExternalClusterAPIGetListNodesFilters 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

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

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, 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) ExternalClusterAPIReconcileCluster

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

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

ExternalClusterAPIUpdateClusterTags mocks base method.

func (*MockClientInterface) ExternalClusterAPIUpdateClusterTagsWithBody

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

ExternalClusterAPIUpdateClusterTagsWithBody 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) InventoryAPIAddReservation

func (m *MockClientInterface) InventoryAPIAddReservation(ctx context.Context, organizationId string, body sdk.InventoryAPIAddReservationJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InventoryAPIAddReservation mocks base method.

func (*MockClientInterface) InventoryAPIAddReservationWithBody

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

InventoryAPIAddReservationWithBody mocks base method.

func (*MockClientInterface) InventoryAPIDeleteReservation

func (m *MockClientInterface) InventoryAPIDeleteReservation(ctx context.Context, organizationId, reservationId string, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InventoryAPIDeleteReservation mocks base method.

func (*MockClientInterface) InventoryAPIGetOrganizationReservationsBalance

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

InventoryAPIGetOrganizationReservationsBalance mocks base method.

func (*MockClientInterface) InventoryAPIGetOrganizationResourceUsage

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

InventoryAPIGetOrganizationResourceUsage mocks base method.

func (*MockClientInterface) InventoryAPIGetReservations

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

InventoryAPIGetReservations mocks base method.

func (*MockClientInterface) InventoryAPIGetReservationsBalance

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

InventoryAPIGetReservationsBalance mocks base method.

func (*MockClientInterface) InventoryAPIOverwriteReservations

func (m *MockClientInterface) InventoryAPIOverwriteReservations(ctx context.Context, organizationId string, body sdk.InventoryAPIOverwriteReservationsJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

InventoryAPIOverwriteReservations mocks base method.

func (*MockClientInterface) InventoryAPIOverwriteReservationsWithBody

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

InventoryAPIOverwriteReservationsWithBody mocks base method.

func (*MockClientInterface) InventoryAPISyncClusterResources

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

InventoryAPISyncClusterResources mocks base method.

func (*MockClientInterface) NodeConfigurationAPICreateConfiguration

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

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

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

NodeConfigurationAPIDeleteConfiguration mocks base method.

func (*MockClientInterface) NodeConfigurationAPIGetConfiguration

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

NodeConfigurationAPIGetConfiguration mocks base method.

func (*MockClientInterface) NodeConfigurationAPIGetSuggestedConfiguration

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

NodeConfigurationAPIGetSuggestedConfiguration mocks base method.

func (*MockClientInterface) NodeConfigurationAPIListConfigurations

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

NodeConfigurationAPIListConfigurations mocks base method.

func (*MockClientInterface) NodeConfigurationAPIListMaxPodsPresets

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

NodeConfigurationAPIListMaxPodsPresets mocks base method.

func (*MockClientInterface) NodeConfigurationAPISetDefault

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

NodeConfigurationAPISetDefault mocks base method.

func (*MockClientInterface) NodeConfigurationAPIUpdateConfiguration

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

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

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

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

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

NodeTemplatesAPIDeleteNodeTemplate mocks base method.

func (*MockClientInterface) NodeTemplatesAPIFilterInstanceTypes

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

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

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

NodeTemplatesAPIGenerateNodeTemplates mocks base method.

func (*MockClientInterface) NodeTemplatesAPIListNodeTemplates

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

NodeTemplatesAPIListNodeTemplates mocks base method.

func (*MockClientInterface) NodeTemplatesAPIUpdateNodeTemplate

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

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

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

OperationsAPIGetOperation mocks base method.

func (*MockClientInterface) PoliciesAPIGetClusterNodeConstraints

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

PoliciesAPIGetClusterNodeConstraints mocks base method.

func (*MockClientInterface) PoliciesAPIGetClusterPolicies

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

PoliciesAPIGetClusterPolicies mocks base method.

func (*MockClientInterface) PoliciesAPIUpsertClusterPolicies

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

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

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

SSOAPICreateSSOConnection mocks base method.

func (*MockClientInterface) SSOAPICreateSSOConnectionWithBody

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

SSOAPICreateSSOConnectionWithBody mocks base method.

func (*MockClientInterface) SSOAPIDeleteSSOConnection

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

SSOAPIDeleteSSOConnection mocks base method.

func (*MockClientInterface) SSOAPIGetSSOConnection

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

SSOAPIGetSSOConnection mocks base method.

func (*MockClientInterface) SSOAPIListSSOConnections

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

SSOAPIListSSOConnections mocks base method.

func (*MockClientInterface) SSOAPIUpdateSSOConnection

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

SSOAPIUpdateSSOConnection mocks base method.

func (*MockClientInterface) SSOAPIUpdateSSOConnectionWithBody

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

SSOAPIUpdateSSOConnectionWithBody mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPICreateRebalancingJob

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

ScheduledRebalancingAPICreateRebalancingJob mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPICreateRebalancingJobWithBody

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

ScheduledRebalancingAPICreateRebalancingJobWithBody mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPICreateRebalancingSchedule

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

ScheduledRebalancingAPICreateRebalancingSchedule mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPICreateRebalancingScheduleWithBody

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

ScheduledRebalancingAPICreateRebalancingScheduleWithBody mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPIDeleteRebalancingJob

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

ScheduledRebalancingAPIDeleteRebalancingJob mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPIDeleteRebalancingSchedule

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

ScheduledRebalancingAPIDeleteRebalancingSchedule mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPIGetRebalancingJob

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

ScheduledRebalancingAPIGetRebalancingJob mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPIGetRebalancingSchedule

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

ScheduledRebalancingAPIGetRebalancingSchedule mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPIListAvailableRebalancingTZ

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

ScheduledRebalancingAPIListAvailableRebalancingTZ mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPIListRebalancingJobs

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

ScheduledRebalancingAPIListRebalancingJobs mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPIListRebalancingSchedules

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

ScheduledRebalancingAPIListRebalancingSchedules mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPIPreviewRebalancingSchedule

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

ScheduledRebalancingAPIPreviewRebalancingSchedule mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPIPreviewRebalancingScheduleWithBody

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

ScheduledRebalancingAPIPreviewRebalancingScheduleWithBody mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPIUpdateRebalancingJob

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

ScheduledRebalancingAPIUpdateRebalancingJob mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPIUpdateRebalancingJobWithBody

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

ScheduledRebalancingAPIUpdateRebalancingJobWithBody mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPIUpdateRebalancingSchedule

ScheduledRebalancingAPIUpdateRebalancingSchedule mocks base method.

func (*MockClientInterface) ScheduledRebalancingAPIUpdateRebalancingScheduleWithBody

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

ScheduledRebalancingAPIUpdateRebalancingScheduleWithBody mocks base method.

func (*MockClientInterface) UsersAPIAddUserToOrganization

func (m *MockClientInterface) UsersAPIAddUserToOrganization(ctx context.Context, organizationId string, body sdk.UsersAPIAddUserToOrganizationJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

UsersAPIAddUserToOrganization mocks base method.

func (*MockClientInterface) UsersAPIAddUserToOrganizationWithBody

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

UsersAPIAddUserToOrganizationWithBody mocks base method.

func (*MockClientInterface) UsersAPIClaimInvitation

func (m *MockClientInterface) UsersAPIClaimInvitation(ctx context.Context, invitationId string, body sdk.UsersAPIClaimInvitationJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

UsersAPIClaimInvitation mocks base method.

func (*MockClientInterface) UsersAPIClaimInvitationWithBody

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

UsersAPIClaimInvitationWithBody mocks base method.

func (*MockClientInterface) UsersAPICreateInvitations

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

UsersAPICreateInvitations mocks base method.

func (*MockClientInterface) UsersAPICreateInvitationsWithBody

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

UsersAPICreateInvitationsWithBody mocks base method.

func (*MockClientInterface) UsersAPICreateOrganization

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

UsersAPICreateOrganization mocks base method.

func (*MockClientInterface) UsersAPICreateOrganizationWithBody

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

UsersAPICreateOrganizationWithBody mocks base method.

func (*MockClientInterface) UsersAPICurrentUserProfile

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

UsersAPICurrentUserProfile mocks base method.

func (*MockClientInterface) UsersAPIDeleteInvitation

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

UsersAPIDeleteInvitation mocks base method.

func (*MockClientInterface) UsersAPIDeleteOrganization

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

UsersAPIDeleteOrganization mocks base method.

func (*MockClientInterface) UsersAPIEditOrganization

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

UsersAPIEditOrganization mocks base method.

func (*MockClientInterface) UsersAPIEditOrganizationWithBody

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

UsersAPIEditOrganizationWithBody mocks base method.

func (*MockClientInterface) UsersAPIGetOrganization

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

UsersAPIGetOrganization mocks base method.

func (*MockClientInterface) UsersAPIListInvitations

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

UsersAPIListInvitations mocks base method.

func (*MockClientInterface) UsersAPIListOrganizationUsers

func (m *MockClientInterface) UsersAPIListOrganizationUsers(ctx context.Context, organizationId string, params *sdk.UsersAPIListOrganizationUsersParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

UsersAPIListOrganizationUsers mocks base method.

func (*MockClientInterface) UsersAPIListOrganizations

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

UsersAPIListOrganizations mocks base method.

func (*MockClientInterface) UsersAPIListUserGroups

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

UsersAPIListUserGroups mocks base method.

func (*MockClientInterface) UsersAPIRemoveOrganizationUsers

func (m *MockClientInterface) UsersAPIRemoveOrganizationUsers(ctx context.Context, organizationId string, params *sdk.UsersAPIRemoveOrganizationUsersParams, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

UsersAPIRemoveOrganizationUsers mocks base method.

func (*MockClientInterface) UsersAPIRemoveUserFromOrganization

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

UsersAPIRemoveUserFromOrganization mocks base method.

func (*MockClientInterface) UsersAPIUpdateCurrentUserProfile

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

UsersAPIUpdateCurrentUserProfile mocks base method.

func (*MockClientInterface) UsersAPIUpdateCurrentUserProfileWithBody

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

UsersAPIUpdateCurrentUserProfileWithBody mocks base method.

func (*MockClientInterface) UsersAPIUpdateOrganizationUser

func (m *MockClientInterface) UsersAPIUpdateOrganizationUser(ctx context.Context, organizationId, userId string, body sdk.UsersAPIUpdateOrganizationUserJSONRequestBody, reqEditors ...sdk.RequestEditorFn) (*http.Response, error)

UsersAPIUpdateOrganizationUser mocks base method.

func (*MockClientInterface) UsersAPIUpdateOrganizationUserWithBody

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

UsersAPIUpdateOrganizationUserWithBody mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIAssignScalingPolicyWorkloads

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

WorkloadOptimizationAPIAssignScalingPolicyWorkloads mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithBody

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

WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithBody mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPICreateWorkloadScalingPolicy

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

WorkloadOptimizationAPICreateWorkloadScalingPolicy mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPICreateWorkloadScalingPolicyWithBody

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

WorkloadOptimizationAPICreateWorkloadScalingPolicyWithBody mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIDeleteWorkloadScalingPolicy

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

WorkloadOptimizationAPIDeleteWorkloadScalingPolicy mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIGetAgentStatus

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

WorkloadOptimizationAPIGetAgentStatus mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIGetInstallCmd

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

WorkloadOptimizationAPIGetInstallCmd mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIGetInstallScript

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

WorkloadOptimizationAPIGetInstallScript mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIGetWorkload

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

WorkloadOptimizationAPIGetWorkload mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIGetWorkloadScalingPolicy

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

WorkloadOptimizationAPIGetWorkloadScalingPolicy mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIGetWorkloadsSummary

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

WorkloadOptimizationAPIGetWorkloadsSummary mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIListWorkloadEvents

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

WorkloadOptimizationAPIListWorkloadEvents mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIListWorkloadScalingPolicies

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

WorkloadOptimizationAPIListWorkloadScalingPolicies mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIListWorkloads

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

WorkloadOptimizationAPIListWorkloads mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIUpdateWorkload

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

WorkloadOptimizationAPIUpdateWorkload mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIUpdateWorkloadScalingPolicy

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

WorkloadOptimizationAPIUpdateWorkloadScalingPolicy mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithBody

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

WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithBody mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIUpdateWorkloadV2

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

WorkloadOptimizationAPIUpdateWorkloadV2 mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIUpdateWorkloadV2WithBody

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

WorkloadOptimizationAPIUpdateWorkloadV2WithBody mocks base method.

func (*MockClientInterface) WorkloadOptimizationAPIUpdateWorkloadWithBody

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

WorkloadOptimizationAPIUpdateWorkloadWithBody mocks base method.

type MockClientInterfaceMockRecorder

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

MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.

func (*MockClientInterfaceMockRecorder) AuthTokenAPICreateAuthToken

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

AuthTokenAPICreateAuthToken indicates an expected call of AuthTokenAPICreateAuthToken.

func (*MockClientInterfaceMockRecorder) AuthTokenAPICreateAuthTokenWithBody

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

AuthTokenAPICreateAuthTokenWithBody indicates an expected call of AuthTokenAPICreateAuthTokenWithBody.

func (*MockClientInterfaceMockRecorder) AuthTokenAPIDeleteAuthToken

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

AuthTokenAPIDeleteAuthToken indicates an expected call of AuthTokenAPIDeleteAuthToken.

func (*MockClientInterfaceMockRecorder) AuthTokenAPIGetAuthToken

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

AuthTokenAPIGetAuthToken indicates an expected call of AuthTokenAPIGetAuthToken.

func (*MockClientInterfaceMockRecorder) AuthTokenAPIListAuthTokens

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

AuthTokenAPIListAuthTokens indicates an expected call of AuthTokenAPIListAuthTokens.

func (*MockClientInterfaceMockRecorder) AuthTokenAPIUpdateAuthToken

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

AuthTokenAPIUpdateAuthToken indicates an expected call of AuthTokenAPIUpdateAuthToken.

func (*MockClientInterfaceMockRecorder) AuthTokenAPIUpdateAuthTokenWithBody

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

AuthTokenAPIUpdateAuthTokenWithBody indicates an expected call of AuthTokenAPIUpdateAuthTokenWithBody.

func (*MockClientInterfaceMockRecorder) CommitmentsAPICreateCommitmentAssignment

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

CommitmentsAPICreateCommitmentAssignment indicates an expected call of CommitmentsAPICreateCommitmentAssignment.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIDeleteCommitment

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

CommitmentsAPIDeleteCommitment indicates an expected call of CommitmentsAPIDeleteCommitment.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIDeleteCommitmentAssignment

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

CommitmentsAPIDeleteCommitmentAssignment indicates an expected call of CommitmentsAPIDeleteCommitmentAssignment.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIGetCommitment

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

CommitmentsAPIGetCommitment indicates an expected call of CommitmentsAPIGetCommitment.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIGetCommitmentAssignments

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

CommitmentsAPIGetCommitmentAssignments indicates an expected call of CommitmentsAPIGetCommitmentAssignments.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIGetCommitments

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

CommitmentsAPIGetCommitments indicates an expected call of CommitmentsAPIGetCommitments.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIGetCommitmentsAssignments

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

CommitmentsAPIGetCommitmentsAssignments indicates an expected call of CommitmentsAPIGetCommitmentsAssignments.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIGetGCPCommitmentsImportScript

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

CommitmentsAPIGetGCPCommitmentsImportScript indicates an expected call of CommitmentsAPIGetGCPCommitmentsImportScript.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIGetGCPCommitmentsScriptTemplate

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

CommitmentsAPIGetGCPCommitmentsScriptTemplate indicates an expected call of CommitmentsAPIGetGCPCommitmentsScriptTemplate.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIImportAzureReservations

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

CommitmentsAPIImportAzureReservations indicates an expected call of CommitmentsAPIImportAzureReservations.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIImportAzureReservationsWithBody

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

CommitmentsAPIImportAzureReservationsWithBody indicates an expected call of CommitmentsAPIImportAzureReservationsWithBody.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIImportGCPCommitments

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

CommitmentsAPIImportGCPCommitments indicates an expected call of CommitmentsAPIImportGCPCommitments.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIImportGCPCommitmentsWithBody

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

CommitmentsAPIImportGCPCommitmentsWithBody indicates an expected call of CommitmentsAPIImportGCPCommitmentsWithBody.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIReplaceCommitmentAssignments

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

CommitmentsAPIReplaceCommitmentAssignments indicates an expected call of CommitmentsAPIReplaceCommitmentAssignments.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIReplaceCommitmentAssignmentsWithBody

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

CommitmentsAPIReplaceCommitmentAssignmentsWithBody indicates an expected call of CommitmentsAPIReplaceCommitmentAssignmentsWithBody.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIUpdateCommitment

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

CommitmentsAPIUpdateCommitment indicates an expected call of CommitmentsAPIUpdateCommitment.

func (*MockClientInterfaceMockRecorder) CommitmentsAPIUpdateCommitmentWithBody

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

CommitmentsAPIUpdateCommitmentWithBody indicates an expected call of CommitmentsAPIUpdateCommitmentWithBody.

func (*MockClientInterfaceMockRecorder) EvictorAPIGetAdvancedConfig

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

EvictorAPIGetAdvancedConfig indicates an expected call of EvictorAPIGetAdvancedConfig.

func (*MockClientInterfaceMockRecorder) EvictorAPIUpsertAdvancedConfig

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

EvictorAPIUpsertAdvancedConfig indicates an expected call of EvictorAPIUpsertAdvancedConfig.

func (*MockClientInterfaceMockRecorder) EvictorAPIUpsertAdvancedConfigWithBody

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

EvictorAPIUpsertAdvancedConfigWithBody indicates an expected call of EvictorAPIUpsertAdvancedConfigWithBody.

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

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

ExternalClusterAPICreateAssumeRolePrincipal indicates an expected call of ExternalClusterAPICreateAssumeRolePrincipal.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPICreateClusterToken

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

ExternalClusterAPICreateClusterToken indicates an expected call of ExternalClusterAPICreateClusterToken.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIDeleteAssumeRolePrincipal

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

ExternalClusterAPIDeleteAssumeRolePrincipal indicates an expected call of ExternalClusterAPIDeleteAssumeRolePrincipal.

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

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

ExternalClusterAPIGetAssumeRolePrincipal indicates an expected call of ExternalClusterAPIGetAssumeRolePrincipal.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIGetAssumeRoleUser

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

ExternalClusterAPIGetAssumeRoleUser indicates an expected call of ExternalClusterAPIGetAssumeRoleUser.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIGetCleanupScript

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

ExternalClusterAPIGetCleanupScript indicates an expected call of ExternalClusterAPIGetCleanupScript.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIGetCleanupScriptTemplate

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

ExternalClusterAPIGetCleanupScriptTemplate indicates an expected call of ExternalClusterAPIGetCleanupScriptTemplate.

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

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

ExternalClusterAPIGetListNodesFilters indicates an expected call of ExternalClusterAPIGetListNodesFilters.

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

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

ExternalClusterAPIHandleCloudEvent indicates an expected call of ExternalClusterAPIHandleCloudEvent.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIHandleCloudEventWithBody

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

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

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

ExternalClusterAPIUpdateCluster indicates an expected call of ExternalClusterAPIUpdateCluster.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIUpdateClusterTags

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

ExternalClusterAPIUpdateClusterTags indicates an expected call of ExternalClusterAPIUpdateClusterTags.

func (*MockClientInterfaceMockRecorder) ExternalClusterAPIUpdateClusterTagsWithBody

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

ExternalClusterAPIUpdateClusterTagsWithBody indicates an expected call of ExternalClusterAPIUpdateClusterTagsWithBody.

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

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

InventoryAPIAddReservation indicates an expected call of InventoryAPIAddReservation.

func (*MockClientInterfaceMockRecorder) InventoryAPIAddReservationWithBody

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

InventoryAPIAddReservationWithBody indicates an expected call of InventoryAPIAddReservationWithBody.

func (*MockClientInterfaceMockRecorder) InventoryAPIDeleteReservation

func (mr *MockClientInterfaceMockRecorder) InventoryAPIDeleteReservation(ctx, organizationId, reservationId interface{}, reqEditors ...interface{}) *gomock.Call

InventoryAPIDeleteReservation indicates an expected call of InventoryAPIDeleteReservation.

func (*MockClientInterfaceMockRecorder) InventoryAPIGetOrganizationReservationsBalance

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

InventoryAPIGetOrganizationReservationsBalance indicates an expected call of InventoryAPIGetOrganizationReservationsBalance.

func (*MockClientInterfaceMockRecorder) InventoryAPIGetOrganizationResourceUsage

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

InventoryAPIGetOrganizationResourceUsage indicates an expected call of InventoryAPIGetOrganizationResourceUsage.

func (*MockClientInterfaceMockRecorder) InventoryAPIGetReservations

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

InventoryAPIGetReservations indicates an expected call of InventoryAPIGetReservations.

func (*MockClientInterfaceMockRecorder) InventoryAPIGetReservationsBalance

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

InventoryAPIGetReservationsBalance indicates an expected call of InventoryAPIGetReservationsBalance.

func (*MockClientInterfaceMockRecorder) InventoryAPIOverwriteReservations

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

InventoryAPIOverwriteReservations indicates an expected call of InventoryAPIOverwriteReservations.

func (*MockClientInterfaceMockRecorder) InventoryAPIOverwriteReservationsWithBody

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

InventoryAPIOverwriteReservationsWithBody indicates an expected call of InventoryAPIOverwriteReservationsWithBody.

func (*MockClientInterfaceMockRecorder) InventoryAPISyncClusterResources

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

InventoryAPISyncClusterResources indicates an expected call of InventoryAPISyncClusterResources.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPICreateConfiguration

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

NodeConfigurationAPICreateConfiguration indicates an expected call of NodeConfigurationAPICreateConfiguration.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPICreateConfigurationWithBody

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

NodeConfigurationAPICreateConfigurationWithBody indicates an expected call of NodeConfigurationAPICreateConfigurationWithBody.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPIDeleteConfiguration

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

NodeConfigurationAPIDeleteConfiguration indicates an expected call of NodeConfigurationAPIDeleteConfiguration.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPIGetConfiguration

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

NodeConfigurationAPIGetConfiguration indicates an expected call of NodeConfigurationAPIGetConfiguration.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPIGetSuggestedConfiguration

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

NodeConfigurationAPIGetSuggestedConfiguration indicates an expected call of NodeConfigurationAPIGetSuggestedConfiguration.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPIListConfigurations

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

NodeConfigurationAPIListConfigurations indicates an expected call of NodeConfigurationAPIListConfigurations.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPIListMaxPodsPresets

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

NodeConfigurationAPIListMaxPodsPresets indicates an expected call of NodeConfigurationAPIListMaxPodsPresets.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPISetDefault

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

NodeConfigurationAPISetDefault indicates an expected call of NodeConfigurationAPISetDefault.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPIUpdateConfiguration

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

NodeConfigurationAPIUpdateConfiguration indicates an expected call of NodeConfigurationAPIUpdateConfiguration.

func (*MockClientInterfaceMockRecorder) NodeConfigurationAPIUpdateConfigurationWithBody

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

NodeConfigurationAPIUpdateConfigurationWithBody indicates an expected call of NodeConfigurationAPIUpdateConfigurationWithBody.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPICreateNodeTemplate

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

NodeTemplatesAPICreateNodeTemplate indicates an expected call of NodeTemplatesAPICreateNodeTemplate.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPICreateNodeTemplateWithBody

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

NodeTemplatesAPICreateNodeTemplateWithBody indicates an expected call of NodeTemplatesAPICreateNodeTemplateWithBody.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPIDeleteNodeTemplate

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

NodeTemplatesAPIDeleteNodeTemplate indicates an expected call of NodeTemplatesAPIDeleteNodeTemplate.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPIFilterInstanceTypes

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

NodeTemplatesAPIFilterInstanceTypes indicates an expected call of NodeTemplatesAPIFilterInstanceTypes.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPIFilterInstanceTypesWithBody

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

NodeTemplatesAPIFilterInstanceTypesWithBody indicates an expected call of NodeTemplatesAPIFilterInstanceTypesWithBody.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPIGenerateNodeTemplates

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

NodeTemplatesAPIGenerateNodeTemplates indicates an expected call of NodeTemplatesAPIGenerateNodeTemplates.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPIListNodeTemplates

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

NodeTemplatesAPIListNodeTemplates indicates an expected call of NodeTemplatesAPIListNodeTemplates.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPIUpdateNodeTemplate

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

NodeTemplatesAPIUpdateNodeTemplate indicates an expected call of NodeTemplatesAPIUpdateNodeTemplate.

func (*MockClientInterfaceMockRecorder) NodeTemplatesAPIUpdateNodeTemplateWithBody

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

NodeTemplatesAPIUpdateNodeTemplateWithBody indicates an expected call of NodeTemplatesAPIUpdateNodeTemplateWithBody.

func (*MockClientInterfaceMockRecorder) OperationsAPIGetOperation

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

OperationsAPIGetOperation indicates an expected call of OperationsAPIGetOperation.

func (*MockClientInterfaceMockRecorder) PoliciesAPIGetClusterNodeConstraints

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

PoliciesAPIGetClusterNodeConstraints indicates an expected call of PoliciesAPIGetClusterNodeConstraints.

func (*MockClientInterfaceMockRecorder) PoliciesAPIGetClusterPolicies

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

PoliciesAPIGetClusterPolicies indicates an expected call of PoliciesAPIGetClusterPolicies.

func (*MockClientInterfaceMockRecorder) PoliciesAPIUpsertClusterPolicies

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

PoliciesAPIUpsertClusterPolicies indicates an expected call of PoliciesAPIUpsertClusterPolicies.

func (*MockClientInterfaceMockRecorder) PoliciesAPIUpsertClusterPoliciesWithBody

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

PoliciesAPIUpsertClusterPoliciesWithBody indicates an expected call of PoliciesAPIUpsertClusterPoliciesWithBody.

func (*MockClientInterfaceMockRecorder) SSOAPICreateSSOConnection

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

SSOAPICreateSSOConnection indicates an expected call of SSOAPICreateSSOConnection.

func (*MockClientInterfaceMockRecorder) SSOAPICreateSSOConnectionWithBody

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

SSOAPICreateSSOConnectionWithBody indicates an expected call of SSOAPICreateSSOConnectionWithBody.

func (*MockClientInterfaceMockRecorder) SSOAPIDeleteSSOConnection

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

SSOAPIDeleteSSOConnection indicates an expected call of SSOAPIDeleteSSOConnection.

func (*MockClientInterfaceMockRecorder) SSOAPIGetSSOConnection

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

SSOAPIGetSSOConnection indicates an expected call of SSOAPIGetSSOConnection.

func (*MockClientInterfaceMockRecorder) SSOAPIListSSOConnections

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

SSOAPIListSSOConnections indicates an expected call of SSOAPIListSSOConnections.

func (*MockClientInterfaceMockRecorder) SSOAPIUpdateSSOConnection

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

SSOAPIUpdateSSOConnection indicates an expected call of SSOAPIUpdateSSOConnection.

func (*MockClientInterfaceMockRecorder) SSOAPIUpdateSSOConnectionWithBody

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

SSOAPIUpdateSSOConnectionWithBody indicates an expected call of SSOAPIUpdateSSOConnectionWithBody.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPICreateRebalancingJob

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

ScheduledRebalancingAPICreateRebalancingJob indicates an expected call of ScheduledRebalancingAPICreateRebalancingJob.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPICreateRebalancingJobWithBody

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

ScheduledRebalancingAPICreateRebalancingJobWithBody indicates an expected call of ScheduledRebalancingAPICreateRebalancingJobWithBody.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPICreateRebalancingSchedule

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

ScheduledRebalancingAPICreateRebalancingSchedule indicates an expected call of ScheduledRebalancingAPICreateRebalancingSchedule.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPICreateRebalancingScheduleWithBody

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

ScheduledRebalancingAPICreateRebalancingScheduleWithBody indicates an expected call of ScheduledRebalancingAPICreateRebalancingScheduleWithBody.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPIDeleteRebalancingJob

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

ScheduledRebalancingAPIDeleteRebalancingJob indicates an expected call of ScheduledRebalancingAPIDeleteRebalancingJob.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPIDeleteRebalancingSchedule

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

ScheduledRebalancingAPIDeleteRebalancingSchedule indicates an expected call of ScheduledRebalancingAPIDeleteRebalancingSchedule.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPIGetRebalancingJob

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

ScheduledRebalancingAPIGetRebalancingJob indicates an expected call of ScheduledRebalancingAPIGetRebalancingJob.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPIGetRebalancingSchedule

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

ScheduledRebalancingAPIGetRebalancingSchedule indicates an expected call of ScheduledRebalancingAPIGetRebalancingSchedule.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPIListAvailableRebalancingTZ

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

ScheduledRebalancingAPIListAvailableRebalancingTZ indicates an expected call of ScheduledRebalancingAPIListAvailableRebalancingTZ.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPIListRebalancingJobs

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

ScheduledRebalancingAPIListRebalancingJobs indicates an expected call of ScheduledRebalancingAPIListRebalancingJobs.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPIListRebalancingSchedules

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

ScheduledRebalancingAPIListRebalancingSchedules indicates an expected call of ScheduledRebalancingAPIListRebalancingSchedules.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPIPreviewRebalancingSchedule

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

ScheduledRebalancingAPIPreviewRebalancingSchedule indicates an expected call of ScheduledRebalancingAPIPreviewRebalancingSchedule.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPIPreviewRebalancingScheduleWithBody

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

ScheduledRebalancingAPIPreviewRebalancingScheduleWithBody indicates an expected call of ScheduledRebalancingAPIPreviewRebalancingScheduleWithBody.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPIUpdateRebalancingJob

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

ScheduledRebalancingAPIUpdateRebalancingJob indicates an expected call of ScheduledRebalancingAPIUpdateRebalancingJob.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPIUpdateRebalancingJobWithBody

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

ScheduledRebalancingAPIUpdateRebalancingJobWithBody indicates an expected call of ScheduledRebalancingAPIUpdateRebalancingJobWithBody.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPIUpdateRebalancingSchedule

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

ScheduledRebalancingAPIUpdateRebalancingSchedule indicates an expected call of ScheduledRebalancingAPIUpdateRebalancingSchedule.

func (*MockClientInterfaceMockRecorder) ScheduledRebalancingAPIUpdateRebalancingScheduleWithBody

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

ScheduledRebalancingAPIUpdateRebalancingScheduleWithBody indicates an expected call of ScheduledRebalancingAPIUpdateRebalancingScheduleWithBody.

func (*MockClientInterfaceMockRecorder) UsersAPIAddUserToOrganization

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

UsersAPIAddUserToOrganization indicates an expected call of UsersAPIAddUserToOrganization.

func (*MockClientInterfaceMockRecorder) UsersAPIAddUserToOrganizationWithBody

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

UsersAPIAddUserToOrganizationWithBody indicates an expected call of UsersAPIAddUserToOrganizationWithBody.

func (*MockClientInterfaceMockRecorder) UsersAPIClaimInvitation

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

UsersAPIClaimInvitation indicates an expected call of UsersAPIClaimInvitation.

func (*MockClientInterfaceMockRecorder) UsersAPIClaimInvitationWithBody

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

UsersAPIClaimInvitationWithBody indicates an expected call of UsersAPIClaimInvitationWithBody.

func (*MockClientInterfaceMockRecorder) UsersAPICreateInvitations

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

UsersAPICreateInvitations indicates an expected call of UsersAPICreateInvitations.

func (*MockClientInterfaceMockRecorder) UsersAPICreateInvitationsWithBody

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

UsersAPICreateInvitationsWithBody indicates an expected call of UsersAPICreateInvitationsWithBody.

func (*MockClientInterfaceMockRecorder) UsersAPICreateOrganization

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

UsersAPICreateOrganization indicates an expected call of UsersAPICreateOrganization.

func (*MockClientInterfaceMockRecorder) UsersAPICreateOrganizationWithBody

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

UsersAPICreateOrganizationWithBody indicates an expected call of UsersAPICreateOrganizationWithBody.

func (*MockClientInterfaceMockRecorder) UsersAPICurrentUserProfile

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

UsersAPICurrentUserProfile indicates an expected call of UsersAPICurrentUserProfile.

func (*MockClientInterfaceMockRecorder) UsersAPIDeleteInvitation

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

UsersAPIDeleteInvitation indicates an expected call of UsersAPIDeleteInvitation.

func (*MockClientInterfaceMockRecorder) UsersAPIDeleteOrganization

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

UsersAPIDeleteOrganization indicates an expected call of UsersAPIDeleteOrganization.

func (*MockClientInterfaceMockRecorder) UsersAPIEditOrganization

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

UsersAPIEditOrganization indicates an expected call of UsersAPIEditOrganization.

func (*MockClientInterfaceMockRecorder) UsersAPIEditOrganizationWithBody

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

UsersAPIEditOrganizationWithBody indicates an expected call of UsersAPIEditOrganizationWithBody.

func (*MockClientInterfaceMockRecorder) UsersAPIGetOrganization

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

UsersAPIGetOrganization indicates an expected call of UsersAPIGetOrganization.

func (*MockClientInterfaceMockRecorder) UsersAPIListInvitations

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

UsersAPIListInvitations indicates an expected call of UsersAPIListInvitations.

func (*MockClientInterfaceMockRecorder) UsersAPIListOrganizationUsers

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

UsersAPIListOrganizationUsers indicates an expected call of UsersAPIListOrganizationUsers.

func (*MockClientInterfaceMockRecorder) UsersAPIListOrganizations

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

UsersAPIListOrganizations indicates an expected call of UsersAPIListOrganizations.

func (*MockClientInterfaceMockRecorder) UsersAPIListUserGroups

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

UsersAPIListUserGroups indicates an expected call of UsersAPIListUserGroups.

func (*MockClientInterfaceMockRecorder) UsersAPIRemoveOrganizationUsers

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

UsersAPIRemoveOrganizationUsers indicates an expected call of UsersAPIRemoveOrganizationUsers.

func (*MockClientInterfaceMockRecorder) UsersAPIRemoveUserFromOrganization

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

UsersAPIRemoveUserFromOrganization indicates an expected call of UsersAPIRemoveUserFromOrganization.

func (*MockClientInterfaceMockRecorder) UsersAPIUpdateCurrentUserProfile

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

UsersAPIUpdateCurrentUserProfile indicates an expected call of UsersAPIUpdateCurrentUserProfile.

func (*MockClientInterfaceMockRecorder) UsersAPIUpdateCurrentUserProfileWithBody

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

UsersAPIUpdateCurrentUserProfileWithBody indicates an expected call of UsersAPIUpdateCurrentUserProfileWithBody.

func (*MockClientInterfaceMockRecorder) UsersAPIUpdateOrganizationUser

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

UsersAPIUpdateOrganizationUser indicates an expected call of UsersAPIUpdateOrganizationUser.

func (*MockClientInterfaceMockRecorder) UsersAPIUpdateOrganizationUserWithBody

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

UsersAPIUpdateOrganizationUserWithBody indicates an expected call of UsersAPIUpdateOrganizationUserWithBody.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIAssignScalingPolicyWorkloads

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

WorkloadOptimizationAPIAssignScalingPolicyWorkloads indicates an expected call of WorkloadOptimizationAPIAssignScalingPolicyWorkloads.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithBody

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

WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithBody indicates an expected call of WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithBody.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPICreateWorkloadScalingPolicy

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

WorkloadOptimizationAPICreateWorkloadScalingPolicy indicates an expected call of WorkloadOptimizationAPICreateWorkloadScalingPolicy.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPICreateWorkloadScalingPolicyWithBody

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

WorkloadOptimizationAPICreateWorkloadScalingPolicyWithBody indicates an expected call of WorkloadOptimizationAPICreateWorkloadScalingPolicyWithBody.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIDeleteWorkloadScalingPolicy

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

WorkloadOptimizationAPIDeleteWorkloadScalingPolicy indicates an expected call of WorkloadOptimizationAPIDeleteWorkloadScalingPolicy.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIGetAgentStatus

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

WorkloadOptimizationAPIGetAgentStatus indicates an expected call of WorkloadOptimizationAPIGetAgentStatus.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIGetInstallCmd

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

WorkloadOptimizationAPIGetInstallCmd indicates an expected call of WorkloadOptimizationAPIGetInstallCmd.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIGetInstallScript

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

WorkloadOptimizationAPIGetInstallScript indicates an expected call of WorkloadOptimizationAPIGetInstallScript.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIGetWorkload

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

WorkloadOptimizationAPIGetWorkload indicates an expected call of WorkloadOptimizationAPIGetWorkload.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIGetWorkloadScalingPolicy

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

WorkloadOptimizationAPIGetWorkloadScalingPolicy indicates an expected call of WorkloadOptimizationAPIGetWorkloadScalingPolicy.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIGetWorkloadsSummary

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

WorkloadOptimizationAPIGetWorkloadsSummary indicates an expected call of WorkloadOptimizationAPIGetWorkloadsSummary.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIListWorkloadEvents

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

WorkloadOptimizationAPIListWorkloadEvents indicates an expected call of WorkloadOptimizationAPIListWorkloadEvents.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIListWorkloadScalingPolicies

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

WorkloadOptimizationAPIListWorkloadScalingPolicies indicates an expected call of WorkloadOptimizationAPIListWorkloadScalingPolicies.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIListWorkloads

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

WorkloadOptimizationAPIListWorkloads indicates an expected call of WorkloadOptimizationAPIListWorkloads.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIUpdateWorkload

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

WorkloadOptimizationAPIUpdateWorkload indicates an expected call of WorkloadOptimizationAPIUpdateWorkload.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIUpdateWorkloadScalingPolicy

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

WorkloadOptimizationAPIUpdateWorkloadScalingPolicy indicates an expected call of WorkloadOptimizationAPIUpdateWorkloadScalingPolicy.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithBody

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

WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithBody indicates an expected call of WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithBody.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIUpdateWorkloadV2

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

WorkloadOptimizationAPIUpdateWorkloadV2 indicates an expected call of WorkloadOptimizationAPIUpdateWorkloadV2.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIUpdateWorkloadV2WithBody

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

WorkloadOptimizationAPIUpdateWorkloadV2WithBody indicates an expected call of WorkloadOptimizationAPIUpdateWorkloadV2WithBody.

func (*MockClientInterfaceMockRecorder) WorkloadOptimizationAPIUpdateWorkloadWithBody

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

WorkloadOptimizationAPIUpdateWorkloadWithBody indicates an expected call of WorkloadOptimizationAPIUpdateWorkloadWithBody.

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

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

AuthTokenAPICreateAuthTokenWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) AuthTokenAPICreateAuthTokenWithResponse

AuthTokenAPICreateAuthTokenWithResponse mocks base method.

func (*MockClientWithResponsesInterface) AuthTokenAPIDeleteAuthTokenWithResponse

func (m *MockClientWithResponsesInterface) AuthTokenAPIDeleteAuthTokenWithResponse(ctx context.Context, id string) (*sdk.AuthTokenAPIDeleteAuthTokenResponse, error)

AuthTokenAPIDeleteAuthTokenWithResponse mocks base method.

func (*MockClientWithResponsesInterface) AuthTokenAPIGetAuthTokenWithResponse

func (m *MockClientWithResponsesInterface) AuthTokenAPIGetAuthTokenWithResponse(ctx context.Context, id string) (*sdk.AuthTokenAPIGetAuthTokenResponse, error)

AuthTokenAPIGetAuthTokenWithResponse mocks base method.

func (*MockClientWithResponsesInterface) AuthTokenAPIListAuthTokensWithResponse

AuthTokenAPIListAuthTokensWithResponse mocks base method.

func (*MockClientWithResponsesInterface) AuthTokenAPIUpdateAuthTokenWithBodyWithResponse

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

AuthTokenAPIUpdateAuthTokenWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) AuthTokenAPIUpdateAuthTokenWithResponse

AuthTokenAPIUpdateAuthTokenWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPICreateCommitmentAssignmentWithResponse

CommitmentsAPICreateCommitmentAssignmentWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIDeleteCommitmentAssignmentWithResponse

func (m *MockClientWithResponsesInterface) CommitmentsAPIDeleteCommitmentAssignmentWithResponse(ctx context.Context, assignmentId string) (*sdk.CommitmentsAPIDeleteCommitmentAssignmentResponse, error)

CommitmentsAPIDeleteCommitmentAssignmentWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIDeleteCommitmentWithResponse

func (m *MockClientWithResponsesInterface) CommitmentsAPIDeleteCommitmentWithResponse(ctx context.Context, commitmentId string) (*sdk.CommitmentsAPIDeleteCommitmentResponse, error)

CommitmentsAPIDeleteCommitmentWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIGetCommitmentAssignmentsWithResponse

func (m *MockClientWithResponsesInterface) CommitmentsAPIGetCommitmentAssignmentsWithResponse(ctx context.Context, commitmentId string) (*sdk.CommitmentsAPIGetCommitmentAssignmentsResponse, error)

CommitmentsAPIGetCommitmentAssignmentsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIGetCommitmentWithResponse

func (m *MockClientWithResponsesInterface) CommitmentsAPIGetCommitmentWithResponse(ctx context.Context, commitmentId string, params *sdk.CommitmentsAPIGetCommitmentParams) (*sdk.CommitmentsAPIGetCommitmentResponse, error)

CommitmentsAPIGetCommitmentWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIGetCommitmentsAssignmentsWithResponse

func (m *MockClientWithResponsesInterface) CommitmentsAPIGetCommitmentsAssignmentsWithResponse(ctx context.Context) (*sdk.CommitmentsAPIGetCommitmentsAssignmentsResponse, error)

CommitmentsAPIGetCommitmentsAssignmentsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIGetCommitmentsWithResponse

CommitmentsAPIGetCommitmentsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIGetGCPCommitmentsImportScriptWithResponse

CommitmentsAPIGetGCPCommitmentsImportScriptWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIGetGCPCommitmentsScriptTemplateWithResponse

func (m *MockClientWithResponsesInterface) CommitmentsAPIGetGCPCommitmentsScriptTemplateWithResponse(ctx context.Context) (*sdk.CommitmentsAPIGetGCPCommitmentsScriptTemplateResponse, error)

CommitmentsAPIGetGCPCommitmentsScriptTemplateWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIImportAzureReservationsWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CommitmentsAPIImportAzureReservationsWithBodyWithResponse(ctx context.Context, params *sdk.CommitmentsAPIImportAzureReservationsParams, contentType string, body io.Reader) (*sdk.CommitmentsAPIImportAzureReservationsResponse, error)

CommitmentsAPIImportAzureReservationsWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIImportAzureReservationsWithResponse

CommitmentsAPIImportAzureReservationsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIImportGCPCommitmentsWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CommitmentsAPIImportGCPCommitmentsWithBodyWithResponse(ctx context.Context, params *sdk.CommitmentsAPIImportGCPCommitmentsParams, contentType string, body io.Reader) (*sdk.CommitmentsAPIImportGCPCommitmentsResponse, error)

CommitmentsAPIImportGCPCommitmentsWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIImportGCPCommitmentsWithResponse

CommitmentsAPIImportGCPCommitmentsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIReplaceCommitmentAssignmentsWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CommitmentsAPIReplaceCommitmentAssignmentsWithBodyWithResponse(ctx context.Context, commitmentId, contentType string, body io.Reader) (*sdk.CommitmentsAPIReplaceCommitmentAssignmentsResponse, error)

CommitmentsAPIReplaceCommitmentAssignmentsWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIReplaceCommitmentAssignmentsWithResponse

CommitmentsAPIReplaceCommitmentAssignmentsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIUpdateCommitmentWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CommitmentsAPIUpdateCommitmentWithBodyWithResponse(ctx context.Context, commitmentId, contentType string, body io.Reader) (*sdk.CommitmentsAPIUpdateCommitmentResponse, error)

CommitmentsAPIUpdateCommitmentWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CommitmentsAPIUpdateCommitmentWithResponse

CommitmentsAPIUpdateCommitmentWithResponse mocks base method.

func (*MockClientWithResponsesInterface) EXPECT

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

func (*MockClientWithResponsesInterface) EvictorAPIGetAdvancedConfigWithResponse

func (m *MockClientWithResponsesInterface) EvictorAPIGetAdvancedConfigWithResponse(ctx context.Context, clusterId string) (*sdk.EvictorAPIGetAdvancedConfigResponse, error)

EvictorAPIGetAdvancedConfigWithResponse mocks base method.

func (*MockClientWithResponsesInterface) EvictorAPIUpsertAdvancedConfigWithBodyWithResponse

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

EvictorAPIUpsertAdvancedConfigWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) EvictorAPIUpsertAdvancedConfigWithResponse

EvictorAPIUpsertAdvancedConfigWithResponse 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) ExternalClusterAPICreateAssumeRolePrincipalWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPICreateAssumeRolePrincipalWithResponse(ctx context.Context, clusterId string) (*sdk.ExternalClusterAPICreateAssumeRolePrincipalResponse, error)

ExternalClusterAPICreateAssumeRolePrincipalWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPICreateClusterTokenWithResponse

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

ExternalClusterAPICreateClusterTokenWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIDeleteAssumeRolePrincipalWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIDeleteAssumeRolePrincipalWithResponse(ctx context.Context, clusterId string) (*sdk.ExternalClusterAPIDeleteAssumeRolePrincipalResponse, error)

ExternalClusterAPIDeleteAssumeRolePrincipalWithResponse 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) ExternalClusterAPIGetAssumeRolePrincipalWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIGetAssumeRolePrincipalWithResponse(ctx context.Context, clusterId string) (*sdk.ExternalClusterAPIGetAssumeRolePrincipalResponse, error)

ExternalClusterAPIGetAssumeRolePrincipalWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIGetAssumeRoleUserWithResponse

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

ExternalClusterAPIGetAssumeRoleUserWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIGetCleanupScriptTemplateWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIGetCleanupScriptTemplateWithResponse(ctx context.Context, provider string) (*sdk.ExternalClusterAPIGetCleanupScriptTemplateResponse, error)

ExternalClusterAPIGetCleanupScriptTemplateWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIGetCleanupScriptWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIGetCleanupScriptWithResponse(ctx context.Context, clusterId string) (*sdk.ExternalClusterAPIGetCleanupScriptResponse, error)

ExternalClusterAPIGetCleanupScriptWithResponse 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) ExternalClusterAPIGetListNodesFiltersWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIGetListNodesFiltersWithResponse(ctx context.Context) (*sdk.ExternalClusterAPIGetListNodesFiltersResponse, error)

ExternalClusterAPIGetListNodesFiltersWithResponse 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

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

ExternalClusterAPIHandleCloudEventWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIHandleCloudEventWithResponse

ExternalClusterAPIHandleCloudEventWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIListClustersWithResponse

func (m *MockClientWithResponsesInterface) ExternalClusterAPIListClustersWithResponse(ctx context.Context) (*sdk.ExternalClusterAPIListClustersResponse, error)

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

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

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

ExternalClusterAPIUpdateClusterTagsWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ExternalClusterAPIUpdateClusterTagsWithResponse

ExternalClusterAPIUpdateClusterTagsWithResponse 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) InventoryAPIAddReservationWithBodyWithResponse

func (m *MockClientWithResponsesInterface) InventoryAPIAddReservationWithBodyWithResponse(ctx context.Context, organizationId, contentType string, body io.Reader) (*sdk.InventoryAPIAddReservationResponse, error)

InventoryAPIAddReservationWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryAPIAddReservationWithResponse

InventoryAPIAddReservationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryAPIDeleteReservationWithResponse

func (m *MockClientWithResponsesInterface) InventoryAPIDeleteReservationWithResponse(ctx context.Context, organizationId, reservationId string) (*sdk.InventoryAPIDeleteReservationResponse, error)

InventoryAPIDeleteReservationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryAPIGetOrganizationReservationsBalanceWithResponse

func (m *MockClientWithResponsesInterface) InventoryAPIGetOrganizationReservationsBalanceWithResponse(ctx context.Context) (*sdk.InventoryAPIGetOrganizationReservationsBalanceResponse, error)

InventoryAPIGetOrganizationReservationsBalanceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryAPIGetOrganizationResourceUsageWithResponse

func (m *MockClientWithResponsesInterface) InventoryAPIGetOrganizationResourceUsageWithResponse(ctx context.Context) (*sdk.InventoryAPIGetOrganizationResourceUsageResponse, error)

InventoryAPIGetOrganizationResourceUsageWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryAPIGetReservationsBalanceWithResponse

func (m *MockClientWithResponsesInterface) InventoryAPIGetReservationsBalanceWithResponse(ctx context.Context, organizationId string) (*sdk.InventoryAPIGetReservationsBalanceResponse, error)

InventoryAPIGetReservationsBalanceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryAPIGetReservationsWithResponse

func (m *MockClientWithResponsesInterface) InventoryAPIGetReservationsWithResponse(ctx context.Context, organizationId string) (*sdk.InventoryAPIGetReservationsResponse, error)

InventoryAPIGetReservationsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryAPIOverwriteReservationsWithBodyWithResponse

func (m *MockClientWithResponsesInterface) InventoryAPIOverwriteReservationsWithBodyWithResponse(ctx context.Context, organizationId, contentType string, body io.Reader) (*sdk.InventoryAPIOverwriteReservationsResponse, error)

InventoryAPIOverwriteReservationsWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryAPIOverwriteReservationsWithResponse

InventoryAPIOverwriteReservationsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) InventoryAPISyncClusterResourcesWithResponse

func (m *MockClientWithResponsesInterface) InventoryAPISyncClusterResourcesWithResponse(ctx context.Context, organizationId, clusterId string) (*sdk.InventoryAPISyncClusterResourcesResponse, error)

InventoryAPISyncClusterResourcesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPICreateConfigurationWithBodyWithResponse

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

NodeConfigurationAPICreateConfigurationWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPICreateConfigurationWithResponse

NodeConfigurationAPICreateConfigurationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPIDeleteConfigurationWithResponse

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

NodeConfigurationAPIDeleteConfigurationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPIGetConfigurationWithResponse

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

NodeConfigurationAPIGetConfigurationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPIGetSuggestedConfigurationWithResponse

func (m *MockClientWithResponsesInterface) NodeConfigurationAPIGetSuggestedConfigurationWithResponse(ctx context.Context, clusterId string) (*sdk.NodeConfigurationAPIGetSuggestedConfigurationResponse, error)

NodeConfigurationAPIGetSuggestedConfigurationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPIListConfigurationsWithResponse

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

NodeConfigurationAPIListConfigurationsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPIListMaxPodsPresetsWithResponse

func (m *MockClientWithResponsesInterface) NodeConfigurationAPIListMaxPodsPresetsWithResponse(ctx context.Context) (*sdk.NodeConfigurationAPIListMaxPodsPresetsResponse, error)

NodeConfigurationAPIListMaxPodsPresetsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPISetDefaultWithResponse

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

NodeConfigurationAPISetDefaultWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPIUpdateConfigurationWithBodyWithResponse

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

NodeConfigurationAPIUpdateConfigurationWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeConfigurationAPIUpdateConfigurationWithResponse

NodeConfigurationAPIUpdateConfigurationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPICreateNodeTemplateWithBodyWithResponse

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

NodeTemplatesAPICreateNodeTemplateWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPICreateNodeTemplateWithResponse

NodeTemplatesAPICreateNodeTemplateWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPIDeleteNodeTemplateWithResponse

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

NodeTemplatesAPIDeleteNodeTemplateWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPIFilterInstanceTypesWithBodyWithResponse

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

NodeTemplatesAPIFilterInstanceTypesWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPIFilterInstanceTypesWithResponse

NodeTemplatesAPIFilterInstanceTypesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPIGenerateNodeTemplatesWithResponse

func (m *MockClientWithResponsesInterface) NodeTemplatesAPIGenerateNodeTemplatesWithResponse(ctx context.Context, clusterId string) (*sdk.NodeTemplatesAPIGenerateNodeTemplatesResponse, error)

NodeTemplatesAPIGenerateNodeTemplatesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPIListNodeTemplatesWithResponse

NodeTemplatesAPIListNodeTemplatesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPIUpdateNodeTemplateWithBodyWithResponse

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

NodeTemplatesAPIUpdateNodeTemplateWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) NodeTemplatesAPIUpdateNodeTemplateWithResponse

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

NodeTemplatesAPIUpdateNodeTemplateWithResponse mocks base method.

func (*MockClientWithResponsesInterface) OperationsAPIGetOperationWithResponse

func (m *MockClientWithResponsesInterface) OperationsAPIGetOperationWithResponse(ctx context.Context, id string) (*sdk.OperationsAPIGetOperationResponse, error)

OperationsAPIGetOperationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PoliciesAPIGetClusterNodeConstraintsWithResponse

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

PoliciesAPIGetClusterNodeConstraintsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PoliciesAPIGetClusterPoliciesWithResponse

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

PoliciesAPIGetClusterPoliciesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PoliciesAPIUpsertClusterPoliciesWithBodyWithResponse

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

PoliciesAPIUpsertClusterPoliciesWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PoliciesAPIUpsertClusterPoliciesWithResponse

PoliciesAPIUpsertClusterPoliciesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SSOAPICreateSSOConnectionWithBodyWithResponse

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

SSOAPICreateSSOConnectionWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SSOAPICreateSSOConnectionWithResponse

SSOAPICreateSSOConnectionWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SSOAPIDeleteSSOConnectionWithResponse

func (m *MockClientWithResponsesInterface) SSOAPIDeleteSSOConnectionWithResponse(ctx context.Context, id string) (*sdk.SSOAPIDeleteSSOConnectionResponse, error)

SSOAPIDeleteSSOConnectionWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SSOAPIGetSSOConnectionWithResponse

func (m *MockClientWithResponsesInterface) SSOAPIGetSSOConnectionWithResponse(ctx context.Context, id string) (*sdk.SSOAPIGetSSOConnectionResponse, error)

SSOAPIGetSSOConnectionWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SSOAPIListSSOConnectionsWithResponse

func (m *MockClientWithResponsesInterface) SSOAPIListSSOConnectionsWithResponse(ctx context.Context) (*sdk.SSOAPIListSSOConnectionsResponse, error)

SSOAPIListSSOConnectionsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SSOAPIUpdateSSOConnectionWithBodyWithResponse

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

SSOAPIUpdateSSOConnectionWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SSOAPIUpdateSSOConnectionWithResponse

SSOAPIUpdateSSOConnectionWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPICreateRebalancingJobWithBodyWithResponse

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

ScheduledRebalancingAPICreateRebalancingJobWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPICreateRebalancingJobWithResponse

ScheduledRebalancingAPICreateRebalancingJobWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPICreateRebalancingScheduleWithBodyWithResponse

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

ScheduledRebalancingAPICreateRebalancingScheduleWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPICreateRebalancingScheduleWithResponse

ScheduledRebalancingAPICreateRebalancingScheduleWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPIDeleteRebalancingJobWithResponse

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

ScheduledRebalancingAPIDeleteRebalancingJobWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPIDeleteRebalancingScheduleWithResponse

func (m *MockClientWithResponsesInterface) ScheduledRebalancingAPIDeleteRebalancingScheduleWithResponse(ctx context.Context, id string) (*sdk.ScheduledRebalancingAPIDeleteRebalancingScheduleResponse, error)

ScheduledRebalancingAPIDeleteRebalancingScheduleWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPIGetRebalancingJobWithResponse

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

ScheduledRebalancingAPIGetRebalancingJobWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPIGetRebalancingScheduleWithResponse

func (m *MockClientWithResponsesInterface) ScheduledRebalancingAPIGetRebalancingScheduleWithResponse(ctx context.Context, id string) (*sdk.ScheduledRebalancingAPIGetRebalancingScheduleResponse, error)

ScheduledRebalancingAPIGetRebalancingScheduleWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPIListAvailableRebalancingTZWithResponse

func (m *MockClientWithResponsesInterface) ScheduledRebalancingAPIListAvailableRebalancingTZWithResponse(ctx context.Context) (*sdk.ScheduledRebalancingAPIListAvailableRebalancingTZResponse, error)

ScheduledRebalancingAPIListAvailableRebalancingTZWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPIListRebalancingJobsWithResponse

ScheduledRebalancingAPIListRebalancingJobsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPIListRebalancingSchedulesWithResponse

func (m *MockClientWithResponsesInterface) ScheduledRebalancingAPIListRebalancingSchedulesWithResponse(ctx context.Context) (*sdk.ScheduledRebalancingAPIListRebalancingSchedulesResponse, error)

ScheduledRebalancingAPIListRebalancingSchedulesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPIPreviewRebalancingScheduleWithBodyWithResponse

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

ScheduledRebalancingAPIPreviewRebalancingScheduleWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPIPreviewRebalancingScheduleWithResponse

ScheduledRebalancingAPIPreviewRebalancingScheduleWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPIUpdateRebalancingJobWithBodyWithResponse

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

ScheduledRebalancingAPIUpdateRebalancingJobWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPIUpdateRebalancingJobWithResponse

ScheduledRebalancingAPIUpdateRebalancingJobWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPIUpdateRebalancingScheduleWithBodyWithResponse

func (m *MockClientWithResponsesInterface) ScheduledRebalancingAPIUpdateRebalancingScheduleWithBodyWithResponse(ctx context.Context, params *sdk.ScheduledRebalancingAPIUpdateRebalancingScheduleParams, contentType string, body io.Reader) (*sdk.ScheduledRebalancingAPIUpdateRebalancingScheduleResponse, error)

ScheduledRebalancingAPIUpdateRebalancingScheduleWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ScheduledRebalancingAPIUpdateRebalancingScheduleWithResponse

ScheduledRebalancingAPIUpdateRebalancingScheduleWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIAddUserToOrganizationWithBodyWithResponse

func (m *MockClientWithResponsesInterface) UsersAPIAddUserToOrganizationWithBodyWithResponse(ctx context.Context, organizationId, contentType string, body io.Reader) (*sdk.UsersAPIAddUserToOrganizationResponse, error)

UsersAPIAddUserToOrganizationWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIAddUserToOrganizationWithResponse

UsersAPIAddUserToOrganizationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIClaimInvitationWithBodyWithResponse

func (m *MockClientWithResponsesInterface) UsersAPIClaimInvitationWithBodyWithResponse(ctx context.Context, invitationId, contentType string, body io.Reader) (*sdk.UsersAPIClaimInvitationResponse, error)

UsersAPIClaimInvitationWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIClaimInvitationWithResponse

UsersAPIClaimInvitationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPICreateInvitationsWithBodyWithResponse

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

UsersAPICreateInvitationsWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPICreateInvitationsWithResponse

UsersAPICreateInvitationsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPICreateOrganizationWithBodyWithResponse

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

UsersAPICreateOrganizationWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPICreateOrganizationWithResponse

UsersAPICreateOrganizationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPICurrentUserProfileWithResponse

func (m *MockClientWithResponsesInterface) UsersAPICurrentUserProfileWithResponse(ctx context.Context) (*sdk.UsersAPICurrentUserProfileResponse, error)

UsersAPICurrentUserProfileWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIDeleteInvitationWithResponse

func (m *MockClientWithResponsesInterface) UsersAPIDeleteInvitationWithResponse(ctx context.Context, id string) (*sdk.UsersAPIDeleteInvitationResponse, error)

UsersAPIDeleteInvitationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIDeleteOrganizationWithResponse

func (m *MockClientWithResponsesInterface) UsersAPIDeleteOrganizationWithResponse(ctx context.Context, id string) (*sdk.UsersAPIDeleteOrganizationResponse, error)

UsersAPIDeleteOrganizationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIEditOrganizationWithBodyWithResponse

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

UsersAPIEditOrganizationWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIEditOrganizationWithResponse

UsersAPIEditOrganizationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIGetOrganizationWithResponse

func (m *MockClientWithResponsesInterface) UsersAPIGetOrganizationWithResponse(ctx context.Context, id string) (*sdk.UsersAPIGetOrganizationResponse, error)

UsersAPIGetOrganizationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIListInvitationsWithResponse

UsersAPIListInvitationsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIListOrganizationUsersWithResponse

func (m *MockClientWithResponsesInterface) UsersAPIListOrganizationUsersWithResponse(ctx context.Context, organizationId string, params *sdk.UsersAPIListOrganizationUsersParams) (*sdk.UsersAPIListOrganizationUsersResponse, error)

UsersAPIListOrganizationUsersWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIListOrganizationsWithResponse

UsersAPIListOrganizationsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIListUserGroupsWithResponse

func (m *MockClientWithResponsesInterface) UsersAPIListUserGroupsWithResponse(ctx context.Context, organizationId, userId string) (*sdk.UsersAPIListUserGroupsResponse, error)

UsersAPIListUserGroupsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIRemoveOrganizationUsersWithResponse

func (m *MockClientWithResponsesInterface) UsersAPIRemoveOrganizationUsersWithResponse(ctx context.Context, organizationId string, params *sdk.UsersAPIRemoveOrganizationUsersParams) (*sdk.UsersAPIRemoveOrganizationUsersResponse, error)

UsersAPIRemoveOrganizationUsersWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIRemoveUserFromOrganizationWithResponse

func (m *MockClientWithResponsesInterface) UsersAPIRemoveUserFromOrganizationWithResponse(ctx context.Context, organizationId, userId string) (*sdk.UsersAPIRemoveUserFromOrganizationResponse, error)

UsersAPIRemoveUserFromOrganizationWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIUpdateCurrentUserProfileWithBodyWithResponse

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

UsersAPIUpdateCurrentUserProfileWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIUpdateCurrentUserProfileWithResponse

UsersAPIUpdateCurrentUserProfileWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIUpdateOrganizationUserWithBodyWithResponse

func (m *MockClientWithResponsesInterface) UsersAPIUpdateOrganizationUserWithBodyWithResponse(ctx context.Context, organizationId, userId, contentType string, body io.Reader) (*sdk.UsersAPIUpdateOrganizationUserResponse, error)

UsersAPIUpdateOrganizationUserWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UsersAPIUpdateOrganizationUserWithResponse

func (m *MockClientWithResponsesInterface) UsersAPIUpdateOrganizationUserWithResponse(ctx context.Context, organizationId, userId string, body sdk.UsersAPIUpdateOrganizationUserJSONRequestBody) (*sdk.UsersAPIUpdateOrganizationUserResponse, error)

UsersAPIUpdateOrganizationUserWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithBodyWithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithBodyWithResponse(ctx context.Context, clusterId, policyId, contentType string, body io.Reader) (*sdk.WorkloadOptimizationAPIAssignScalingPolicyWorkloadsResponse, error)

WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithResponse

WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPICreateWorkloadScalingPolicyWithBodyWithResponse

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

WorkloadOptimizationAPICreateWorkloadScalingPolicyWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPICreateWorkloadScalingPolicyWithResponse

WorkloadOptimizationAPICreateWorkloadScalingPolicyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIDeleteWorkloadScalingPolicyWithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIDeleteWorkloadScalingPolicyWithResponse(ctx context.Context, clusterId, policyId string) (*sdk.WorkloadOptimizationAPIDeleteWorkloadScalingPolicyResponse, error)

WorkloadOptimizationAPIDeleteWorkloadScalingPolicyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIGetAgentStatusWithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIGetAgentStatusWithResponse(ctx context.Context, clusterId string) (*sdk.WorkloadOptimizationAPIGetAgentStatusResponse, error)

WorkloadOptimizationAPIGetAgentStatusWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIGetInstallCmdWithResponse

WorkloadOptimizationAPIGetInstallCmdWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIGetInstallScriptWithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIGetInstallScriptWithResponse(ctx context.Context) (*sdk.WorkloadOptimizationAPIGetInstallScriptResponse, error)

WorkloadOptimizationAPIGetInstallScriptWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIGetWorkloadScalingPolicyWithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIGetWorkloadScalingPolicyWithResponse(ctx context.Context, clusterId, policyId string) (*sdk.WorkloadOptimizationAPIGetWorkloadScalingPolicyResponse, error)

WorkloadOptimizationAPIGetWorkloadScalingPolicyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIGetWorkloadWithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIGetWorkloadWithResponse(ctx context.Context, clusterId, workloadId string, params *sdk.WorkloadOptimizationAPIGetWorkloadParams) (*sdk.WorkloadOptimizationAPIGetWorkloadResponse, error)

WorkloadOptimizationAPIGetWorkloadWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIGetWorkloadsSummaryWithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIGetWorkloadsSummaryWithResponse(ctx context.Context, clusterId string) (*sdk.WorkloadOptimizationAPIGetWorkloadsSummaryResponse, error)

WorkloadOptimizationAPIGetWorkloadsSummaryWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIListWorkloadEventsWithResponse

WorkloadOptimizationAPIListWorkloadEventsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIListWorkloadScalingPoliciesWithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIListWorkloadScalingPoliciesWithResponse(ctx context.Context, clusterId string) (*sdk.WorkloadOptimizationAPIListWorkloadScalingPoliciesResponse, error)

WorkloadOptimizationAPIListWorkloadScalingPoliciesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIListWorkloadsWithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIListWorkloadsWithResponse(ctx context.Context, clusterId string) (*sdk.WorkloadOptimizationAPIListWorkloadsResponse, error)

WorkloadOptimizationAPIListWorkloadsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithBodyWithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithBodyWithResponse(ctx context.Context, clusterId, policyId, contentType string, body io.Reader) (*sdk.WorkloadOptimizationAPIUpdateWorkloadScalingPolicyResponse, error)

WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithResponse

WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIUpdateWorkloadV2WithBodyWithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIUpdateWorkloadV2WithBodyWithResponse(ctx context.Context, clusterId, workloadId, contentType string, body io.Reader) (*sdk.WorkloadOptimizationAPIUpdateWorkloadV2Response, error)

WorkloadOptimizationAPIUpdateWorkloadV2WithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIUpdateWorkloadV2WithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIUpdateWorkloadV2WithResponse(ctx context.Context, clusterId, workloadId string, body sdk.WorkloadOptimizationAPIUpdateWorkloadV2JSONRequestBody) (*sdk.WorkloadOptimizationAPIUpdateWorkloadV2Response, error)

WorkloadOptimizationAPIUpdateWorkloadV2WithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIUpdateWorkloadWithBodyWithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIUpdateWorkloadWithBodyWithResponse(ctx context.Context, clusterId, workloadId, contentType string, body io.Reader) (*sdk.WorkloadOptimizationAPIUpdateWorkloadResponse, error)

WorkloadOptimizationAPIUpdateWorkloadWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) WorkloadOptimizationAPIUpdateWorkloadWithResponse

func (m *MockClientWithResponsesInterface) WorkloadOptimizationAPIUpdateWorkloadWithResponse(ctx context.Context, clusterId, workloadId string, body sdk.WorkloadOptimizationAPIUpdateWorkloadJSONRequestBody) (*sdk.WorkloadOptimizationAPIUpdateWorkloadResponse, error)

WorkloadOptimizationAPIUpdateWorkloadWithResponse mocks base method.

type MockClientWithResponsesInterfaceMockRecorder

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

MockClientWithResponsesInterfaceMockRecorder is the mock recorder for MockClientWithResponsesInterface.

func (*MockClientWithResponsesInterfaceMockRecorder) AuthTokenAPICreateAuthTokenWithBodyWithResponse

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

AuthTokenAPICreateAuthTokenWithBodyWithResponse indicates an expected call of AuthTokenAPICreateAuthTokenWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) AuthTokenAPICreateAuthTokenWithResponse

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

AuthTokenAPICreateAuthTokenWithResponse indicates an expected call of AuthTokenAPICreateAuthTokenWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) AuthTokenAPIDeleteAuthTokenWithResponse

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

AuthTokenAPIDeleteAuthTokenWithResponse indicates an expected call of AuthTokenAPIDeleteAuthTokenWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) AuthTokenAPIGetAuthTokenWithResponse

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

AuthTokenAPIGetAuthTokenWithResponse indicates an expected call of AuthTokenAPIGetAuthTokenWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) AuthTokenAPIListAuthTokensWithResponse

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

AuthTokenAPIListAuthTokensWithResponse indicates an expected call of AuthTokenAPIListAuthTokensWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) AuthTokenAPIUpdateAuthTokenWithBodyWithResponse

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

AuthTokenAPIUpdateAuthTokenWithBodyWithResponse indicates an expected call of AuthTokenAPIUpdateAuthTokenWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) AuthTokenAPIUpdateAuthTokenWithResponse

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

AuthTokenAPIUpdateAuthTokenWithResponse indicates an expected call of AuthTokenAPIUpdateAuthTokenWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPICreateCommitmentAssignmentWithResponse

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

CommitmentsAPICreateCommitmentAssignmentWithResponse indicates an expected call of CommitmentsAPICreateCommitmentAssignmentWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIDeleteCommitmentAssignmentWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIDeleteCommitmentAssignmentWithResponse(ctx, assignmentId interface{}) *gomock.Call

CommitmentsAPIDeleteCommitmentAssignmentWithResponse indicates an expected call of CommitmentsAPIDeleteCommitmentAssignmentWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIDeleteCommitmentWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIDeleteCommitmentWithResponse(ctx, commitmentId interface{}) *gomock.Call

CommitmentsAPIDeleteCommitmentWithResponse indicates an expected call of CommitmentsAPIDeleteCommitmentWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIGetCommitmentAssignmentsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIGetCommitmentAssignmentsWithResponse(ctx, commitmentId interface{}) *gomock.Call

CommitmentsAPIGetCommitmentAssignmentsWithResponse indicates an expected call of CommitmentsAPIGetCommitmentAssignmentsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIGetCommitmentWithResponse

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

CommitmentsAPIGetCommitmentWithResponse indicates an expected call of CommitmentsAPIGetCommitmentWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIGetCommitmentsAssignmentsWithResponse

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

CommitmentsAPIGetCommitmentsAssignmentsWithResponse indicates an expected call of CommitmentsAPIGetCommitmentsAssignmentsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIGetCommitmentsWithResponse

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

CommitmentsAPIGetCommitmentsWithResponse indicates an expected call of CommitmentsAPIGetCommitmentsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIGetGCPCommitmentsImportScriptWithResponse

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

CommitmentsAPIGetGCPCommitmentsImportScriptWithResponse indicates an expected call of CommitmentsAPIGetGCPCommitmentsImportScriptWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIGetGCPCommitmentsScriptTemplateWithResponse

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

CommitmentsAPIGetGCPCommitmentsScriptTemplateWithResponse indicates an expected call of CommitmentsAPIGetGCPCommitmentsScriptTemplateWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIImportAzureReservationsWithBodyWithResponse

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

CommitmentsAPIImportAzureReservationsWithBodyWithResponse indicates an expected call of CommitmentsAPIImportAzureReservationsWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIImportAzureReservationsWithResponse

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

CommitmentsAPIImportAzureReservationsWithResponse indicates an expected call of CommitmentsAPIImportAzureReservationsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIImportGCPCommitmentsWithBodyWithResponse

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

CommitmentsAPIImportGCPCommitmentsWithBodyWithResponse indicates an expected call of CommitmentsAPIImportGCPCommitmentsWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIImportGCPCommitmentsWithResponse

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

CommitmentsAPIImportGCPCommitmentsWithResponse indicates an expected call of CommitmentsAPIImportGCPCommitmentsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIReplaceCommitmentAssignmentsWithBodyWithResponse

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

CommitmentsAPIReplaceCommitmentAssignmentsWithBodyWithResponse indicates an expected call of CommitmentsAPIReplaceCommitmentAssignmentsWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIReplaceCommitmentAssignmentsWithResponse

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

CommitmentsAPIReplaceCommitmentAssignmentsWithResponse indicates an expected call of CommitmentsAPIReplaceCommitmentAssignmentsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIUpdateCommitmentWithBodyWithResponse

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

CommitmentsAPIUpdateCommitmentWithBodyWithResponse indicates an expected call of CommitmentsAPIUpdateCommitmentWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CommitmentsAPIUpdateCommitmentWithResponse

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

CommitmentsAPIUpdateCommitmentWithResponse indicates an expected call of CommitmentsAPIUpdateCommitmentWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) EvictorAPIGetAdvancedConfigWithResponse

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

EvictorAPIGetAdvancedConfigWithResponse indicates an expected call of EvictorAPIGetAdvancedConfigWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) EvictorAPIUpsertAdvancedConfigWithBodyWithResponse

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

EvictorAPIUpsertAdvancedConfigWithBodyWithResponse indicates an expected call of EvictorAPIUpsertAdvancedConfigWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) EvictorAPIUpsertAdvancedConfigWithResponse

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

EvictorAPIUpsertAdvancedConfigWithResponse indicates an expected call of EvictorAPIUpsertAdvancedConfigWithResponse.

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

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

ExternalClusterAPICreateAssumeRolePrincipalWithResponse indicates an expected call of ExternalClusterAPICreateAssumeRolePrincipalWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPICreateClusterTokenWithResponse

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

ExternalClusterAPICreateClusterTokenWithResponse indicates an expected call of ExternalClusterAPICreateClusterTokenWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIDeleteAssumeRolePrincipalWithResponse

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

ExternalClusterAPIDeleteAssumeRolePrincipalWithResponse indicates an expected call of ExternalClusterAPIDeleteAssumeRolePrincipalWithResponse.

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

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

ExternalClusterAPIGetAssumeRolePrincipalWithResponse indicates an expected call of ExternalClusterAPIGetAssumeRolePrincipalWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetAssumeRoleUserWithResponse

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

ExternalClusterAPIGetAssumeRoleUserWithResponse indicates an expected call of ExternalClusterAPIGetAssumeRoleUserWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetCleanupScriptTemplateWithResponse

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

ExternalClusterAPIGetCleanupScriptTemplateWithResponse indicates an expected call of ExternalClusterAPIGetCleanupScriptTemplateWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetCleanupScriptWithResponse

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

ExternalClusterAPIGetCleanupScriptWithResponse indicates an expected call of ExternalClusterAPIGetCleanupScriptWithResponse.

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

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

ExternalClusterAPIGetListNodesFiltersWithResponse indicates an expected call of ExternalClusterAPIGetListNodesFiltersWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIGetNodeWithResponse

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

ExternalClusterAPIGetNodeWithResponse indicates an expected call of ExternalClusterAPIGetNodeWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIHandleCloudEventWithBodyWithResponse

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

ExternalClusterAPIHandleCloudEventWithBodyWithResponse indicates an expected call of ExternalClusterAPIHandleCloudEventWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIHandleCloudEventWithResponse

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

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

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

ExternalClusterAPIUpdateClusterTagsWithBodyWithResponse indicates an expected call of ExternalClusterAPIUpdateClusterTagsWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ExternalClusterAPIUpdateClusterTagsWithResponse

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

ExternalClusterAPIUpdateClusterTagsWithResponse indicates an expected call of ExternalClusterAPIUpdateClusterTagsWithResponse.

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

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

InventoryAPIAddReservationWithBodyWithResponse indicates an expected call of InventoryAPIAddReservationWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryAPIAddReservationWithResponse

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

InventoryAPIAddReservationWithResponse indicates an expected call of InventoryAPIAddReservationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryAPIDeleteReservationWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) InventoryAPIDeleteReservationWithResponse(ctx, organizationId, reservationId interface{}) *gomock.Call

InventoryAPIDeleteReservationWithResponse indicates an expected call of InventoryAPIDeleteReservationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryAPIGetOrganizationReservationsBalanceWithResponse

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

InventoryAPIGetOrganizationReservationsBalanceWithResponse indicates an expected call of InventoryAPIGetOrganizationReservationsBalanceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryAPIGetOrganizationResourceUsageWithResponse

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

InventoryAPIGetOrganizationResourceUsageWithResponse indicates an expected call of InventoryAPIGetOrganizationResourceUsageWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryAPIGetReservationsBalanceWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) InventoryAPIGetReservationsBalanceWithResponse(ctx, organizationId interface{}) *gomock.Call

InventoryAPIGetReservationsBalanceWithResponse indicates an expected call of InventoryAPIGetReservationsBalanceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryAPIGetReservationsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) InventoryAPIGetReservationsWithResponse(ctx, organizationId interface{}) *gomock.Call

InventoryAPIGetReservationsWithResponse indicates an expected call of InventoryAPIGetReservationsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryAPIOverwriteReservationsWithBodyWithResponse

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

InventoryAPIOverwriteReservationsWithBodyWithResponse indicates an expected call of InventoryAPIOverwriteReservationsWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryAPIOverwriteReservationsWithResponse

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

InventoryAPIOverwriteReservationsWithResponse indicates an expected call of InventoryAPIOverwriteReservationsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) InventoryAPISyncClusterResourcesWithResponse

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

InventoryAPISyncClusterResourcesWithResponse indicates an expected call of InventoryAPISyncClusterResourcesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPICreateConfigurationWithBodyWithResponse

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

NodeConfigurationAPICreateConfigurationWithBodyWithResponse indicates an expected call of NodeConfigurationAPICreateConfigurationWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPICreateConfigurationWithResponse

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

NodeConfigurationAPICreateConfigurationWithResponse indicates an expected call of NodeConfigurationAPICreateConfigurationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIDeleteConfigurationWithResponse

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

NodeConfigurationAPIDeleteConfigurationWithResponse indicates an expected call of NodeConfigurationAPIDeleteConfigurationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIGetConfigurationWithResponse

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

NodeConfigurationAPIGetConfigurationWithResponse indicates an expected call of NodeConfigurationAPIGetConfigurationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIGetSuggestedConfigurationWithResponse

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

NodeConfigurationAPIGetSuggestedConfigurationWithResponse indicates an expected call of NodeConfigurationAPIGetSuggestedConfigurationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIListConfigurationsWithResponse

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

NodeConfigurationAPIListConfigurationsWithResponse indicates an expected call of NodeConfigurationAPIListConfigurationsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIListMaxPodsPresetsWithResponse

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

NodeConfigurationAPIListMaxPodsPresetsWithResponse indicates an expected call of NodeConfigurationAPIListMaxPodsPresetsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPISetDefaultWithResponse

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

NodeConfigurationAPISetDefaultWithResponse indicates an expected call of NodeConfigurationAPISetDefaultWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIUpdateConfigurationWithBodyWithResponse

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

NodeConfigurationAPIUpdateConfigurationWithBodyWithResponse indicates an expected call of NodeConfigurationAPIUpdateConfigurationWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeConfigurationAPIUpdateConfigurationWithResponse

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

NodeConfigurationAPIUpdateConfigurationWithResponse indicates an expected call of NodeConfigurationAPIUpdateConfigurationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPICreateNodeTemplateWithBodyWithResponse

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

NodeTemplatesAPICreateNodeTemplateWithBodyWithResponse indicates an expected call of NodeTemplatesAPICreateNodeTemplateWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPICreateNodeTemplateWithResponse

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

NodeTemplatesAPICreateNodeTemplateWithResponse indicates an expected call of NodeTemplatesAPICreateNodeTemplateWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIDeleteNodeTemplateWithResponse

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

NodeTemplatesAPIDeleteNodeTemplateWithResponse indicates an expected call of NodeTemplatesAPIDeleteNodeTemplateWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIFilterInstanceTypesWithBodyWithResponse

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

NodeTemplatesAPIFilterInstanceTypesWithBodyWithResponse indicates an expected call of NodeTemplatesAPIFilterInstanceTypesWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIFilterInstanceTypesWithResponse

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

NodeTemplatesAPIFilterInstanceTypesWithResponse indicates an expected call of NodeTemplatesAPIFilterInstanceTypesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIGenerateNodeTemplatesWithResponse

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

NodeTemplatesAPIGenerateNodeTemplatesWithResponse indicates an expected call of NodeTemplatesAPIGenerateNodeTemplatesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIListNodeTemplatesWithResponse

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

NodeTemplatesAPIListNodeTemplatesWithResponse indicates an expected call of NodeTemplatesAPIListNodeTemplatesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIUpdateNodeTemplateWithBodyWithResponse

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

NodeTemplatesAPIUpdateNodeTemplateWithBodyWithResponse indicates an expected call of NodeTemplatesAPIUpdateNodeTemplateWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) NodeTemplatesAPIUpdateNodeTemplateWithResponse

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

NodeTemplatesAPIUpdateNodeTemplateWithResponse indicates an expected call of NodeTemplatesAPIUpdateNodeTemplateWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) OperationsAPIGetOperationWithResponse

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

OperationsAPIGetOperationWithResponse indicates an expected call of OperationsAPIGetOperationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PoliciesAPIGetClusterNodeConstraintsWithResponse

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

PoliciesAPIGetClusterNodeConstraintsWithResponse indicates an expected call of PoliciesAPIGetClusterNodeConstraintsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PoliciesAPIGetClusterPoliciesWithResponse

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

PoliciesAPIGetClusterPoliciesWithResponse indicates an expected call of PoliciesAPIGetClusterPoliciesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PoliciesAPIUpsertClusterPoliciesWithBodyWithResponse

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

PoliciesAPIUpsertClusterPoliciesWithBodyWithResponse indicates an expected call of PoliciesAPIUpsertClusterPoliciesWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PoliciesAPIUpsertClusterPoliciesWithResponse

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

PoliciesAPIUpsertClusterPoliciesWithResponse indicates an expected call of PoliciesAPIUpsertClusterPoliciesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SSOAPICreateSSOConnectionWithBodyWithResponse

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

SSOAPICreateSSOConnectionWithBodyWithResponse indicates an expected call of SSOAPICreateSSOConnectionWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SSOAPICreateSSOConnectionWithResponse

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

SSOAPICreateSSOConnectionWithResponse indicates an expected call of SSOAPICreateSSOConnectionWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SSOAPIDeleteSSOConnectionWithResponse

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

SSOAPIDeleteSSOConnectionWithResponse indicates an expected call of SSOAPIDeleteSSOConnectionWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SSOAPIGetSSOConnectionWithResponse

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

SSOAPIGetSSOConnectionWithResponse indicates an expected call of SSOAPIGetSSOConnectionWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SSOAPIListSSOConnectionsWithResponse

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

SSOAPIListSSOConnectionsWithResponse indicates an expected call of SSOAPIListSSOConnectionsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SSOAPIUpdateSSOConnectionWithBodyWithResponse

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

SSOAPIUpdateSSOConnectionWithBodyWithResponse indicates an expected call of SSOAPIUpdateSSOConnectionWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SSOAPIUpdateSSOConnectionWithResponse

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

SSOAPIUpdateSSOConnectionWithResponse indicates an expected call of SSOAPIUpdateSSOConnectionWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPICreateRebalancingJobWithBodyWithResponse

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

ScheduledRebalancingAPICreateRebalancingJobWithBodyWithResponse indicates an expected call of ScheduledRebalancingAPICreateRebalancingJobWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPICreateRebalancingJobWithResponse

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

ScheduledRebalancingAPICreateRebalancingJobWithResponse indicates an expected call of ScheduledRebalancingAPICreateRebalancingJobWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPICreateRebalancingScheduleWithBodyWithResponse

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

ScheduledRebalancingAPICreateRebalancingScheduleWithBodyWithResponse indicates an expected call of ScheduledRebalancingAPICreateRebalancingScheduleWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPICreateRebalancingScheduleWithResponse

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

ScheduledRebalancingAPICreateRebalancingScheduleWithResponse indicates an expected call of ScheduledRebalancingAPICreateRebalancingScheduleWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPIDeleteRebalancingJobWithResponse

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

ScheduledRebalancingAPIDeleteRebalancingJobWithResponse indicates an expected call of ScheduledRebalancingAPIDeleteRebalancingJobWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPIDeleteRebalancingScheduleWithResponse

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

ScheduledRebalancingAPIDeleteRebalancingScheduleWithResponse indicates an expected call of ScheduledRebalancingAPIDeleteRebalancingScheduleWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPIGetRebalancingJobWithResponse

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

ScheduledRebalancingAPIGetRebalancingJobWithResponse indicates an expected call of ScheduledRebalancingAPIGetRebalancingJobWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPIGetRebalancingScheduleWithResponse

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

ScheduledRebalancingAPIGetRebalancingScheduleWithResponse indicates an expected call of ScheduledRebalancingAPIGetRebalancingScheduleWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPIListAvailableRebalancingTZWithResponse

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

ScheduledRebalancingAPIListAvailableRebalancingTZWithResponse indicates an expected call of ScheduledRebalancingAPIListAvailableRebalancingTZWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPIListRebalancingJobsWithResponse

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

ScheduledRebalancingAPIListRebalancingJobsWithResponse indicates an expected call of ScheduledRebalancingAPIListRebalancingJobsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPIListRebalancingSchedulesWithResponse

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

ScheduledRebalancingAPIListRebalancingSchedulesWithResponse indicates an expected call of ScheduledRebalancingAPIListRebalancingSchedulesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPIPreviewRebalancingScheduleWithBodyWithResponse

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

ScheduledRebalancingAPIPreviewRebalancingScheduleWithBodyWithResponse indicates an expected call of ScheduledRebalancingAPIPreviewRebalancingScheduleWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPIPreviewRebalancingScheduleWithResponse

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

ScheduledRebalancingAPIPreviewRebalancingScheduleWithResponse indicates an expected call of ScheduledRebalancingAPIPreviewRebalancingScheduleWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPIUpdateRebalancingJobWithBodyWithResponse

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

ScheduledRebalancingAPIUpdateRebalancingJobWithBodyWithResponse indicates an expected call of ScheduledRebalancingAPIUpdateRebalancingJobWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPIUpdateRebalancingJobWithResponse

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

ScheduledRebalancingAPIUpdateRebalancingJobWithResponse indicates an expected call of ScheduledRebalancingAPIUpdateRebalancingJobWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPIUpdateRebalancingScheduleWithBodyWithResponse

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

ScheduledRebalancingAPIUpdateRebalancingScheduleWithBodyWithResponse indicates an expected call of ScheduledRebalancingAPIUpdateRebalancingScheduleWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ScheduledRebalancingAPIUpdateRebalancingScheduleWithResponse

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

ScheduledRebalancingAPIUpdateRebalancingScheduleWithResponse indicates an expected call of ScheduledRebalancingAPIUpdateRebalancingScheduleWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIAddUserToOrganizationWithBodyWithResponse

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

UsersAPIAddUserToOrganizationWithBodyWithResponse indicates an expected call of UsersAPIAddUserToOrganizationWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIAddUserToOrganizationWithResponse

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

UsersAPIAddUserToOrganizationWithResponse indicates an expected call of UsersAPIAddUserToOrganizationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIClaimInvitationWithBodyWithResponse

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

UsersAPIClaimInvitationWithBodyWithResponse indicates an expected call of UsersAPIClaimInvitationWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIClaimInvitationWithResponse

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

UsersAPIClaimInvitationWithResponse indicates an expected call of UsersAPIClaimInvitationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPICreateInvitationsWithBodyWithResponse

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

UsersAPICreateInvitationsWithBodyWithResponse indicates an expected call of UsersAPICreateInvitationsWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPICreateInvitationsWithResponse

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

UsersAPICreateInvitationsWithResponse indicates an expected call of UsersAPICreateInvitationsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPICreateOrganizationWithBodyWithResponse

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

UsersAPICreateOrganizationWithBodyWithResponse indicates an expected call of UsersAPICreateOrganizationWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPICreateOrganizationWithResponse

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

UsersAPICreateOrganizationWithResponse indicates an expected call of UsersAPICreateOrganizationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPICurrentUserProfileWithResponse

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

UsersAPICurrentUserProfileWithResponse indicates an expected call of UsersAPICurrentUserProfileWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIDeleteInvitationWithResponse

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

UsersAPIDeleteInvitationWithResponse indicates an expected call of UsersAPIDeleteInvitationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIDeleteOrganizationWithResponse

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

UsersAPIDeleteOrganizationWithResponse indicates an expected call of UsersAPIDeleteOrganizationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIEditOrganizationWithBodyWithResponse

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

UsersAPIEditOrganizationWithBodyWithResponse indicates an expected call of UsersAPIEditOrganizationWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIEditOrganizationWithResponse

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

UsersAPIEditOrganizationWithResponse indicates an expected call of UsersAPIEditOrganizationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIGetOrganizationWithResponse

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

UsersAPIGetOrganizationWithResponse indicates an expected call of UsersAPIGetOrganizationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIListInvitationsWithResponse

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

UsersAPIListInvitationsWithResponse indicates an expected call of UsersAPIListInvitationsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIListOrganizationUsersWithResponse

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

UsersAPIListOrganizationUsersWithResponse indicates an expected call of UsersAPIListOrganizationUsersWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIListOrganizationsWithResponse

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

UsersAPIListOrganizationsWithResponse indicates an expected call of UsersAPIListOrganizationsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIListUserGroupsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) UsersAPIListUserGroupsWithResponse(ctx, organizationId, userId interface{}) *gomock.Call

UsersAPIListUserGroupsWithResponse indicates an expected call of UsersAPIListUserGroupsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIRemoveOrganizationUsersWithResponse

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

UsersAPIRemoveOrganizationUsersWithResponse indicates an expected call of UsersAPIRemoveOrganizationUsersWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIRemoveUserFromOrganizationWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) UsersAPIRemoveUserFromOrganizationWithResponse(ctx, organizationId, userId interface{}) *gomock.Call

UsersAPIRemoveUserFromOrganizationWithResponse indicates an expected call of UsersAPIRemoveUserFromOrganizationWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIUpdateCurrentUserProfileWithBodyWithResponse

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

UsersAPIUpdateCurrentUserProfileWithBodyWithResponse indicates an expected call of UsersAPIUpdateCurrentUserProfileWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIUpdateCurrentUserProfileWithResponse

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

UsersAPIUpdateCurrentUserProfileWithResponse indicates an expected call of UsersAPIUpdateCurrentUserProfileWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIUpdateOrganizationUserWithBodyWithResponse

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

UsersAPIUpdateOrganizationUserWithBodyWithResponse indicates an expected call of UsersAPIUpdateOrganizationUserWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UsersAPIUpdateOrganizationUserWithResponse

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

UsersAPIUpdateOrganizationUserWithResponse indicates an expected call of UsersAPIUpdateOrganizationUserWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithBodyWithResponse

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

WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithBodyWithResponse indicates an expected call of WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithResponse

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

WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithResponse indicates an expected call of WorkloadOptimizationAPIAssignScalingPolicyWorkloadsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPICreateWorkloadScalingPolicyWithBodyWithResponse

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

WorkloadOptimizationAPICreateWorkloadScalingPolicyWithBodyWithResponse indicates an expected call of WorkloadOptimizationAPICreateWorkloadScalingPolicyWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPICreateWorkloadScalingPolicyWithResponse

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

WorkloadOptimizationAPICreateWorkloadScalingPolicyWithResponse indicates an expected call of WorkloadOptimizationAPICreateWorkloadScalingPolicyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIDeleteWorkloadScalingPolicyWithResponse

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

WorkloadOptimizationAPIDeleteWorkloadScalingPolicyWithResponse indicates an expected call of WorkloadOptimizationAPIDeleteWorkloadScalingPolicyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIGetAgentStatusWithResponse

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

WorkloadOptimizationAPIGetAgentStatusWithResponse indicates an expected call of WorkloadOptimizationAPIGetAgentStatusWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIGetInstallCmdWithResponse

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

WorkloadOptimizationAPIGetInstallCmdWithResponse indicates an expected call of WorkloadOptimizationAPIGetInstallCmdWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIGetInstallScriptWithResponse

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

WorkloadOptimizationAPIGetInstallScriptWithResponse indicates an expected call of WorkloadOptimizationAPIGetInstallScriptWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIGetWorkloadScalingPolicyWithResponse

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

WorkloadOptimizationAPIGetWorkloadScalingPolicyWithResponse indicates an expected call of WorkloadOptimizationAPIGetWorkloadScalingPolicyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIGetWorkloadWithResponse

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

WorkloadOptimizationAPIGetWorkloadWithResponse indicates an expected call of WorkloadOptimizationAPIGetWorkloadWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIGetWorkloadsSummaryWithResponse

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

WorkloadOptimizationAPIGetWorkloadsSummaryWithResponse indicates an expected call of WorkloadOptimizationAPIGetWorkloadsSummaryWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIListWorkloadEventsWithResponse

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

WorkloadOptimizationAPIListWorkloadEventsWithResponse indicates an expected call of WorkloadOptimizationAPIListWorkloadEventsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIListWorkloadScalingPoliciesWithResponse

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

WorkloadOptimizationAPIListWorkloadScalingPoliciesWithResponse indicates an expected call of WorkloadOptimizationAPIListWorkloadScalingPoliciesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIListWorkloadsWithResponse

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

WorkloadOptimizationAPIListWorkloadsWithResponse indicates an expected call of WorkloadOptimizationAPIListWorkloadsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithBodyWithResponse

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

WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithBodyWithResponse indicates an expected call of WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithResponse

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

WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithResponse indicates an expected call of WorkloadOptimizationAPIUpdateWorkloadScalingPolicyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIUpdateWorkloadV2WithBodyWithResponse

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

WorkloadOptimizationAPIUpdateWorkloadV2WithBodyWithResponse indicates an expected call of WorkloadOptimizationAPIUpdateWorkloadV2WithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIUpdateWorkloadV2WithResponse

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

WorkloadOptimizationAPIUpdateWorkloadV2WithResponse indicates an expected call of WorkloadOptimizationAPIUpdateWorkloadV2WithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIUpdateWorkloadWithBodyWithResponse

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

WorkloadOptimizationAPIUpdateWorkloadWithBodyWithResponse indicates an expected call of WorkloadOptimizationAPIUpdateWorkloadWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) WorkloadOptimizationAPIUpdateWorkloadWithResponse

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

WorkloadOptimizationAPIUpdateWorkloadWithResponse indicates an expected call of WorkloadOptimizationAPIUpdateWorkloadWithResponse.

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