mocks

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClientWithResponsesInterface

type MockClientWithResponsesInterface struct {
	mock.Mock
}

MockClientWithResponsesInterface is an autogenerated mock type for the ClientWithResponsesInterface type

func NewMockClientWithResponsesInterface

func NewMockClientWithResponsesInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockClientWithResponsesInterface

NewMockClientWithResponsesInterface creates a new instance of MockClientWithResponsesInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockClientWithResponsesInterface) CreateClusterComponentTypeWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterComponentTypeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterComponentTypeResp, error)

CreateClusterComponentTypeWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterComponentTypeWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterComponentTypeWithResponse(ctx context.Context, body gen.ClusterComponentType, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterComponentTypeResp, error)

CreateClusterComponentTypeWithResponse provides a mock function with given fields: ctx, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterDataPlaneWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterDataPlaneWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterDataPlaneResp, error)

CreateClusterDataPlaneWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterDataPlaneWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterDataPlaneWithResponse(ctx context.Context, body gen.ClusterDataPlane, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterDataPlaneResp, error)

CreateClusterDataPlaneWithResponse provides a mock function with given fields: ctx, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterObservabilityPlaneWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterObservabilityPlaneWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterObservabilityPlaneResp, error)

CreateClusterObservabilityPlaneWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterObservabilityPlaneWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterObservabilityPlaneWithResponse(ctx context.Context, body gen.ClusterObservabilityPlane, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterObservabilityPlaneResp, error)

CreateClusterObservabilityPlaneWithResponse provides a mock function with given fields: ctx, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterProjectTypeWithBodyWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) CreateClusterProjectTypeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterProjectTypeResp, error)

CreateClusterProjectTypeWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterProjectTypeWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) CreateClusterProjectTypeWithResponse(ctx context.Context, body gen.ClusterProjectType, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterProjectTypeResp, error)

CreateClusterProjectTypeWithResponse provides a mock function with given fields: ctx, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterResourceTypeWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterResourceTypeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterResourceTypeResp, error)

CreateClusterResourceTypeWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterResourceTypeWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterResourceTypeWithResponse(ctx context.Context, body gen.ClusterResourceType, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterResourceTypeResp, error)

CreateClusterResourceTypeWithResponse provides a mock function with given fields: ctx, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterRoleBindingWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterRoleBindingWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterRoleBindingResp, error)

CreateClusterRoleBindingWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterRoleBindingWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterRoleBindingWithResponse(ctx context.Context, body gen.ClusterAuthzRoleBinding, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterRoleBindingResp, error)

CreateClusterRoleBindingWithResponse provides a mock function with given fields: ctx, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterRoleWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterRoleWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterRoleResp, error)

CreateClusterRoleWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterRoleWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterRoleWithResponse(ctx context.Context, body gen.ClusterAuthzRole, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterRoleResp, error)

CreateClusterRoleWithResponse provides a mock function with given fields: ctx, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterTraitWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterTraitWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterTraitResp, error)

CreateClusterTraitWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterTraitWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterTraitWithResponse(ctx context.Context, body gen.ClusterTrait, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterTraitResp, error)

CreateClusterTraitWithResponse provides a mock function with given fields: ctx, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterWorkflowPlaneWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterWorkflowPlaneWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterWorkflowPlaneResp, error)

CreateClusterWorkflowPlaneWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterWorkflowPlaneWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterWorkflowPlaneWithResponse(ctx context.Context, body gen.ClusterWorkflowPlane, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterWorkflowPlaneResp, error)

CreateClusterWorkflowPlaneWithResponse provides a mock function with given fields: ctx, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterWorkflowWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterWorkflowWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterWorkflowResp, error)

CreateClusterWorkflowWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateClusterWorkflowWithResponse

func (_m *MockClientWithResponsesInterface) CreateClusterWorkflowWithResponse(ctx context.Context, body gen.ClusterWorkflow, reqEditors ...gen.RequestEditorFn) (*gen.CreateClusterWorkflowResp, error)

CreateClusterWorkflowWithResponse provides a mock function with given fields: ctx, body, reqEditors

func (*MockClientWithResponsesInterface) CreateComponentReleaseWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateComponentReleaseWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateComponentReleaseResp, error)

CreateComponentReleaseWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateComponentReleaseWithResponse

func (_m *MockClientWithResponsesInterface) CreateComponentReleaseWithResponse(ctx context.Context, namespaceName string, body gen.ComponentRelease, reqEditors ...gen.RequestEditorFn) (*gen.CreateComponentReleaseResp, error)

CreateComponentReleaseWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateComponentTypeWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateComponentTypeWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateComponentTypeResp, error)

CreateComponentTypeWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateComponentTypeWithResponse

func (_m *MockClientWithResponsesInterface) CreateComponentTypeWithResponse(ctx context.Context, namespaceName string, body gen.ComponentType, reqEditors ...gen.RequestEditorFn) (*gen.CreateComponentTypeResp, error)

CreateComponentTypeWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateComponentWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateComponentWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateComponentResp, error)

CreateComponentWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateComponentWithResponse

func (_m *MockClientWithResponsesInterface) CreateComponentWithResponse(ctx context.Context, namespaceName string, body gen.Component, reqEditors ...gen.RequestEditorFn) (*gen.CreateComponentResp, error)

CreateComponentWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateDataPlaneWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateDataPlaneWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateDataPlaneResp, error)

CreateDataPlaneWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateDataPlaneWithResponse

func (_m *MockClientWithResponsesInterface) CreateDataPlaneWithResponse(ctx context.Context, namespaceName string, body gen.DataPlane, reqEditors ...gen.RequestEditorFn) (*gen.CreateDataPlaneResp, error)

CreateDataPlaneWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateDeploymentPipelineWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateDeploymentPipelineWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateDeploymentPipelineResp, error)

CreateDeploymentPipelineWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateDeploymentPipelineWithResponse

func (_m *MockClientWithResponsesInterface) CreateDeploymentPipelineWithResponse(ctx context.Context, namespaceName string, body gen.DeploymentPipeline, reqEditors ...gen.RequestEditorFn) (*gen.CreateDeploymentPipelineResp, error)

CreateDeploymentPipelineWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateEnvironmentWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateEnvironmentWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateEnvironmentResp, error)

CreateEnvironmentWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateEnvironmentWithResponse

func (_m *MockClientWithResponsesInterface) CreateEnvironmentWithResponse(ctx context.Context, namespaceName string, body gen.Environment, reqEditors ...gen.RequestEditorFn) (*gen.CreateEnvironmentResp, error)

CreateEnvironmentWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateGitSecretWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateGitSecretWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateGitSecretResp, error)

CreateGitSecretWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateGitSecretWithResponse

func (_m *MockClientWithResponsesInterface) CreateGitSecretWithResponse(ctx context.Context, namespaceName string, body gen.CreateGitSecretRequest, reqEditors ...gen.RequestEditorFn) (*gen.CreateGitSecretResp, error)

CreateGitSecretWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateNamespaceRoleBindingWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateNamespaceRoleBindingWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateNamespaceRoleBindingResp, error)

CreateNamespaceRoleBindingWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateNamespaceRoleBindingWithResponse

func (_m *MockClientWithResponsesInterface) CreateNamespaceRoleBindingWithResponse(ctx context.Context, namespaceName string, body gen.AuthzRoleBinding, reqEditors ...gen.RequestEditorFn) (*gen.CreateNamespaceRoleBindingResp, error)

CreateNamespaceRoleBindingWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateNamespaceRoleWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateNamespaceRoleWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateNamespaceRoleResp, error)

CreateNamespaceRoleWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateNamespaceRoleWithResponse

func (_m *MockClientWithResponsesInterface) CreateNamespaceRoleWithResponse(ctx context.Context, namespaceName string, body gen.AuthzRole, reqEditors ...gen.RequestEditorFn) (*gen.CreateNamespaceRoleResp, error)

CreateNamespaceRoleWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateNamespaceWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateNamespaceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateNamespaceResp, error)

CreateNamespaceWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateNamespaceWithResponse

func (_m *MockClientWithResponsesInterface) CreateNamespaceWithResponse(ctx context.Context, body gen.Namespace, reqEditors ...gen.RequestEditorFn) (*gen.CreateNamespaceResp, error)

CreateNamespaceWithResponse provides a mock function with given fields: ctx, body, reqEditors

func (*MockClientWithResponsesInterface) CreateObservabilityAlertsNotificationChannelWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateObservabilityAlertsNotificationChannelWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateObservabilityAlertsNotificationChannelResp, error)

CreateObservabilityAlertsNotificationChannelWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateObservabilityAlertsNotificationChannelWithResponse

func (_m *MockClientWithResponsesInterface) CreateObservabilityAlertsNotificationChannelWithResponse(ctx context.Context, namespaceName string, body gen.ObservabilityAlertsNotificationChannel, reqEditors ...gen.RequestEditorFn) (*gen.CreateObservabilityAlertsNotificationChannelResp, error)

CreateObservabilityAlertsNotificationChannelWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateObservabilityPlaneWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateObservabilityPlaneWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateObservabilityPlaneResp, error)

CreateObservabilityPlaneWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateObservabilityPlaneWithResponse

func (_m *MockClientWithResponsesInterface) CreateObservabilityPlaneWithResponse(ctx context.Context, namespaceName string, body gen.ObservabilityPlane, reqEditors ...gen.RequestEditorFn) (*gen.CreateObservabilityPlaneResp, error)

CreateObservabilityPlaneWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateProjectReleaseBindingWithBodyWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) CreateProjectReleaseBindingWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateProjectReleaseBindingResp, error)

CreateProjectReleaseBindingWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateProjectReleaseBindingWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) CreateProjectReleaseBindingWithResponse(ctx context.Context, namespaceName string, body gen.ProjectReleaseBinding, reqEditors ...gen.RequestEditorFn) (*gen.CreateProjectReleaseBindingResp, error)

CreateProjectReleaseBindingWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateProjectReleaseWithBodyWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) CreateProjectReleaseWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateProjectReleaseResp, error)

CreateProjectReleaseWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateProjectReleaseWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) CreateProjectReleaseWithResponse(ctx context.Context, namespaceName string, body gen.ProjectRelease, reqEditors ...gen.RequestEditorFn) (*gen.CreateProjectReleaseResp, error)

CreateProjectReleaseWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateProjectTypeWithBodyWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) CreateProjectTypeWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateProjectTypeResp, error)

CreateProjectTypeWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateProjectTypeWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) CreateProjectTypeWithResponse(ctx context.Context, namespaceName string, body gen.ProjectType, reqEditors ...gen.RequestEditorFn) (*gen.CreateProjectTypeResp, error)

CreateProjectTypeWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateProjectWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateProjectWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateProjectResp, error)

CreateProjectWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateProjectWithResponse

func (_m *MockClientWithResponsesInterface) CreateProjectWithResponse(ctx context.Context, namespaceName string, body gen.Project, reqEditors ...gen.RequestEditorFn) (*gen.CreateProjectResp, error)

CreateProjectWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateReleaseBindingWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateReleaseBindingWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateReleaseBindingResp, error)

CreateReleaseBindingWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateReleaseBindingWithResponse

func (_m *MockClientWithResponsesInterface) CreateReleaseBindingWithResponse(ctx context.Context, namespaceName string, body gen.ReleaseBinding, reqEditors ...gen.RequestEditorFn) (*gen.CreateReleaseBindingResp, error)

CreateReleaseBindingWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateResourceReleaseBindingWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateResourceReleaseBindingWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateResourceReleaseBindingResp, error)

CreateResourceReleaseBindingWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateResourceReleaseBindingWithResponse

func (_m *MockClientWithResponsesInterface) CreateResourceReleaseBindingWithResponse(ctx context.Context, namespaceName string, body gen.ResourceReleaseBinding, reqEditors ...gen.RequestEditorFn) (*gen.CreateResourceReleaseBindingResp, error)

CreateResourceReleaseBindingWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateResourceReleaseWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateResourceReleaseWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateResourceReleaseResp, error)

CreateResourceReleaseWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateResourceReleaseWithResponse

func (_m *MockClientWithResponsesInterface) CreateResourceReleaseWithResponse(ctx context.Context, namespaceName string, body gen.ResourceRelease, reqEditors ...gen.RequestEditorFn) (*gen.CreateResourceReleaseResp, error)

CreateResourceReleaseWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateResourceTypeWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateResourceTypeWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateResourceTypeResp, error)

CreateResourceTypeWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateResourceTypeWithResponse

func (_m *MockClientWithResponsesInterface) CreateResourceTypeWithResponse(ctx context.Context, namespaceName string, body gen.ResourceType, reqEditors ...gen.RequestEditorFn) (*gen.CreateResourceTypeResp, error)

CreateResourceTypeWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateResourceWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateResourceWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateResourceResp, error)

CreateResourceWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateResourceWithResponse

func (_m *MockClientWithResponsesInterface) CreateResourceWithResponse(ctx context.Context, namespaceName string, body gen.ResourceInstance, reqEditors ...gen.RequestEditorFn) (*gen.CreateResourceResp, error)

CreateResourceWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateSecretReferenceWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateSecretReferenceWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateSecretReferenceResp, error)

CreateSecretReferenceWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateSecretReferenceWithResponse

func (_m *MockClientWithResponsesInterface) CreateSecretReferenceWithResponse(ctx context.Context, namespaceName string, body gen.SecretReference, reqEditors ...gen.RequestEditorFn) (*gen.CreateSecretReferenceResp, error)

CreateSecretReferenceWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateSecretWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateSecretWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateSecretResp, error)

CreateSecretWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateSecretWithResponse

func (_m *MockClientWithResponsesInterface) CreateSecretWithResponse(ctx context.Context, namespaceName string, body gen.CreateSecretRequest, reqEditors ...gen.RequestEditorFn) (*gen.CreateSecretResp, error)

CreateSecretWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateTraitWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateTraitWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateTraitResp, error)

CreateTraitWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateTraitWithResponse

func (_m *MockClientWithResponsesInterface) CreateTraitWithResponse(ctx context.Context, namespaceName string, body gen.Trait, reqEditors ...gen.RequestEditorFn) (*gen.CreateTraitResp, error)

CreateTraitWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateWorkflowPlaneWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateWorkflowPlaneWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateWorkflowPlaneResp, error)

CreateWorkflowPlaneWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateWorkflowPlaneWithResponse

func (_m *MockClientWithResponsesInterface) CreateWorkflowPlaneWithResponse(ctx context.Context, namespaceName string, body gen.WorkflowPlane, reqEditors ...gen.RequestEditorFn) (*gen.CreateWorkflowPlaneResp, error)

CreateWorkflowPlaneWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateWorkflowRunWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateWorkflowRunWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateWorkflowRunResp, error)

CreateWorkflowRunWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateWorkflowRunWithResponse

func (_m *MockClientWithResponsesInterface) CreateWorkflowRunWithResponse(ctx context.Context, namespaceName string, body gen.WorkflowRun, reqEditors ...gen.RequestEditorFn) (*gen.CreateWorkflowRunResp, error)

CreateWorkflowRunWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateWorkflowWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateWorkflowWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateWorkflowResp, error)

CreateWorkflowWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateWorkflowWithResponse

func (_m *MockClientWithResponsesInterface) CreateWorkflowWithResponse(ctx context.Context, namespaceName string, body gen.Workflow, reqEditors ...gen.RequestEditorFn) (*gen.CreateWorkflowResp, error)

CreateWorkflowWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) CreateWorkloadWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) CreateWorkloadWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.CreateWorkloadResp, error)

CreateWorkloadWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) CreateWorkloadWithResponse

func (_m *MockClientWithResponsesInterface) CreateWorkloadWithResponse(ctx context.Context, namespaceName string, body gen.Workload, reqEditors ...gen.RequestEditorFn) (*gen.CreateWorkloadResp, error)

CreateWorkloadWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) DeleteClusterComponentTypeWithResponse

func (_m *MockClientWithResponsesInterface) DeleteClusterComponentTypeWithResponse(ctx context.Context, cctName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteClusterComponentTypeResp, error)

DeleteClusterComponentTypeWithResponse provides a mock function with given fields: ctx, cctName, reqEditors

func (*MockClientWithResponsesInterface) DeleteClusterDataPlaneWithResponse

func (_m *MockClientWithResponsesInterface) DeleteClusterDataPlaneWithResponse(ctx context.Context, cdpName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteClusterDataPlaneResp, error)

DeleteClusterDataPlaneWithResponse provides a mock function with given fields: ctx, cdpName, reqEditors

func (*MockClientWithResponsesInterface) DeleteClusterObservabilityPlaneWithResponse

func (_m *MockClientWithResponsesInterface) DeleteClusterObservabilityPlaneWithResponse(ctx context.Context, clusterObservabilityPlaneName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteClusterObservabilityPlaneResp, error)

DeleteClusterObservabilityPlaneWithResponse provides a mock function with given fields: ctx, clusterObservabilityPlaneName, reqEditors

func (*MockClientWithResponsesInterface) DeleteClusterProjectTypeWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) DeleteClusterProjectTypeWithResponse(ctx context.Context, cptName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteClusterProjectTypeResp, error)

DeleteClusterProjectTypeWithResponse provides a mock function with given fields: ctx, cptName, reqEditors

func (*MockClientWithResponsesInterface) DeleteClusterResourceTypeWithResponse

func (_m *MockClientWithResponsesInterface) DeleteClusterResourceTypeWithResponse(ctx context.Context, crtName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteClusterResourceTypeResp, error)

DeleteClusterResourceTypeWithResponse provides a mock function with given fields: ctx, crtName, reqEditors

func (*MockClientWithResponsesInterface) DeleteClusterRoleBindingWithResponse

func (_m *MockClientWithResponsesInterface) DeleteClusterRoleBindingWithResponse(ctx context.Context, name string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteClusterRoleBindingResp, error)

DeleteClusterRoleBindingWithResponse provides a mock function with given fields: ctx, name, reqEditors

func (*MockClientWithResponsesInterface) DeleteClusterRoleWithResponse

func (_m *MockClientWithResponsesInterface) DeleteClusterRoleWithResponse(ctx context.Context, name string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteClusterRoleResp, error)

DeleteClusterRoleWithResponse provides a mock function with given fields: ctx, name, reqEditors

func (*MockClientWithResponsesInterface) DeleteClusterTraitWithResponse

func (_m *MockClientWithResponsesInterface) DeleteClusterTraitWithResponse(ctx context.Context, clusterTraitName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteClusterTraitResp, error)

DeleteClusterTraitWithResponse provides a mock function with given fields: ctx, clusterTraitName, reqEditors

func (*MockClientWithResponsesInterface) DeleteClusterWorkflowPlaneWithResponse

func (_m *MockClientWithResponsesInterface) DeleteClusterWorkflowPlaneWithResponse(ctx context.Context, clusterWorkflowPlaneName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteClusterWorkflowPlaneResp, error)

DeleteClusterWorkflowPlaneWithResponse provides a mock function with given fields: ctx, clusterWorkflowPlaneName, reqEditors

func (*MockClientWithResponsesInterface) DeleteClusterWorkflowWithResponse

func (_m *MockClientWithResponsesInterface) DeleteClusterWorkflowWithResponse(ctx context.Context, clusterWorkflowName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteClusterWorkflowResp, error)

DeleteClusterWorkflowWithResponse provides a mock function with given fields: ctx, clusterWorkflowName, reqEditors

func (*MockClientWithResponsesInterface) DeleteComponentReleaseWithResponse

func (_m *MockClientWithResponsesInterface) DeleteComponentReleaseWithResponse(ctx context.Context, namespaceName string, componentReleaseName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteComponentReleaseResp, error)

DeleteComponentReleaseWithResponse provides a mock function with given fields: ctx, namespaceName, componentReleaseName, reqEditors

func (*MockClientWithResponsesInterface) DeleteComponentTypeWithResponse

func (_m *MockClientWithResponsesInterface) DeleteComponentTypeWithResponse(ctx context.Context, namespaceName string, ctName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteComponentTypeResp, error)

DeleteComponentTypeWithResponse provides a mock function with given fields: ctx, namespaceName, ctName, reqEditors

func (*MockClientWithResponsesInterface) DeleteComponentWithResponse

func (_m *MockClientWithResponsesInterface) DeleteComponentWithResponse(ctx context.Context, namespaceName string, componentName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteComponentResp, error)

DeleteComponentWithResponse provides a mock function with given fields: ctx, namespaceName, componentName, reqEditors

func (*MockClientWithResponsesInterface) DeleteDataPlaneWithResponse

func (_m *MockClientWithResponsesInterface) DeleteDataPlaneWithResponse(ctx context.Context, namespaceName string, dpName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteDataPlaneResp, error)

DeleteDataPlaneWithResponse provides a mock function with given fields: ctx, namespaceName, dpName, reqEditors

func (*MockClientWithResponsesInterface) DeleteDeploymentPipelineWithResponse

func (_m *MockClientWithResponsesInterface) DeleteDeploymentPipelineWithResponse(ctx context.Context, namespaceName string, deploymentPipelineName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteDeploymentPipelineResp, error)

DeleteDeploymentPipelineWithResponse provides a mock function with given fields: ctx, namespaceName, deploymentPipelineName, reqEditors

func (*MockClientWithResponsesInterface) DeleteEnvironmentWithResponse

func (_m *MockClientWithResponsesInterface) DeleteEnvironmentWithResponse(ctx context.Context, namespaceName string, envName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteEnvironmentResp, error)

DeleteEnvironmentWithResponse provides a mock function with given fields: ctx, namespaceName, envName, reqEditors

func (*MockClientWithResponsesInterface) DeleteGitSecretWithResponse

func (_m *MockClientWithResponsesInterface) DeleteGitSecretWithResponse(ctx context.Context, namespaceName string, gitSecretName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteGitSecretResp, error)

DeleteGitSecretWithResponse provides a mock function with given fields: ctx, namespaceName, gitSecretName, reqEditors

func (*MockClientWithResponsesInterface) DeleteNamespaceRoleBindingWithResponse

func (_m *MockClientWithResponsesInterface) DeleteNamespaceRoleBindingWithResponse(ctx context.Context, namespaceName string, name string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteNamespaceRoleBindingResp, error)

DeleteNamespaceRoleBindingWithResponse provides a mock function with given fields: ctx, namespaceName, name, reqEditors

func (*MockClientWithResponsesInterface) DeleteNamespaceRoleWithResponse

func (_m *MockClientWithResponsesInterface) DeleteNamespaceRoleWithResponse(ctx context.Context, namespaceName string, name string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteNamespaceRoleResp, error)

DeleteNamespaceRoleWithResponse provides a mock function with given fields: ctx, namespaceName, name, reqEditors

func (*MockClientWithResponsesInterface) DeleteNamespaceWithResponse

func (_m *MockClientWithResponsesInterface) DeleteNamespaceWithResponse(ctx context.Context, namespaceName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteNamespaceResp, error)

DeleteNamespaceWithResponse provides a mock function with given fields: ctx, namespaceName, reqEditors

func (*MockClientWithResponsesInterface) DeleteObservabilityAlertsNotificationChannelWithResponse

func (_m *MockClientWithResponsesInterface) DeleteObservabilityAlertsNotificationChannelWithResponse(ctx context.Context, namespaceName string, observabilityAlertsNotificationChannelName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteObservabilityAlertsNotificationChannelResp, error)

DeleteObservabilityAlertsNotificationChannelWithResponse provides a mock function with given fields: ctx, namespaceName, observabilityAlertsNotificationChannelName, reqEditors

func (*MockClientWithResponsesInterface) DeleteObservabilityPlaneWithResponse

func (_m *MockClientWithResponsesInterface) DeleteObservabilityPlaneWithResponse(ctx context.Context, namespaceName string, observabilityPlaneName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteObservabilityPlaneResp, error)

DeleteObservabilityPlaneWithResponse provides a mock function with given fields: ctx, namespaceName, observabilityPlaneName, reqEditors

func (*MockClientWithResponsesInterface) DeleteProjectReleaseBindingWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) DeleteProjectReleaseBindingWithResponse(ctx context.Context, namespaceName string, projectReleaseBindingName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteProjectReleaseBindingResp, error)

DeleteProjectReleaseBindingWithResponse provides a mock function with given fields: ctx, namespaceName, projectReleaseBindingName, reqEditors

func (*MockClientWithResponsesInterface) DeleteProjectReleaseWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) DeleteProjectReleaseWithResponse(ctx context.Context, namespaceName string, projectReleaseName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteProjectReleaseResp, error)

DeleteProjectReleaseWithResponse provides a mock function with given fields: ctx, namespaceName, projectReleaseName, reqEditors

func (*MockClientWithResponsesInterface) DeleteProjectTypeWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) DeleteProjectTypeWithResponse(ctx context.Context, namespaceName string, ptName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteProjectTypeResp, error)

DeleteProjectTypeWithResponse provides a mock function with given fields: ctx, namespaceName, ptName, reqEditors

func (*MockClientWithResponsesInterface) DeleteProjectWithResponse

func (_m *MockClientWithResponsesInterface) DeleteProjectWithResponse(ctx context.Context, namespaceName string, projectName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteProjectResp, error)

DeleteProjectWithResponse provides a mock function with given fields: ctx, namespaceName, projectName, reqEditors

func (*MockClientWithResponsesInterface) DeleteReleaseBindingWithResponse

func (_m *MockClientWithResponsesInterface) DeleteReleaseBindingWithResponse(ctx context.Context, namespaceName string, releaseBindingName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteReleaseBindingResp, error)

DeleteReleaseBindingWithResponse provides a mock function with given fields: ctx, namespaceName, releaseBindingName, reqEditors

func (*MockClientWithResponsesInterface) DeleteResourceReleaseBindingWithResponse

func (_m *MockClientWithResponsesInterface) DeleteResourceReleaseBindingWithResponse(ctx context.Context, namespaceName string, resourceReleaseBindingName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteResourceReleaseBindingResp, error)

DeleteResourceReleaseBindingWithResponse provides a mock function with given fields: ctx, namespaceName, resourceReleaseBindingName, reqEditors

func (*MockClientWithResponsesInterface) DeleteResourceReleaseWithResponse

func (_m *MockClientWithResponsesInterface) DeleteResourceReleaseWithResponse(ctx context.Context, namespaceName string, resourceReleaseName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteResourceReleaseResp, error)

DeleteResourceReleaseWithResponse provides a mock function with given fields: ctx, namespaceName, resourceReleaseName, reqEditors

func (*MockClientWithResponsesInterface) DeleteResourceTypeWithResponse

func (_m *MockClientWithResponsesInterface) DeleteResourceTypeWithResponse(ctx context.Context, namespaceName string, rtName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteResourceTypeResp, error)

DeleteResourceTypeWithResponse provides a mock function with given fields: ctx, namespaceName, rtName, reqEditors

func (*MockClientWithResponsesInterface) DeleteResourceWithResponse

func (_m *MockClientWithResponsesInterface) DeleteResourceWithResponse(ctx context.Context, namespaceName string, resourceName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteResourceResp, error)

DeleteResourceWithResponse provides a mock function with given fields: ctx, namespaceName, resourceName, reqEditors

func (*MockClientWithResponsesInterface) DeleteSecretReferenceWithResponse

func (_m *MockClientWithResponsesInterface) DeleteSecretReferenceWithResponse(ctx context.Context, namespaceName string, secretReferenceName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteSecretReferenceResp, error)

DeleteSecretReferenceWithResponse provides a mock function with given fields: ctx, namespaceName, secretReferenceName, reqEditors

func (*MockClientWithResponsesInterface) DeleteSecretWithResponse

func (_m *MockClientWithResponsesInterface) DeleteSecretWithResponse(ctx context.Context, namespaceName string, secretName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteSecretResp, error)

DeleteSecretWithResponse provides a mock function with given fields: ctx, namespaceName, secretName, reqEditors

func (*MockClientWithResponsesInterface) DeleteTraitWithResponse

func (_m *MockClientWithResponsesInterface) DeleteTraitWithResponse(ctx context.Context, namespaceName string, traitName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteTraitResp, error)

DeleteTraitWithResponse provides a mock function with given fields: ctx, namespaceName, traitName, reqEditors

func (*MockClientWithResponsesInterface) DeleteWorkflowPlaneWithResponse

func (_m *MockClientWithResponsesInterface) DeleteWorkflowPlaneWithResponse(ctx context.Context, namespaceName string, workflowPlaneName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteWorkflowPlaneResp, error)

DeleteWorkflowPlaneWithResponse provides a mock function with given fields: ctx, namespaceName, workflowPlaneName, reqEditors

func (*MockClientWithResponsesInterface) DeleteWorkflowRunWithResponse

func (_m *MockClientWithResponsesInterface) DeleteWorkflowRunWithResponse(ctx context.Context, namespaceName string, runName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteWorkflowRunResp, error)

DeleteWorkflowRunWithResponse provides a mock function with given fields: ctx, namespaceName, runName, reqEditors

func (*MockClientWithResponsesInterface) DeleteWorkflowWithResponse

func (_m *MockClientWithResponsesInterface) DeleteWorkflowWithResponse(ctx context.Context, namespaceName string, workflowName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteWorkflowResp, error)

DeleteWorkflowWithResponse provides a mock function with given fields: ctx, namespaceName, workflowName, reqEditors

func (*MockClientWithResponsesInterface) DeleteWorkloadWithResponse

func (_m *MockClientWithResponsesInterface) DeleteWorkloadWithResponse(ctx context.Context, namespaceName string, workloadName string, reqEditors ...gen.RequestEditorFn) (*gen.DeleteWorkloadResp, error)

DeleteWorkloadWithResponse provides a mock function with given fields: ctx, namespaceName, workloadName, reqEditors

func (*MockClientWithResponsesInterface) EXPECT

func (*MockClientWithResponsesInterface) EvaluatesWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) EvaluatesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.EvaluatesResp, error)

EvaluatesWithBodyWithResponse provides a mock function with given fields: ctx, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) EvaluatesWithResponse

func (_m *MockClientWithResponsesInterface) EvaluatesWithResponse(ctx context.Context, body []gen.EvaluateRequest, reqEditors ...gen.RequestEditorFn) (*gen.EvaluatesResp, error)

EvaluatesWithResponse provides a mock function with given fields: ctx, body, reqEditors

func (*MockClientWithResponsesInterface) GenerateReleaseWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) GenerateReleaseWithBodyWithResponse(ctx context.Context, namespaceName string, componentName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.GenerateReleaseResp, error)

GenerateReleaseWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, componentName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) GenerateReleaseWithResponse

func (_m *MockClientWithResponsesInterface) GenerateReleaseWithResponse(ctx context.Context, namespaceName string, componentName string, body gen.GenerateReleaseRequest, reqEditors ...gen.RequestEditorFn) (*gen.GenerateReleaseResp, error)

GenerateReleaseWithResponse provides a mock function with given fields: ctx, namespaceName, componentName, body, reqEditors

func (*MockClientWithResponsesInterface) GetClusterComponentTypeSchemaWithResponse

func (_m *MockClientWithResponsesInterface) GetClusterComponentTypeSchemaWithResponse(ctx context.Context, cctName string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterComponentTypeSchemaResp, error)

GetClusterComponentTypeSchemaWithResponse provides a mock function with given fields: ctx, cctName, reqEditors

func (*MockClientWithResponsesInterface) GetClusterComponentTypeWithResponse

func (_m *MockClientWithResponsesInterface) GetClusterComponentTypeWithResponse(ctx context.Context, cctName string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterComponentTypeResp, error)

GetClusterComponentTypeWithResponse provides a mock function with given fields: ctx, cctName, reqEditors

func (*MockClientWithResponsesInterface) GetClusterDataPlaneWithResponse

func (_m *MockClientWithResponsesInterface) GetClusterDataPlaneWithResponse(ctx context.Context, cdpName string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterDataPlaneResp, error)

GetClusterDataPlaneWithResponse provides a mock function with given fields: ctx, cdpName, reqEditors

func (*MockClientWithResponsesInterface) GetClusterObservabilityPlaneWithResponse

func (_m *MockClientWithResponsesInterface) GetClusterObservabilityPlaneWithResponse(ctx context.Context, clusterObservabilityPlaneName string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterObservabilityPlaneResp, error)

GetClusterObservabilityPlaneWithResponse provides a mock function with given fields: ctx, clusterObservabilityPlaneName, reqEditors

func (*MockClientWithResponsesInterface) GetClusterProjectTypeSchemaWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) GetClusterProjectTypeSchemaWithResponse(ctx context.Context, cptName string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterProjectTypeSchemaResp, error)

GetClusterProjectTypeSchemaWithResponse provides a mock function with given fields: ctx, cptName, reqEditors

func (*MockClientWithResponsesInterface) GetClusterProjectTypeWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) GetClusterProjectTypeWithResponse(ctx context.Context, cptName string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterProjectTypeResp, error)

GetClusterProjectTypeWithResponse provides a mock function with given fields: ctx, cptName, reqEditors

func (*MockClientWithResponsesInterface) GetClusterResourceTypeSchemaWithResponse

func (_m *MockClientWithResponsesInterface) GetClusterResourceTypeSchemaWithResponse(ctx context.Context, crtName string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterResourceTypeSchemaResp, error)

GetClusterResourceTypeSchemaWithResponse provides a mock function with given fields: ctx, crtName, reqEditors

func (*MockClientWithResponsesInterface) GetClusterResourceTypeWithResponse

func (_m *MockClientWithResponsesInterface) GetClusterResourceTypeWithResponse(ctx context.Context, crtName string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterResourceTypeResp, error)

GetClusterResourceTypeWithResponse provides a mock function with given fields: ctx, crtName, reqEditors

func (*MockClientWithResponsesInterface) GetClusterRoleBindingWithResponse

func (_m *MockClientWithResponsesInterface) GetClusterRoleBindingWithResponse(ctx context.Context, name string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterRoleBindingResp, error)

GetClusterRoleBindingWithResponse provides a mock function with given fields: ctx, name, reqEditors

func (*MockClientWithResponsesInterface) GetClusterRoleWithResponse

func (_m *MockClientWithResponsesInterface) GetClusterRoleWithResponse(ctx context.Context, name string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterRoleResp, error)

GetClusterRoleWithResponse provides a mock function with given fields: ctx, name, reqEditors

func (*MockClientWithResponsesInterface) GetClusterTraitSchemaWithResponse

func (_m *MockClientWithResponsesInterface) GetClusterTraitSchemaWithResponse(ctx context.Context, clusterTraitName string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterTraitSchemaResp, error)

GetClusterTraitSchemaWithResponse provides a mock function with given fields: ctx, clusterTraitName, reqEditors

func (*MockClientWithResponsesInterface) GetClusterTraitWithResponse

func (_m *MockClientWithResponsesInterface) GetClusterTraitWithResponse(ctx context.Context, clusterTraitName string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterTraitResp, error)

GetClusterTraitWithResponse provides a mock function with given fields: ctx, clusterTraitName, reqEditors

func (*MockClientWithResponsesInterface) GetClusterWorkflowPlaneWithResponse

func (_m *MockClientWithResponsesInterface) GetClusterWorkflowPlaneWithResponse(ctx context.Context, clusterWorkflowPlaneName string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterWorkflowPlaneResp, error)

GetClusterWorkflowPlaneWithResponse provides a mock function with given fields: ctx, clusterWorkflowPlaneName, reqEditors

func (*MockClientWithResponsesInterface) GetClusterWorkflowSchemaWithResponse

func (_m *MockClientWithResponsesInterface) GetClusterWorkflowSchemaWithResponse(ctx context.Context, clusterWorkflowName string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterWorkflowSchemaResp, error)

GetClusterWorkflowSchemaWithResponse provides a mock function with given fields: ctx, clusterWorkflowName, reqEditors

func (*MockClientWithResponsesInterface) GetClusterWorkflowWithResponse

func (_m *MockClientWithResponsesInterface) GetClusterWorkflowWithResponse(ctx context.Context, clusterWorkflowName string, reqEditors ...gen.RequestEditorFn) (*gen.GetClusterWorkflowResp, error)

GetClusterWorkflowWithResponse provides a mock function with given fields: ctx, clusterWorkflowName, reqEditors

func (*MockClientWithResponsesInterface) GetComponentReleaseWithResponse

func (_m *MockClientWithResponsesInterface) GetComponentReleaseWithResponse(ctx context.Context, namespaceName string, componentReleaseName string, reqEditors ...gen.RequestEditorFn) (*gen.GetComponentReleaseResp, error)

GetComponentReleaseWithResponse provides a mock function with given fields: ctx, namespaceName, componentReleaseName, reqEditors

func (*MockClientWithResponsesInterface) GetComponentSchemaWithResponse

func (_m *MockClientWithResponsesInterface) GetComponentSchemaWithResponse(ctx context.Context, namespaceName string, componentName string, reqEditors ...gen.RequestEditorFn) (*gen.GetComponentSchemaResp, error)

GetComponentSchemaWithResponse provides a mock function with given fields: ctx, namespaceName, componentName, reqEditors

func (*MockClientWithResponsesInterface) GetComponentTypeSchemaWithResponse

func (_m *MockClientWithResponsesInterface) GetComponentTypeSchemaWithResponse(ctx context.Context, namespaceName string, ctName string, reqEditors ...gen.RequestEditorFn) (*gen.GetComponentTypeSchemaResp, error)

GetComponentTypeSchemaWithResponse provides a mock function with given fields: ctx, namespaceName, ctName, reqEditors

func (*MockClientWithResponsesInterface) GetComponentTypeWithResponse

func (_m *MockClientWithResponsesInterface) GetComponentTypeWithResponse(ctx context.Context, namespaceName string, ctName string, reqEditors ...gen.RequestEditorFn) (*gen.GetComponentTypeResp, error)

GetComponentTypeWithResponse provides a mock function with given fields: ctx, namespaceName, ctName, reqEditors

func (*MockClientWithResponsesInterface) GetComponentWithResponse

func (_m *MockClientWithResponsesInterface) GetComponentWithResponse(ctx context.Context, namespaceName string, componentName string, reqEditors ...gen.RequestEditorFn) (*gen.GetComponentResp, error)

GetComponentWithResponse provides a mock function with given fields: ctx, namespaceName, componentName, reqEditors

func (*MockClientWithResponsesInterface) GetDataPlaneWithResponse

func (_m *MockClientWithResponsesInterface) GetDataPlaneWithResponse(ctx context.Context, namespaceName string, dpName string, reqEditors ...gen.RequestEditorFn) (*gen.GetDataPlaneResp, error)

GetDataPlaneWithResponse provides a mock function with given fields: ctx, namespaceName, dpName, reqEditors

func (*MockClientWithResponsesInterface) GetDeploymentPipelineWithResponse

func (_m *MockClientWithResponsesInterface) GetDeploymentPipelineWithResponse(ctx context.Context, namespaceName string, deploymentPipelineName string, reqEditors ...gen.RequestEditorFn) (*gen.GetDeploymentPipelineResp, error)

GetDeploymentPipelineWithResponse provides a mock function with given fields: ctx, namespaceName, deploymentPipelineName, reqEditors

func (*MockClientWithResponsesInterface) GetEnvironmentWithResponse

func (_m *MockClientWithResponsesInterface) GetEnvironmentWithResponse(ctx context.Context, namespaceName string, envName string, reqEditors ...gen.RequestEditorFn) (*gen.GetEnvironmentResp, error)

GetEnvironmentWithResponse provides a mock function with given fields: ctx, namespaceName, envName, reqEditors

func (*MockClientWithResponsesInterface) GetHealthWithResponse

func (_m *MockClientWithResponsesInterface) GetHealthWithResponse(ctx context.Context, reqEditors ...gen.RequestEditorFn) (*gen.GetHealthResp, error)

GetHealthWithResponse provides a mock function with given fields: ctx, reqEditors

func (*MockClientWithResponsesInterface) GetNamespaceRoleBindingWithResponse

func (_m *MockClientWithResponsesInterface) GetNamespaceRoleBindingWithResponse(ctx context.Context, namespaceName string, name string, reqEditors ...gen.RequestEditorFn) (*gen.GetNamespaceRoleBindingResp, error)

GetNamespaceRoleBindingWithResponse provides a mock function with given fields: ctx, namespaceName, name, reqEditors

func (*MockClientWithResponsesInterface) GetNamespaceRoleWithResponse

func (_m *MockClientWithResponsesInterface) GetNamespaceRoleWithResponse(ctx context.Context, namespaceName string, name string, reqEditors ...gen.RequestEditorFn) (*gen.GetNamespaceRoleResp, error)

GetNamespaceRoleWithResponse provides a mock function with given fields: ctx, namespaceName, name, reqEditors

func (*MockClientWithResponsesInterface) GetNamespaceWithResponse

func (_m *MockClientWithResponsesInterface) GetNamespaceWithResponse(ctx context.Context, namespaceName string, reqEditors ...gen.RequestEditorFn) (*gen.GetNamespaceResp, error)

GetNamespaceWithResponse provides a mock function with given fields: ctx, namespaceName, reqEditors

func (*MockClientWithResponsesInterface) GetOAuthProtectedResourceMetadataWithResponse

func (_m *MockClientWithResponsesInterface) GetOAuthProtectedResourceMetadataWithResponse(ctx context.Context, reqEditors ...gen.RequestEditorFn) (*gen.GetOAuthProtectedResourceMetadataResp, error)

GetOAuthProtectedResourceMetadataWithResponse provides a mock function with given fields: ctx, reqEditors

func (*MockClientWithResponsesInterface) GetObservabilityAlertsNotificationChannelWithResponse

func (_m *MockClientWithResponsesInterface) GetObservabilityAlertsNotificationChannelWithResponse(ctx context.Context, namespaceName string, observabilityAlertsNotificationChannelName string, reqEditors ...gen.RequestEditorFn) (*gen.GetObservabilityAlertsNotificationChannelResp, error)

GetObservabilityAlertsNotificationChannelWithResponse provides a mock function with given fields: ctx, namespaceName, observabilityAlertsNotificationChannelName, reqEditors

func (*MockClientWithResponsesInterface) GetObservabilityPlaneWithResponse

func (_m *MockClientWithResponsesInterface) GetObservabilityPlaneWithResponse(ctx context.Context, namespaceName string, observabilityPlaneName string, reqEditors ...gen.RequestEditorFn) (*gen.GetObservabilityPlaneResp, error)

GetObservabilityPlaneWithResponse provides a mock function with given fields: ctx, namespaceName, observabilityPlaneName, reqEditors

func (*MockClientWithResponsesInterface) GetOpenAPISpecWithResponse

func (_m *MockClientWithResponsesInterface) GetOpenAPISpecWithResponse(ctx context.Context, reqEditors ...gen.RequestEditorFn) (*gen.GetOpenAPISpecResp, error)

GetOpenAPISpecWithResponse provides a mock function with given fields: ctx, reqEditors

func (*MockClientWithResponsesInterface) GetProjectReleaseBindingWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) GetProjectReleaseBindingWithResponse(ctx context.Context, namespaceName string, projectReleaseBindingName string, reqEditors ...gen.RequestEditorFn) (*gen.GetProjectReleaseBindingResp, error)

GetProjectReleaseBindingWithResponse provides a mock function with given fields: ctx, namespaceName, projectReleaseBindingName, reqEditors

func (*MockClientWithResponsesInterface) GetProjectReleaseWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) GetProjectReleaseWithResponse(ctx context.Context, namespaceName string, projectReleaseName string, reqEditors ...gen.RequestEditorFn) (*gen.GetProjectReleaseResp, error)

GetProjectReleaseWithResponse provides a mock function with given fields: ctx, namespaceName, projectReleaseName, reqEditors

func (*MockClientWithResponsesInterface) GetProjectTypeSchemaWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) GetProjectTypeSchemaWithResponse(ctx context.Context, namespaceName string, ptName string, reqEditors ...gen.RequestEditorFn) (*gen.GetProjectTypeSchemaResp, error)

GetProjectTypeSchemaWithResponse provides a mock function with given fields: ctx, namespaceName, ptName, reqEditors

func (*MockClientWithResponsesInterface) GetProjectTypeWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) GetProjectTypeWithResponse(ctx context.Context, namespaceName string, ptName string, reqEditors ...gen.RequestEditorFn) (*gen.GetProjectTypeResp, error)

GetProjectTypeWithResponse provides a mock function with given fields: ctx, namespaceName, ptName, reqEditors

func (*MockClientWithResponsesInterface) GetProjectWithResponse

func (_m *MockClientWithResponsesInterface) GetProjectWithResponse(ctx context.Context, namespaceName string, projectName string, reqEditors ...gen.RequestEditorFn) (*gen.GetProjectResp, error)

GetProjectWithResponse provides a mock function with given fields: ctx, namespaceName, projectName, reqEditors

func (*MockClientWithResponsesInterface) GetReadyWithResponse

func (_m *MockClientWithResponsesInterface) GetReadyWithResponse(ctx context.Context, reqEditors ...gen.RequestEditorFn) (*gen.GetReadyResp, error)

GetReadyWithResponse provides a mock function with given fields: ctx, reqEditors

func (*MockClientWithResponsesInterface) GetReleaseBindingK8sResourceEventsWithResponse

func (_m *MockClientWithResponsesInterface) GetReleaseBindingK8sResourceEventsWithResponse(ctx context.Context, namespaceName string, releaseBindingName string, params *gen.GetReleaseBindingK8sResourceEventsParams, reqEditors ...gen.RequestEditorFn) (*gen.GetReleaseBindingK8sResourceEventsResp, error)

GetReleaseBindingK8sResourceEventsWithResponse provides a mock function with given fields: ctx, namespaceName, releaseBindingName, params, reqEditors

func (*MockClientWithResponsesInterface) GetReleaseBindingK8sResourceLogsWithResponse

func (_m *MockClientWithResponsesInterface) GetReleaseBindingK8sResourceLogsWithResponse(ctx context.Context, namespaceName string, releaseBindingName string, params *gen.GetReleaseBindingK8sResourceLogsParams, reqEditors ...gen.RequestEditorFn) (*gen.GetReleaseBindingK8sResourceLogsResp, error)

GetReleaseBindingK8sResourceLogsWithResponse provides a mock function with given fields: ctx, namespaceName, releaseBindingName, params, reqEditors

func (*MockClientWithResponsesInterface) GetReleaseBindingK8sResourceTreeWithResponse

func (_m *MockClientWithResponsesInterface) GetReleaseBindingK8sResourceTreeWithResponse(ctx context.Context, namespaceName string, releaseBindingName string, reqEditors ...gen.RequestEditorFn) (*gen.GetReleaseBindingK8sResourceTreeResp, error)

GetReleaseBindingK8sResourceTreeWithResponse provides a mock function with given fields: ctx, namespaceName, releaseBindingName, reqEditors

func (*MockClientWithResponsesInterface) GetReleaseBindingWithResponse

func (_m *MockClientWithResponsesInterface) GetReleaseBindingWithResponse(ctx context.Context, namespaceName string, releaseBindingName string, reqEditors ...gen.RequestEditorFn) (*gen.GetReleaseBindingResp, error)

GetReleaseBindingWithResponse provides a mock function with given fields: ctx, namespaceName, releaseBindingName, reqEditors

func (*MockClientWithResponsesInterface) GetResourceReleaseBindingWithResponse

func (_m *MockClientWithResponsesInterface) GetResourceReleaseBindingWithResponse(ctx context.Context, namespaceName string, resourceReleaseBindingName string, reqEditors ...gen.RequestEditorFn) (*gen.GetResourceReleaseBindingResp, error)

GetResourceReleaseBindingWithResponse provides a mock function with given fields: ctx, namespaceName, resourceReleaseBindingName, reqEditors

func (*MockClientWithResponsesInterface) GetResourceReleaseWithResponse

func (_m *MockClientWithResponsesInterface) GetResourceReleaseWithResponse(ctx context.Context, namespaceName string, resourceReleaseName string, reqEditors ...gen.RequestEditorFn) (*gen.GetResourceReleaseResp, error)

GetResourceReleaseWithResponse provides a mock function with given fields: ctx, namespaceName, resourceReleaseName, reqEditors

func (*MockClientWithResponsesInterface) GetResourceTypeSchemaWithResponse

func (_m *MockClientWithResponsesInterface) GetResourceTypeSchemaWithResponse(ctx context.Context, namespaceName string, rtName string, reqEditors ...gen.RequestEditorFn) (*gen.GetResourceTypeSchemaResp, error)

GetResourceTypeSchemaWithResponse provides a mock function with given fields: ctx, namespaceName, rtName, reqEditors

func (*MockClientWithResponsesInterface) GetResourceTypeWithResponse

func (_m *MockClientWithResponsesInterface) GetResourceTypeWithResponse(ctx context.Context, namespaceName string, rtName string, reqEditors ...gen.RequestEditorFn) (*gen.GetResourceTypeResp, error)

GetResourceTypeWithResponse provides a mock function with given fields: ctx, namespaceName, rtName, reqEditors

func (*MockClientWithResponsesInterface) GetResourceWithResponse

func (_m *MockClientWithResponsesInterface) GetResourceWithResponse(ctx context.Context, namespaceName string, resourceName string, reqEditors ...gen.RequestEditorFn) (*gen.GetResourceResp, error)

GetResourceWithResponse provides a mock function with given fields: ctx, namespaceName, resourceName, reqEditors

func (*MockClientWithResponsesInterface) GetSecretReferenceWithResponse

func (_m *MockClientWithResponsesInterface) GetSecretReferenceWithResponse(ctx context.Context, namespaceName string, secretReferenceName string, reqEditors ...gen.RequestEditorFn) (*gen.GetSecretReferenceResp, error)

GetSecretReferenceWithResponse provides a mock function with given fields: ctx, namespaceName, secretReferenceName, reqEditors

func (*MockClientWithResponsesInterface) GetSecretWithResponse

func (_m *MockClientWithResponsesInterface) GetSecretWithResponse(ctx context.Context, namespaceName string, secretName string, reqEditors ...gen.RequestEditorFn) (*gen.GetSecretResp, error)

GetSecretWithResponse provides a mock function with given fields: ctx, namespaceName, secretName, reqEditors

func (*MockClientWithResponsesInterface) GetSubjectProfileWithResponse

func (_m *MockClientWithResponsesInterface) GetSubjectProfileWithResponse(ctx context.Context, params *gen.GetSubjectProfileParams, reqEditors ...gen.RequestEditorFn) (*gen.GetSubjectProfileResp, error)

GetSubjectProfileWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*MockClientWithResponsesInterface) GetTraitSchemaWithResponse

func (_m *MockClientWithResponsesInterface) GetTraitSchemaWithResponse(ctx context.Context, namespaceName string, traitName string, reqEditors ...gen.RequestEditorFn) (*gen.GetTraitSchemaResp, error)

GetTraitSchemaWithResponse provides a mock function with given fields: ctx, namespaceName, traitName, reqEditors

func (*MockClientWithResponsesInterface) GetTraitWithResponse

func (_m *MockClientWithResponsesInterface) GetTraitWithResponse(ctx context.Context, namespaceName string, traitName string, reqEditors ...gen.RequestEditorFn) (*gen.GetTraitResp, error)

GetTraitWithResponse provides a mock function with given fields: ctx, namespaceName, traitName, reqEditors

func (*MockClientWithResponsesInterface) GetVersionWithResponse

func (_m *MockClientWithResponsesInterface) GetVersionWithResponse(ctx context.Context, reqEditors ...gen.RequestEditorFn) (*gen.GetVersionResp, error)

GetVersionWithResponse provides a mock function with given fields: ctx, reqEditors

func (*MockClientWithResponsesInterface) GetWorkflowPlaneWithResponse

func (_m *MockClientWithResponsesInterface) GetWorkflowPlaneWithResponse(ctx context.Context, namespaceName string, workflowPlaneName string, reqEditors ...gen.RequestEditorFn) (*gen.GetWorkflowPlaneResp, error)

GetWorkflowPlaneWithResponse provides a mock function with given fields: ctx, namespaceName, workflowPlaneName, reqEditors

func (*MockClientWithResponsesInterface) GetWorkflowRunEventsWithResponse

func (_m *MockClientWithResponsesInterface) GetWorkflowRunEventsWithResponse(ctx context.Context, namespaceName string, runName string, params *gen.GetWorkflowRunEventsParams, reqEditors ...gen.RequestEditorFn) (*gen.GetWorkflowRunEventsResp, error)

GetWorkflowRunEventsWithResponse provides a mock function with given fields: ctx, namespaceName, runName, params, reqEditors

func (*MockClientWithResponsesInterface) GetWorkflowRunLogsWithResponse

func (_m *MockClientWithResponsesInterface) GetWorkflowRunLogsWithResponse(ctx context.Context, namespaceName string, runName string, params *gen.GetWorkflowRunLogsParams, reqEditors ...gen.RequestEditorFn) (*gen.GetWorkflowRunLogsResp, error)

GetWorkflowRunLogsWithResponse provides a mock function with given fields: ctx, namespaceName, runName, params, reqEditors

func (*MockClientWithResponsesInterface) GetWorkflowRunStatusWithResponse

func (_m *MockClientWithResponsesInterface) GetWorkflowRunStatusWithResponse(ctx context.Context, namespaceName string, runName string, reqEditors ...gen.RequestEditorFn) (*gen.GetWorkflowRunStatusResp, error)

GetWorkflowRunStatusWithResponse provides a mock function with given fields: ctx, namespaceName, runName, reqEditors

func (*MockClientWithResponsesInterface) GetWorkflowRunWithResponse

func (_m *MockClientWithResponsesInterface) GetWorkflowRunWithResponse(ctx context.Context, namespaceName string, runName string, reqEditors ...gen.RequestEditorFn) (*gen.GetWorkflowRunResp, error)

GetWorkflowRunWithResponse provides a mock function with given fields: ctx, namespaceName, runName, reqEditors

func (*MockClientWithResponsesInterface) GetWorkflowSchemaWithResponse

func (_m *MockClientWithResponsesInterface) GetWorkflowSchemaWithResponse(ctx context.Context, namespaceName string, workflowName string, reqEditors ...gen.RequestEditorFn) (*gen.GetWorkflowSchemaResp, error)

GetWorkflowSchemaWithResponse provides a mock function with given fields: ctx, namespaceName, workflowName, reqEditors

func (*MockClientWithResponsesInterface) GetWorkflowWithResponse

func (_m *MockClientWithResponsesInterface) GetWorkflowWithResponse(ctx context.Context, namespaceName string, workflowName string, reqEditors ...gen.RequestEditorFn) (*gen.GetWorkflowResp, error)

GetWorkflowWithResponse provides a mock function with given fields: ctx, namespaceName, workflowName, reqEditors

func (*MockClientWithResponsesInterface) GetWorkloadWithResponse

func (_m *MockClientWithResponsesInterface) GetWorkloadWithResponse(ctx context.Context, namespaceName string, workloadName string, reqEditors ...gen.RequestEditorFn) (*gen.GetWorkloadResp, error)

GetWorkloadWithResponse provides a mock function with given fields: ctx, namespaceName, workloadName, reqEditors

func (*MockClientWithResponsesInterface) HandleAutoBuildWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) HandleAutoBuildWithBodyWithResponse(ctx context.Context, params *gen.HandleAutoBuildParams, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.HandleAutoBuildResp, error)

HandleAutoBuildWithBodyWithResponse provides a mock function with given fields: ctx, params, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) HandleAutoBuildWithResponse

HandleAutoBuildWithResponse provides a mock function with given fields: ctx, params, body, reqEditors

func (*MockClientWithResponsesInterface) ListActionsWithResponse

func (_m *MockClientWithResponsesInterface) ListActionsWithResponse(ctx context.Context, reqEditors ...gen.RequestEditorFn) (*gen.ListActionsResp, error)

ListActionsWithResponse provides a mock function with given fields: ctx, reqEditors

func (*MockClientWithResponsesInterface) ListClusterComponentTypesWithResponse

func (_m *MockClientWithResponsesInterface) ListClusterComponentTypesWithResponse(ctx context.Context, params *gen.ListClusterComponentTypesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListClusterComponentTypesResp, error)

ListClusterComponentTypesWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*MockClientWithResponsesInterface) ListClusterDataPlanesWithResponse

func (_m *MockClientWithResponsesInterface) ListClusterDataPlanesWithResponse(ctx context.Context, params *gen.ListClusterDataPlanesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListClusterDataPlanesResp, error)

ListClusterDataPlanesWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*MockClientWithResponsesInterface) ListClusterObservabilityPlanesWithResponse

func (_m *MockClientWithResponsesInterface) ListClusterObservabilityPlanesWithResponse(ctx context.Context, params *gen.ListClusterObservabilityPlanesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListClusterObservabilityPlanesResp, error)

ListClusterObservabilityPlanesWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*MockClientWithResponsesInterface) ListClusterProjectTypesWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) ListClusterProjectTypesWithResponse(ctx context.Context, params *gen.ListClusterProjectTypesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListClusterProjectTypesResp, error)

ListClusterProjectTypesWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*MockClientWithResponsesInterface) ListClusterResourceTypesWithResponse

func (_m *MockClientWithResponsesInterface) ListClusterResourceTypesWithResponse(ctx context.Context, params *gen.ListClusterResourceTypesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListClusterResourceTypesResp, error)

ListClusterResourceTypesWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*MockClientWithResponsesInterface) ListClusterRoleBindingsWithResponse

func (_m *MockClientWithResponsesInterface) ListClusterRoleBindingsWithResponse(ctx context.Context, params *gen.ListClusterRoleBindingsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListClusterRoleBindingsResp, error)

ListClusterRoleBindingsWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*MockClientWithResponsesInterface) ListClusterRolesWithResponse

func (_m *MockClientWithResponsesInterface) ListClusterRolesWithResponse(ctx context.Context, params *gen.ListClusterRolesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListClusterRolesResp, error)

ListClusterRolesWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*MockClientWithResponsesInterface) ListClusterTraitsWithResponse

func (_m *MockClientWithResponsesInterface) ListClusterTraitsWithResponse(ctx context.Context, params *gen.ListClusterTraitsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListClusterTraitsResp, error)

ListClusterTraitsWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*MockClientWithResponsesInterface) ListClusterWorkflowPlanesWithResponse

func (_m *MockClientWithResponsesInterface) ListClusterWorkflowPlanesWithResponse(ctx context.Context, params *gen.ListClusterWorkflowPlanesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListClusterWorkflowPlanesResp, error)

ListClusterWorkflowPlanesWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*MockClientWithResponsesInterface) ListClusterWorkflowsWithResponse

func (_m *MockClientWithResponsesInterface) ListClusterWorkflowsWithResponse(ctx context.Context, params *gen.ListClusterWorkflowsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListClusterWorkflowsResp, error)

ListClusterWorkflowsWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*MockClientWithResponsesInterface) ListComponentReleasesWithResponse

func (_m *MockClientWithResponsesInterface) ListComponentReleasesWithResponse(ctx context.Context, namespaceName string, params *gen.ListComponentReleasesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListComponentReleasesResp, error)

ListComponentReleasesWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListComponentTypesWithResponse

func (_m *MockClientWithResponsesInterface) ListComponentTypesWithResponse(ctx context.Context, namespaceName string, params *gen.ListComponentTypesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListComponentTypesResp, error)

ListComponentTypesWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListComponentsWithResponse

func (_m *MockClientWithResponsesInterface) ListComponentsWithResponse(ctx context.Context, namespaceName string, params *gen.ListComponentsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListComponentsResp, error)

ListComponentsWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListDataPlanesWithResponse

func (_m *MockClientWithResponsesInterface) ListDataPlanesWithResponse(ctx context.Context, namespaceName string, params *gen.ListDataPlanesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListDataPlanesResp, error)

ListDataPlanesWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListDeploymentPipelinesWithResponse

func (_m *MockClientWithResponsesInterface) ListDeploymentPipelinesWithResponse(ctx context.Context, namespaceName string, params *gen.ListDeploymentPipelinesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListDeploymentPipelinesResp, error)

ListDeploymentPipelinesWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListEnvironmentsWithResponse

func (_m *MockClientWithResponsesInterface) ListEnvironmentsWithResponse(ctx context.Context, namespaceName string, params *gen.ListEnvironmentsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListEnvironmentsResp, error)

ListEnvironmentsWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListGitSecretsWithResponse

func (_m *MockClientWithResponsesInterface) ListGitSecretsWithResponse(ctx context.Context, namespaceName string, reqEditors ...gen.RequestEditorFn) (*gen.ListGitSecretsResp, error)

ListGitSecretsWithResponse provides a mock function with given fields: ctx, namespaceName, reqEditors

func (*MockClientWithResponsesInterface) ListNamespaceRoleBindingsWithResponse

func (_m *MockClientWithResponsesInterface) ListNamespaceRoleBindingsWithResponse(ctx context.Context, namespaceName string, params *gen.ListNamespaceRoleBindingsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListNamespaceRoleBindingsResp, error)

ListNamespaceRoleBindingsWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListNamespaceRolesWithResponse

func (_m *MockClientWithResponsesInterface) ListNamespaceRolesWithResponse(ctx context.Context, namespaceName string, params *gen.ListNamespaceRolesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListNamespaceRolesResp, error)

ListNamespaceRolesWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListNamespacesWithResponse

func (_m *MockClientWithResponsesInterface) ListNamespacesWithResponse(ctx context.Context, params *gen.ListNamespacesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListNamespacesResp, error)

ListNamespacesWithResponse provides a mock function with given fields: ctx, params, reqEditors

func (*MockClientWithResponsesInterface) ListObservabilityAlertsNotificationChannelsWithResponse

func (_m *MockClientWithResponsesInterface) ListObservabilityAlertsNotificationChannelsWithResponse(ctx context.Context, namespaceName string, params *gen.ListObservabilityAlertsNotificationChannelsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListObservabilityAlertsNotificationChannelsResp, error)

ListObservabilityAlertsNotificationChannelsWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListObservabilityPlanesWithResponse

func (_m *MockClientWithResponsesInterface) ListObservabilityPlanesWithResponse(ctx context.Context, namespaceName string, params *gen.ListObservabilityPlanesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListObservabilityPlanesResp, error)

ListObservabilityPlanesWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListProjectReleaseBindingsWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) ListProjectReleaseBindingsWithResponse(ctx context.Context, namespaceName string, params *gen.ListProjectReleaseBindingsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListProjectReleaseBindingsResp, error)

ListProjectReleaseBindingsWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListProjectReleasesWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) ListProjectReleasesWithResponse(ctx context.Context, namespaceName string, params *gen.ListProjectReleasesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListProjectReleasesResp, error)

ListProjectReleasesWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListProjectTypesWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) ListProjectTypesWithResponse(ctx context.Context, namespaceName string, params *gen.ListProjectTypesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListProjectTypesResp, error)

ListProjectTypesWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListProjectsWithResponse

func (_m *MockClientWithResponsesInterface) ListProjectsWithResponse(ctx context.Context, namespaceName string, params *gen.ListProjectsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListProjectsResp, error)

ListProjectsWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListReleaseBindingsWithResponse

func (_m *MockClientWithResponsesInterface) ListReleaseBindingsWithResponse(ctx context.Context, namespaceName string, params *gen.ListReleaseBindingsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListReleaseBindingsResp, error)

ListReleaseBindingsWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListResourceReleaseBindingsWithResponse

func (_m *MockClientWithResponsesInterface) ListResourceReleaseBindingsWithResponse(ctx context.Context, namespaceName string, params *gen.ListResourceReleaseBindingsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListResourceReleaseBindingsResp, error)

ListResourceReleaseBindingsWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListResourceReleasesWithResponse

func (_m *MockClientWithResponsesInterface) ListResourceReleasesWithResponse(ctx context.Context, namespaceName string, params *gen.ListResourceReleasesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListResourceReleasesResp, error)

ListResourceReleasesWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListResourceTypesWithResponse

func (_m *MockClientWithResponsesInterface) ListResourceTypesWithResponse(ctx context.Context, namespaceName string, params *gen.ListResourceTypesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListResourceTypesResp, error)

ListResourceTypesWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListResourcesWithResponse

func (_m *MockClientWithResponsesInterface) ListResourcesWithResponse(ctx context.Context, namespaceName string, params *gen.ListResourcesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListResourcesResp, error)

ListResourcesWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListSecretReferencesWithResponse

func (_m *MockClientWithResponsesInterface) ListSecretReferencesWithResponse(ctx context.Context, namespaceName string, params *gen.ListSecretReferencesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListSecretReferencesResp, error)

ListSecretReferencesWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListSecretsWithResponse

func (_m *MockClientWithResponsesInterface) ListSecretsWithResponse(ctx context.Context, namespaceName string, params *gen.ListSecretsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListSecretsResp, error)

ListSecretsWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListSubjectTypesWithResponse

func (_m *MockClientWithResponsesInterface) ListSubjectTypesWithResponse(ctx context.Context, reqEditors ...gen.RequestEditorFn) (*gen.ListSubjectTypesResp, error)

ListSubjectTypesWithResponse provides a mock function with given fields: ctx, reqEditors

func (*MockClientWithResponsesInterface) ListTraitsWithResponse

func (_m *MockClientWithResponsesInterface) ListTraitsWithResponse(ctx context.Context, namespaceName string, params *gen.ListTraitsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListTraitsResp, error)

ListTraitsWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListWorkflowPlanesWithResponse

func (_m *MockClientWithResponsesInterface) ListWorkflowPlanesWithResponse(ctx context.Context, namespaceName string, params *gen.ListWorkflowPlanesParams, reqEditors ...gen.RequestEditorFn) (*gen.ListWorkflowPlanesResp, error)

ListWorkflowPlanesWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListWorkflowRunsWithResponse

func (_m *MockClientWithResponsesInterface) ListWorkflowRunsWithResponse(ctx context.Context, namespaceName string, params *gen.ListWorkflowRunsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListWorkflowRunsResp, error)

ListWorkflowRunsWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListWorkflowsWithResponse

func (_m *MockClientWithResponsesInterface) ListWorkflowsWithResponse(ctx context.Context, namespaceName string, params *gen.ListWorkflowsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListWorkflowsResp, error)

ListWorkflowsWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) ListWorkloadsWithResponse

func (_m *MockClientWithResponsesInterface) ListWorkloadsWithResponse(ctx context.Context, namespaceName string, params *gen.ListWorkloadsParams, reqEditors ...gen.RequestEditorFn) (*gen.ListWorkloadsResp, error)

ListWorkloadsWithResponse provides a mock function with given fields: ctx, namespaceName, params, reqEditors

func (*MockClientWithResponsesInterface) TriggerReleaseBindingCronJobWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) TriggerReleaseBindingCronJobWithResponse(ctx context.Context, namespaceName string, releaseBindingName string, reqEditors ...gen.RequestEditorFn) (*gen.TriggerReleaseBindingCronJobResp, error)

TriggerReleaseBindingCronJobWithResponse provides a mock function with given fields: ctx, namespaceName, releaseBindingName, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterComponentTypeWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterComponentTypeWithBodyWithResponse(ctx context.Context, cctName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterComponentTypeResp, error)

UpdateClusterComponentTypeWithBodyWithResponse provides a mock function with given fields: ctx, cctName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterComponentTypeWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterComponentTypeWithResponse(ctx context.Context, cctName string, body gen.ClusterComponentType, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterComponentTypeResp, error)

UpdateClusterComponentTypeWithResponse provides a mock function with given fields: ctx, cctName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterDataPlaneWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterDataPlaneWithBodyWithResponse(ctx context.Context, cdpName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterDataPlaneResp, error)

UpdateClusterDataPlaneWithBodyWithResponse provides a mock function with given fields: ctx, cdpName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterDataPlaneWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterDataPlaneWithResponse(ctx context.Context, cdpName string, body gen.ClusterDataPlane, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterDataPlaneResp, error)

UpdateClusterDataPlaneWithResponse provides a mock function with given fields: ctx, cdpName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterObservabilityPlaneWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterObservabilityPlaneWithBodyWithResponse(ctx context.Context, clusterObservabilityPlaneName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterObservabilityPlaneResp, error)

UpdateClusterObservabilityPlaneWithBodyWithResponse provides a mock function with given fields: ctx, clusterObservabilityPlaneName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterObservabilityPlaneWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterObservabilityPlaneWithResponse(ctx context.Context, clusterObservabilityPlaneName string, body gen.ClusterObservabilityPlane, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterObservabilityPlaneResp, error)

UpdateClusterObservabilityPlaneWithResponse provides a mock function with given fields: ctx, clusterObservabilityPlaneName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterProjectTypeWithBodyWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) UpdateClusterProjectTypeWithBodyWithResponse(ctx context.Context, cptName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterProjectTypeResp, error)

UpdateClusterProjectTypeWithBodyWithResponse provides a mock function with given fields: ctx, cptName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterProjectTypeWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) UpdateClusterProjectTypeWithResponse(ctx context.Context, cptName string, body gen.ClusterProjectType, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterProjectTypeResp, error)

UpdateClusterProjectTypeWithResponse provides a mock function with given fields: ctx, cptName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterResourceTypeWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterResourceTypeWithBodyWithResponse(ctx context.Context, crtName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterResourceTypeResp, error)

UpdateClusterResourceTypeWithBodyWithResponse provides a mock function with given fields: ctx, crtName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterResourceTypeWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterResourceTypeWithResponse(ctx context.Context, crtName string, body gen.ClusterResourceType, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterResourceTypeResp, error)

UpdateClusterResourceTypeWithResponse provides a mock function with given fields: ctx, crtName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterRoleBindingWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterRoleBindingWithBodyWithResponse(ctx context.Context, name string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterRoleBindingResp, error)

UpdateClusterRoleBindingWithBodyWithResponse provides a mock function with given fields: ctx, name, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterRoleBindingWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterRoleBindingWithResponse(ctx context.Context, name string, body gen.ClusterAuthzRoleBinding, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterRoleBindingResp, error)

UpdateClusterRoleBindingWithResponse provides a mock function with given fields: ctx, name, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterRoleWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterRoleWithBodyWithResponse(ctx context.Context, name string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterRoleResp, error)

UpdateClusterRoleWithBodyWithResponse provides a mock function with given fields: ctx, name, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterRoleWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterRoleWithResponse(ctx context.Context, name string, body gen.ClusterAuthzRole, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterRoleResp, error)

UpdateClusterRoleWithResponse provides a mock function with given fields: ctx, name, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterTraitWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterTraitWithBodyWithResponse(ctx context.Context, clusterTraitName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterTraitResp, error)

UpdateClusterTraitWithBodyWithResponse provides a mock function with given fields: ctx, clusterTraitName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterTraitWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterTraitWithResponse(ctx context.Context, clusterTraitName string, body gen.ClusterTrait, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterTraitResp, error)

UpdateClusterTraitWithResponse provides a mock function with given fields: ctx, clusterTraitName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterWorkflowPlaneWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterWorkflowPlaneWithBodyWithResponse(ctx context.Context, clusterWorkflowPlaneName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterWorkflowPlaneResp, error)

UpdateClusterWorkflowPlaneWithBodyWithResponse provides a mock function with given fields: ctx, clusterWorkflowPlaneName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterWorkflowPlaneWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterWorkflowPlaneWithResponse(ctx context.Context, clusterWorkflowPlaneName string, body gen.ClusterWorkflowPlane, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterWorkflowPlaneResp, error)

UpdateClusterWorkflowPlaneWithResponse provides a mock function with given fields: ctx, clusterWorkflowPlaneName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterWorkflowWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterWorkflowWithBodyWithResponse(ctx context.Context, clusterWorkflowName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterWorkflowResp, error)

UpdateClusterWorkflowWithBodyWithResponse provides a mock function with given fields: ctx, clusterWorkflowName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateClusterWorkflowWithResponse

func (_m *MockClientWithResponsesInterface) UpdateClusterWorkflowWithResponse(ctx context.Context, clusterWorkflowName string, body gen.ClusterWorkflow, reqEditors ...gen.RequestEditorFn) (*gen.UpdateClusterWorkflowResp, error)

UpdateClusterWorkflowWithResponse provides a mock function with given fields: ctx, clusterWorkflowName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateComponentTypeWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateComponentTypeWithBodyWithResponse(ctx context.Context, namespaceName string, ctName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateComponentTypeResp, error)

UpdateComponentTypeWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, ctName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateComponentTypeWithResponse

func (_m *MockClientWithResponsesInterface) UpdateComponentTypeWithResponse(ctx context.Context, namespaceName string, ctName string, body gen.ComponentType, reqEditors ...gen.RequestEditorFn) (*gen.UpdateComponentTypeResp, error)

UpdateComponentTypeWithResponse provides a mock function with given fields: ctx, namespaceName, ctName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateComponentWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateComponentWithBodyWithResponse(ctx context.Context, namespaceName string, componentName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateComponentResp, error)

UpdateComponentWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, componentName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateComponentWithResponse

func (_m *MockClientWithResponsesInterface) UpdateComponentWithResponse(ctx context.Context, namespaceName string, componentName string, body gen.Component, reqEditors ...gen.RequestEditorFn) (*gen.UpdateComponentResp, error)

UpdateComponentWithResponse provides a mock function with given fields: ctx, namespaceName, componentName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateDataPlaneWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateDataPlaneWithBodyWithResponse(ctx context.Context, namespaceName string, dpName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateDataPlaneResp, error)

UpdateDataPlaneWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, dpName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateDataPlaneWithResponse

func (_m *MockClientWithResponsesInterface) UpdateDataPlaneWithResponse(ctx context.Context, namespaceName string, dpName string, body gen.DataPlane, reqEditors ...gen.RequestEditorFn) (*gen.UpdateDataPlaneResp, error)

UpdateDataPlaneWithResponse provides a mock function with given fields: ctx, namespaceName, dpName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateDeploymentPipelineWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateDeploymentPipelineWithBodyWithResponse(ctx context.Context, namespaceName string, deploymentPipelineName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateDeploymentPipelineResp, error)

UpdateDeploymentPipelineWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, deploymentPipelineName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateDeploymentPipelineWithResponse

func (_m *MockClientWithResponsesInterface) UpdateDeploymentPipelineWithResponse(ctx context.Context, namespaceName string, deploymentPipelineName string, body gen.DeploymentPipeline, reqEditors ...gen.RequestEditorFn) (*gen.UpdateDeploymentPipelineResp, error)

UpdateDeploymentPipelineWithResponse provides a mock function with given fields: ctx, namespaceName, deploymentPipelineName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateEnvironmentWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateEnvironmentWithBodyWithResponse(ctx context.Context, namespaceName string, envName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateEnvironmentResp, error)

UpdateEnvironmentWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, envName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateEnvironmentWithResponse

func (_m *MockClientWithResponsesInterface) UpdateEnvironmentWithResponse(ctx context.Context, namespaceName string, envName string, body gen.Environment, reqEditors ...gen.RequestEditorFn) (*gen.UpdateEnvironmentResp, error)

UpdateEnvironmentWithResponse provides a mock function with given fields: ctx, namespaceName, envName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateNamespaceRoleBindingWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateNamespaceRoleBindingWithBodyWithResponse(ctx context.Context, namespaceName string, name string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateNamespaceRoleBindingResp, error)

UpdateNamespaceRoleBindingWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, name, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateNamespaceRoleBindingWithResponse

func (_m *MockClientWithResponsesInterface) UpdateNamespaceRoleBindingWithResponse(ctx context.Context, namespaceName string, name string, body gen.AuthzRoleBinding, reqEditors ...gen.RequestEditorFn) (*gen.UpdateNamespaceRoleBindingResp, error)

UpdateNamespaceRoleBindingWithResponse provides a mock function with given fields: ctx, namespaceName, name, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateNamespaceRoleWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateNamespaceRoleWithBodyWithResponse(ctx context.Context, namespaceName string, name string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateNamespaceRoleResp, error)

UpdateNamespaceRoleWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, name, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateNamespaceRoleWithResponse

func (_m *MockClientWithResponsesInterface) UpdateNamespaceRoleWithResponse(ctx context.Context, namespaceName string, name string, body gen.AuthzRole, reqEditors ...gen.RequestEditorFn) (*gen.UpdateNamespaceRoleResp, error)

UpdateNamespaceRoleWithResponse provides a mock function with given fields: ctx, namespaceName, name, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateNamespaceWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateNamespaceWithBodyWithResponse(ctx context.Context, namespaceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateNamespaceResp, error)

UpdateNamespaceWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateNamespaceWithResponse

func (_m *MockClientWithResponsesInterface) UpdateNamespaceWithResponse(ctx context.Context, namespaceName string, body gen.Namespace, reqEditors ...gen.RequestEditorFn) (*gen.UpdateNamespaceResp, error)

UpdateNamespaceWithResponse provides a mock function with given fields: ctx, namespaceName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateObservabilityAlertsNotificationChannelWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateObservabilityAlertsNotificationChannelWithBodyWithResponse(ctx context.Context, namespaceName string, observabilityAlertsNotificationChannelName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateObservabilityAlertsNotificationChannelResp, error)

UpdateObservabilityAlertsNotificationChannelWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, observabilityAlertsNotificationChannelName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateObservabilityAlertsNotificationChannelWithResponse

func (_m *MockClientWithResponsesInterface) UpdateObservabilityAlertsNotificationChannelWithResponse(ctx context.Context, namespaceName string, observabilityAlertsNotificationChannelName string, body gen.ObservabilityAlertsNotificationChannel, reqEditors ...gen.RequestEditorFn) (*gen.UpdateObservabilityAlertsNotificationChannelResp, error)

UpdateObservabilityAlertsNotificationChannelWithResponse provides a mock function with given fields: ctx, namespaceName, observabilityAlertsNotificationChannelName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateObservabilityPlaneWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateObservabilityPlaneWithBodyWithResponse(ctx context.Context, namespaceName string, observabilityPlaneName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateObservabilityPlaneResp, error)

UpdateObservabilityPlaneWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, observabilityPlaneName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateObservabilityPlaneWithResponse

func (_m *MockClientWithResponsesInterface) UpdateObservabilityPlaneWithResponse(ctx context.Context, namespaceName string, observabilityPlaneName string, body gen.ObservabilityPlane, reqEditors ...gen.RequestEditorFn) (*gen.UpdateObservabilityPlaneResp, error)

UpdateObservabilityPlaneWithResponse provides a mock function with given fields: ctx, namespaceName, observabilityPlaneName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateProjectReleaseBindingWithBodyWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) UpdateProjectReleaseBindingWithBodyWithResponse(ctx context.Context, namespaceName string, projectReleaseBindingName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateProjectReleaseBindingResp, error)

UpdateProjectReleaseBindingWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, projectReleaseBindingName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateProjectReleaseBindingWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) UpdateProjectReleaseBindingWithResponse(ctx context.Context, namespaceName string, projectReleaseBindingName string, body gen.ProjectReleaseBinding, reqEditors ...gen.RequestEditorFn) (*gen.UpdateProjectReleaseBindingResp, error)

UpdateProjectReleaseBindingWithResponse provides a mock function with given fields: ctx, namespaceName, projectReleaseBindingName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateProjectTypeWithBodyWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) UpdateProjectTypeWithBodyWithResponse(ctx context.Context, namespaceName string, ptName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateProjectTypeResp, error)

UpdateProjectTypeWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, ptName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateProjectTypeWithResponse added in v1.2.0

func (_m *MockClientWithResponsesInterface) UpdateProjectTypeWithResponse(ctx context.Context, namespaceName string, ptName string, body gen.ProjectType, reqEditors ...gen.RequestEditorFn) (*gen.UpdateProjectTypeResp, error)

UpdateProjectTypeWithResponse provides a mock function with given fields: ctx, namespaceName, ptName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateProjectWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateProjectWithBodyWithResponse(ctx context.Context, namespaceName string, projectName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateProjectResp, error)

UpdateProjectWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, projectName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateProjectWithResponse

func (_m *MockClientWithResponsesInterface) UpdateProjectWithResponse(ctx context.Context, namespaceName string, projectName string, body gen.Project, reqEditors ...gen.RequestEditorFn) (*gen.UpdateProjectResp, error)

UpdateProjectWithResponse provides a mock function with given fields: ctx, namespaceName, projectName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateReleaseBindingWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateReleaseBindingWithBodyWithResponse(ctx context.Context, namespaceName string, releaseBindingName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateReleaseBindingResp, error)

UpdateReleaseBindingWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, releaseBindingName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateReleaseBindingWithResponse

func (_m *MockClientWithResponsesInterface) UpdateReleaseBindingWithResponse(ctx context.Context, namespaceName string, releaseBindingName string, body gen.ReleaseBinding, reqEditors ...gen.RequestEditorFn) (*gen.UpdateReleaseBindingResp, error)

UpdateReleaseBindingWithResponse provides a mock function with given fields: ctx, namespaceName, releaseBindingName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateResourceReleaseBindingWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateResourceReleaseBindingWithBodyWithResponse(ctx context.Context, namespaceName string, resourceReleaseBindingName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateResourceReleaseBindingResp, error)

UpdateResourceReleaseBindingWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, resourceReleaseBindingName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateResourceReleaseBindingWithResponse

func (_m *MockClientWithResponsesInterface) UpdateResourceReleaseBindingWithResponse(ctx context.Context, namespaceName string, resourceReleaseBindingName string, body gen.ResourceReleaseBinding, reqEditors ...gen.RequestEditorFn) (*gen.UpdateResourceReleaseBindingResp, error)

UpdateResourceReleaseBindingWithResponse provides a mock function with given fields: ctx, namespaceName, resourceReleaseBindingName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateResourceTypeWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateResourceTypeWithBodyWithResponse(ctx context.Context, namespaceName string, rtName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateResourceTypeResp, error)

UpdateResourceTypeWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, rtName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateResourceTypeWithResponse

func (_m *MockClientWithResponsesInterface) UpdateResourceTypeWithResponse(ctx context.Context, namespaceName string, rtName string, body gen.ResourceType, reqEditors ...gen.RequestEditorFn) (*gen.UpdateResourceTypeResp, error)

UpdateResourceTypeWithResponse provides a mock function with given fields: ctx, namespaceName, rtName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateResourceWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateResourceWithBodyWithResponse(ctx context.Context, namespaceName string, resourceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateResourceResp, error)

UpdateResourceWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, resourceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateResourceWithResponse

func (_m *MockClientWithResponsesInterface) UpdateResourceWithResponse(ctx context.Context, namespaceName string, resourceName string, body gen.ResourceInstance, reqEditors ...gen.RequestEditorFn) (*gen.UpdateResourceResp, error)

UpdateResourceWithResponse provides a mock function with given fields: ctx, namespaceName, resourceName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateSecretReferenceWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateSecretReferenceWithBodyWithResponse(ctx context.Context, namespaceName string, secretReferenceName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateSecretReferenceResp, error)

UpdateSecretReferenceWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, secretReferenceName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateSecretReferenceWithResponse

func (_m *MockClientWithResponsesInterface) UpdateSecretReferenceWithResponse(ctx context.Context, namespaceName string, secretReferenceName string, body gen.SecretReference, reqEditors ...gen.RequestEditorFn) (*gen.UpdateSecretReferenceResp, error)

UpdateSecretReferenceWithResponse provides a mock function with given fields: ctx, namespaceName, secretReferenceName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateSecretWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateSecretWithBodyWithResponse(ctx context.Context, namespaceName string, secretName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateSecretResp, error)

UpdateSecretWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, secretName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateSecretWithResponse

func (_m *MockClientWithResponsesInterface) UpdateSecretWithResponse(ctx context.Context, namespaceName string, secretName string, body gen.UpdateSecretRequest, reqEditors ...gen.RequestEditorFn) (*gen.UpdateSecretResp, error)

UpdateSecretWithResponse provides a mock function with given fields: ctx, namespaceName, secretName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateTraitWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateTraitWithBodyWithResponse(ctx context.Context, namespaceName string, traitName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateTraitResp, error)

UpdateTraitWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, traitName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateTraitWithResponse

func (_m *MockClientWithResponsesInterface) UpdateTraitWithResponse(ctx context.Context, namespaceName string, traitName string, body gen.Trait, reqEditors ...gen.RequestEditorFn) (*gen.UpdateTraitResp, error)

UpdateTraitWithResponse provides a mock function with given fields: ctx, namespaceName, traitName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateWorkflowPlaneWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateWorkflowPlaneWithBodyWithResponse(ctx context.Context, namespaceName string, workflowPlaneName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateWorkflowPlaneResp, error)

UpdateWorkflowPlaneWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, workflowPlaneName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateWorkflowPlaneWithResponse

func (_m *MockClientWithResponsesInterface) UpdateWorkflowPlaneWithResponse(ctx context.Context, namespaceName string, workflowPlaneName string, body gen.WorkflowPlane, reqEditors ...gen.RequestEditorFn) (*gen.UpdateWorkflowPlaneResp, error)

UpdateWorkflowPlaneWithResponse provides a mock function with given fields: ctx, namespaceName, workflowPlaneName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateWorkflowRunWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateWorkflowRunWithBodyWithResponse(ctx context.Context, namespaceName string, runName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateWorkflowRunResp, error)

UpdateWorkflowRunWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, runName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateWorkflowRunWithResponse

func (_m *MockClientWithResponsesInterface) UpdateWorkflowRunWithResponse(ctx context.Context, namespaceName string, runName string, body gen.WorkflowRun, reqEditors ...gen.RequestEditorFn) (*gen.UpdateWorkflowRunResp, error)

UpdateWorkflowRunWithResponse provides a mock function with given fields: ctx, namespaceName, runName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateWorkflowWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateWorkflowWithBodyWithResponse(ctx context.Context, namespaceName string, workflowName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateWorkflowResp, error)

UpdateWorkflowWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, workflowName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateWorkflowWithResponse

func (_m *MockClientWithResponsesInterface) UpdateWorkflowWithResponse(ctx context.Context, namespaceName string, workflowName string, body gen.Workflow, reqEditors ...gen.RequestEditorFn) (*gen.UpdateWorkflowResp, error)

UpdateWorkflowWithResponse provides a mock function with given fields: ctx, namespaceName, workflowName, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateWorkloadWithBodyWithResponse

func (_m *MockClientWithResponsesInterface) UpdateWorkloadWithBodyWithResponse(ctx context.Context, namespaceName string, workloadName string, contentType string, body io.Reader, reqEditors ...gen.RequestEditorFn) (*gen.UpdateWorkloadResp, error)

UpdateWorkloadWithBodyWithResponse provides a mock function with given fields: ctx, namespaceName, workloadName, contentType, body, reqEditors

func (*MockClientWithResponsesInterface) UpdateWorkloadWithResponse

func (_m *MockClientWithResponsesInterface) UpdateWorkloadWithResponse(ctx context.Context, namespaceName string, workloadName string, body gen.Workload, reqEditors ...gen.RequestEditorFn) (*gen.UpdateWorkloadResp, error)

UpdateWorkloadWithResponse provides a mock function with given fields: ctx, namespaceName, workloadName, body, reqEditors

type MockClientWithResponsesInterface_CreateClusterComponentTypeWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterComponentTypeWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterComponentTypeWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterComponentTypeWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterComponentTypeWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterComponentTypeWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterComponentTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterComponentTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterComponentTypeWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterComponentTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterDataPlaneWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterDataPlaneWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterDataPlaneWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterDataPlaneWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterDataPlaneWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterDataPlaneWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterDataPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterDataPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterDataPlaneWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterDataPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterObservabilityPlaneWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterObservabilityPlaneWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterObservabilityPlaneWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterObservabilityPlaneWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterObservabilityPlaneWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterObservabilityPlaneWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterObservabilityPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterObservabilityPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterObservabilityPlaneWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterObservabilityPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterProjectTypeWithBodyWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_CreateClusterProjectTypeWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterProjectTypeWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterProjectTypeWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterProjectTypeWithBodyWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_CreateClusterProjectTypeWithBodyWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_CreateClusterProjectTypeWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_CreateClusterProjectTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterProjectTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterProjectTypeWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterProjectTypeWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_CreateClusterProjectTypeWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_CreateClusterResourceTypeWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterResourceTypeWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterResourceTypeWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterResourceTypeWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterResourceTypeWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterResourceTypeWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterResourceTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterResourceTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterResourceTypeWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterResourceTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterRoleBindingWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterRoleBindingWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterRoleBindingWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterRoleBindingWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterRoleBindingWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterRoleBindingWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterRoleBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterRoleBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterRoleBindingWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterRoleBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterRoleWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterRoleWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterRoleWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterRoleWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterRoleWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterRoleWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterRoleWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterRoleWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterRoleWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterRoleWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateClusterRoleWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterTraitWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterTraitWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterTraitWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterTraitWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterTraitWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterTraitWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterTraitWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterTraitWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterTraitWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterTraitWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterWorkflowPlaneWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterWorkflowPlaneWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterWorkflowPlaneWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterWorkflowPlaneWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterWorkflowPlaneWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterWorkflowPlaneWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterWorkflowPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterWorkflowPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterWorkflowPlaneWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterWorkflowPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterWorkflowWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterWorkflowWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterWorkflowWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterWorkflowWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterWorkflowWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateClusterWorkflowWithResponse_Call

type MockClientWithResponsesInterface_CreateClusterWorkflowWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateClusterWorkflowWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterWorkflowWithResponse'

func (*MockClientWithResponsesInterface_CreateClusterWorkflowWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateComponentReleaseWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateComponentReleaseWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateComponentReleaseWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateComponentReleaseWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateComponentReleaseWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateComponentReleaseWithResponse_Call

type MockClientWithResponsesInterface_CreateComponentReleaseWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateComponentReleaseWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateComponentReleaseWithResponse'

func (*MockClientWithResponsesInterface_CreateComponentReleaseWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateComponentTypeWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateComponentTypeWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateComponentTypeWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateComponentTypeWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateComponentTypeWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateComponentTypeWithResponse_Call

type MockClientWithResponsesInterface_CreateComponentTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateComponentTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateComponentTypeWithResponse'

func (*MockClientWithResponsesInterface_CreateComponentTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateComponentWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateComponentWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateComponentWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateComponentWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateComponentWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateComponentWithResponse_Call

type MockClientWithResponsesInterface_CreateComponentWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateComponentWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateComponentWithResponse'

func (*MockClientWithResponsesInterface_CreateComponentWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateComponentWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateDataPlaneWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateDataPlaneWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateDataPlaneWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateDataPlaneWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateDataPlaneWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateDataPlaneWithResponse_Call

type MockClientWithResponsesInterface_CreateDataPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateDataPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateDataPlaneWithResponse'

func (*MockClientWithResponsesInterface_CreateDataPlaneWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateDataPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateDeploymentPipelineWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateDeploymentPipelineWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateDeploymentPipelineWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateDeploymentPipelineWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateDeploymentPipelineWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateDeploymentPipelineWithResponse_Call

type MockClientWithResponsesInterface_CreateDeploymentPipelineWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateDeploymentPipelineWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateDeploymentPipelineWithResponse'

func (*MockClientWithResponsesInterface_CreateDeploymentPipelineWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateEnvironmentWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateEnvironmentWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateEnvironmentWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateEnvironmentWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateEnvironmentWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateEnvironmentWithResponse_Call

type MockClientWithResponsesInterface_CreateEnvironmentWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateEnvironmentWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateEnvironmentWithResponse'

func (*MockClientWithResponsesInterface_CreateEnvironmentWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateEnvironmentWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateGitSecretWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateGitSecretWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateGitSecretWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateGitSecretWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateGitSecretWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateGitSecretWithResponse_Call

type MockClientWithResponsesInterface_CreateGitSecretWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateGitSecretWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateGitSecretWithResponse'

func (*MockClientWithResponsesInterface_CreateGitSecretWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateGitSecretWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateNamespaceRoleBindingWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateNamespaceRoleBindingWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateNamespaceRoleBindingWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateNamespaceRoleBindingWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateNamespaceRoleBindingWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateNamespaceRoleBindingWithResponse_Call

type MockClientWithResponsesInterface_CreateNamespaceRoleBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateNamespaceRoleBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateNamespaceRoleBindingWithResponse'

func (*MockClientWithResponsesInterface_CreateNamespaceRoleBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateNamespaceRoleWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateNamespaceRoleWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateNamespaceRoleWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateNamespaceRoleWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateNamespaceRoleWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateNamespaceRoleWithResponse_Call

type MockClientWithResponsesInterface_CreateNamespaceRoleWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateNamespaceRoleWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateNamespaceRoleWithResponse'

func (*MockClientWithResponsesInterface_CreateNamespaceRoleWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateNamespaceWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateNamespaceWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateNamespaceWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateNamespaceWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateNamespaceWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateNamespaceWithResponse_Call

type MockClientWithResponsesInterface_CreateNamespaceWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateNamespaceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateNamespaceWithResponse'

func (*MockClientWithResponsesInterface_CreateNamespaceWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateNamespaceWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateObservabilityAlertsNotificationChannelWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateObservabilityAlertsNotificationChannelWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateObservabilityAlertsNotificationChannelWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateObservabilityAlertsNotificationChannelWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateObservabilityAlertsNotificationChannelWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateObservabilityAlertsNotificationChannelWithResponse_Call

type MockClientWithResponsesInterface_CreateObservabilityAlertsNotificationChannelWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateObservabilityAlertsNotificationChannelWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateObservabilityAlertsNotificationChannelWithResponse'

func (*MockClientWithResponsesInterface_CreateObservabilityAlertsNotificationChannelWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateObservabilityPlaneWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateObservabilityPlaneWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateObservabilityPlaneWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateObservabilityPlaneWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateObservabilityPlaneWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateObservabilityPlaneWithResponse_Call

type MockClientWithResponsesInterface_CreateObservabilityPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateObservabilityPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateObservabilityPlaneWithResponse'

func (*MockClientWithResponsesInterface_CreateObservabilityPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateProjectReleaseBindingWithBodyWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_CreateProjectReleaseBindingWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateProjectReleaseBindingWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectReleaseBindingWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateProjectReleaseBindingWithBodyWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_CreateProjectReleaseBindingWithBodyWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_CreateProjectReleaseBindingWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_CreateProjectReleaseBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateProjectReleaseBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectReleaseBindingWithResponse'

func (*MockClientWithResponsesInterface_CreateProjectReleaseBindingWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_CreateProjectReleaseBindingWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_CreateProjectReleaseWithBodyWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_CreateProjectReleaseWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateProjectReleaseWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectReleaseWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateProjectReleaseWithBodyWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_CreateProjectReleaseWithBodyWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_CreateProjectReleaseWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_CreateProjectReleaseWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateProjectReleaseWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectReleaseWithResponse'

func (*MockClientWithResponsesInterface_CreateProjectReleaseWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_CreateProjectReleaseWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_CreateProjectTypeWithBodyWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_CreateProjectTypeWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateProjectTypeWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectTypeWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateProjectTypeWithBodyWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_CreateProjectTypeWithBodyWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_CreateProjectTypeWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_CreateProjectTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateProjectTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectTypeWithResponse'

func (*MockClientWithResponsesInterface_CreateProjectTypeWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_CreateProjectTypeWithResponse_Call) Run added in v1.2.0

func (*MockClientWithResponsesInterface_CreateProjectTypeWithResponse_Call) RunAndReturn added in v1.2.0

type MockClientWithResponsesInterface_CreateProjectWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateProjectWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateProjectWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateProjectWithBodyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateProjectWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateProjectWithResponse_Call

type MockClientWithResponsesInterface_CreateProjectWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateProjectWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectWithResponse'

func (*MockClientWithResponsesInterface_CreateProjectWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateProjectWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateReleaseBindingWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateReleaseBindingWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateReleaseBindingWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateReleaseBindingWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateReleaseBindingWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateReleaseBindingWithResponse_Call

type MockClientWithResponsesInterface_CreateReleaseBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateReleaseBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateReleaseBindingWithResponse'

func (*MockClientWithResponsesInterface_CreateReleaseBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateResourceReleaseBindingWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateResourceReleaseBindingWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateResourceReleaseBindingWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateResourceReleaseBindingWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateResourceReleaseBindingWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateResourceReleaseBindingWithResponse_Call

type MockClientWithResponsesInterface_CreateResourceReleaseBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateResourceReleaseBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateResourceReleaseBindingWithResponse'

func (*MockClientWithResponsesInterface_CreateResourceReleaseBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateResourceReleaseWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateResourceReleaseWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateResourceReleaseWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateResourceReleaseWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateResourceReleaseWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateResourceReleaseWithResponse_Call

type MockClientWithResponsesInterface_CreateResourceReleaseWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateResourceReleaseWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateResourceReleaseWithResponse'

func (*MockClientWithResponsesInterface_CreateResourceReleaseWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateResourceTypeWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateResourceTypeWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateResourceTypeWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateResourceTypeWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateResourceTypeWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateResourceTypeWithResponse_Call

type MockClientWithResponsesInterface_CreateResourceTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateResourceTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateResourceTypeWithResponse'

func (*MockClientWithResponsesInterface_CreateResourceTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateResourceWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateResourceWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateResourceWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateResourceWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateResourceWithBodyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateResourceWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateResourceWithResponse_Call

type MockClientWithResponsesInterface_CreateResourceWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateResourceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateResourceWithResponse'

func (*MockClientWithResponsesInterface_CreateResourceWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateResourceWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateSecretReferenceWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateSecretReferenceWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateSecretReferenceWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSecretReferenceWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateSecretReferenceWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateSecretReferenceWithResponse_Call

type MockClientWithResponsesInterface_CreateSecretReferenceWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateSecretReferenceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSecretReferenceWithResponse'

func (*MockClientWithResponsesInterface_CreateSecretReferenceWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateSecretWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateSecretWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateSecretWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSecretWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateSecretWithBodyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateSecretWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateSecretWithResponse_Call

type MockClientWithResponsesInterface_CreateSecretWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateSecretWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSecretWithResponse'

func (*MockClientWithResponsesInterface_CreateSecretWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateSecretWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateTraitWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateTraitWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateTraitWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTraitWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateTraitWithBodyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateTraitWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateTraitWithResponse_Call

type MockClientWithResponsesInterface_CreateTraitWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateTraitWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTraitWithResponse'

func (*MockClientWithResponsesInterface_CreateTraitWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateTraitWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateWorkflowPlaneWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateWorkflowPlaneWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateWorkflowPlaneWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowPlaneWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateWorkflowPlaneWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateWorkflowPlaneWithResponse_Call

type MockClientWithResponsesInterface_CreateWorkflowPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateWorkflowPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowPlaneWithResponse'

func (*MockClientWithResponsesInterface_CreateWorkflowPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateWorkflowRunWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateWorkflowRunWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateWorkflowRunWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowRunWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateWorkflowRunWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateWorkflowRunWithResponse_Call

type MockClientWithResponsesInterface_CreateWorkflowRunWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateWorkflowRunWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowRunWithResponse'

func (*MockClientWithResponsesInterface_CreateWorkflowRunWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateWorkflowRunWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateWorkflowWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateWorkflowWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateWorkflowWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateWorkflowWithBodyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateWorkflowWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateWorkflowWithResponse_Call

type MockClientWithResponsesInterface_CreateWorkflowWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateWorkflowWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowWithResponse'

func (*MockClientWithResponsesInterface_CreateWorkflowWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateWorkflowWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateWorkloadWithBodyWithResponse_Call

type MockClientWithResponsesInterface_CreateWorkloadWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateWorkloadWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkloadWithBodyWithResponse'

func (*MockClientWithResponsesInterface_CreateWorkloadWithBodyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateWorkloadWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_CreateWorkloadWithResponse_Call

type MockClientWithResponsesInterface_CreateWorkloadWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_CreateWorkloadWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkloadWithResponse'

func (*MockClientWithResponsesInterface_CreateWorkloadWithResponse_Call) Return

func (*MockClientWithResponsesInterface_CreateWorkloadWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteClusterComponentTypeWithResponse_Call

type MockClientWithResponsesInterface_DeleteClusterComponentTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteClusterComponentTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterComponentTypeWithResponse'

func (*MockClientWithResponsesInterface_DeleteClusterComponentTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteClusterDataPlaneWithResponse_Call

type MockClientWithResponsesInterface_DeleteClusterDataPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteClusterDataPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterDataPlaneWithResponse'

func (*MockClientWithResponsesInterface_DeleteClusterDataPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteClusterObservabilityPlaneWithResponse_Call

type MockClientWithResponsesInterface_DeleteClusterObservabilityPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteClusterObservabilityPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterObservabilityPlaneWithResponse'

func (*MockClientWithResponsesInterface_DeleteClusterObservabilityPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteClusterProjectTypeWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_DeleteClusterProjectTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteClusterProjectTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterProjectTypeWithResponse'

func (*MockClientWithResponsesInterface_DeleteClusterProjectTypeWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_DeleteClusterProjectTypeWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_DeleteClusterResourceTypeWithResponse_Call

type MockClientWithResponsesInterface_DeleteClusterResourceTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteClusterResourceTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterResourceTypeWithResponse'

func (*MockClientWithResponsesInterface_DeleteClusterResourceTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteClusterRoleBindingWithResponse_Call

type MockClientWithResponsesInterface_DeleteClusterRoleBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteClusterRoleBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterRoleBindingWithResponse'

func (*MockClientWithResponsesInterface_DeleteClusterRoleBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteClusterRoleWithResponse_Call

type MockClientWithResponsesInterface_DeleteClusterRoleWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteClusterRoleWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterRoleWithResponse'

func (*MockClientWithResponsesInterface_DeleteClusterRoleWithResponse_Call) Return

func (*MockClientWithResponsesInterface_DeleteClusterRoleWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteClusterTraitWithResponse_Call

type MockClientWithResponsesInterface_DeleteClusterTraitWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteClusterTraitWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterTraitWithResponse'

func (*MockClientWithResponsesInterface_DeleteClusterTraitWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteClusterWorkflowPlaneWithResponse_Call

type MockClientWithResponsesInterface_DeleteClusterWorkflowPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteClusterWorkflowPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterWorkflowPlaneWithResponse'

func (*MockClientWithResponsesInterface_DeleteClusterWorkflowPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteClusterWorkflowWithResponse_Call

type MockClientWithResponsesInterface_DeleteClusterWorkflowWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteClusterWorkflowWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterWorkflowWithResponse'

func (*MockClientWithResponsesInterface_DeleteClusterWorkflowWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteComponentReleaseWithResponse_Call

type MockClientWithResponsesInterface_DeleteComponentReleaseWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteComponentReleaseWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteComponentReleaseWithResponse'

func (*MockClientWithResponsesInterface_DeleteComponentReleaseWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteComponentTypeWithResponse_Call

type MockClientWithResponsesInterface_DeleteComponentTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteComponentTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteComponentTypeWithResponse'

func (*MockClientWithResponsesInterface_DeleteComponentTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteComponentWithResponse_Call

type MockClientWithResponsesInterface_DeleteComponentWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteComponentWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteComponentWithResponse'

func (*MockClientWithResponsesInterface_DeleteComponentWithResponse_Call) Return

func (*MockClientWithResponsesInterface_DeleteComponentWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteDataPlaneWithResponse_Call

type MockClientWithResponsesInterface_DeleteDataPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteDataPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteDataPlaneWithResponse'

func (*MockClientWithResponsesInterface_DeleteDataPlaneWithResponse_Call) Return

func (*MockClientWithResponsesInterface_DeleteDataPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteDeploymentPipelineWithResponse_Call

type MockClientWithResponsesInterface_DeleteDeploymentPipelineWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteDeploymentPipelineWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteDeploymentPipelineWithResponse'

func (*MockClientWithResponsesInterface_DeleteDeploymentPipelineWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteEnvironmentWithResponse_Call

type MockClientWithResponsesInterface_DeleteEnvironmentWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteEnvironmentWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteEnvironmentWithResponse'

func (*MockClientWithResponsesInterface_DeleteEnvironmentWithResponse_Call) Return

func (*MockClientWithResponsesInterface_DeleteEnvironmentWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteGitSecretWithResponse_Call

type MockClientWithResponsesInterface_DeleteGitSecretWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteGitSecretWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteGitSecretWithResponse'

func (*MockClientWithResponsesInterface_DeleteGitSecretWithResponse_Call) Return

func (*MockClientWithResponsesInterface_DeleteGitSecretWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteNamespaceRoleBindingWithResponse_Call

type MockClientWithResponsesInterface_DeleteNamespaceRoleBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteNamespaceRoleBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteNamespaceRoleBindingWithResponse'

func (*MockClientWithResponsesInterface_DeleteNamespaceRoleBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteNamespaceRoleWithResponse_Call

type MockClientWithResponsesInterface_DeleteNamespaceRoleWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteNamespaceRoleWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteNamespaceRoleWithResponse'

func (*MockClientWithResponsesInterface_DeleteNamespaceRoleWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteNamespaceWithResponse_Call

type MockClientWithResponsesInterface_DeleteNamespaceWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteNamespaceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteNamespaceWithResponse'

func (*MockClientWithResponsesInterface_DeleteNamespaceWithResponse_Call) Return

func (*MockClientWithResponsesInterface_DeleteNamespaceWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteObservabilityAlertsNotificationChannelWithResponse_Call

type MockClientWithResponsesInterface_DeleteObservabilityAlertsNotificationChannelWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteObservabilityAlertsNotificationChannelWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObservabilityAlertsNotificationChannelWithResponse'

func (*MockClientWithResponsesInterface_DeleteObservabilityAlertsNotificationChannelWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteObservabilityPlaneWithResponse_Call

type MockClientWithResponsesInterface_DeleteObservabilityPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteObservabilityPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObservabilityPlaneWithResponse'

func (*MockClientWithResponsesInterface_DeleteObservabilityPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteProjectReleaseBindingWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_DeleteProjectReleaseBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteProjectReleaseBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectReleaseBindingWithResponse'

func (*MockClientWithResponsesInterface_DeleteProjectReleaseBindingWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_DeleteProjectReleaseBindingWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_DeleteProjectReleaseWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_DeleteProjectReleaseWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteProjectReleaseWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectReleaseWithResponse'

func (*MockClientWithResponsesInterface_DeleteProjectReleaseWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_DeleteProjectReleaseWithResponse_Call) Run added in v1.2.0

func (*MockClientWithResponsesInterface_DeleteProjectReleaseWithResponse_Call) RunAndReturn added in v1.2.0

type MockClientWithResponsesInterface_DeleteProjectTypeWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_DeleteProjectTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteProjectTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectTypeWithResponse'

func (*MockClientWithResponsesInterface_DeleteProjectTypeWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_DeleteProjectTypeWithResponse_Call) Run added in v1.2.0

func (*MockClientWithResponsesInterface_DeleteProjectTypeWithResponse_Call) RunAndReturn added in v1.2.0

type MockClientWithResponsesInterface_DeleteProjectWithResponse_Call

type MockClientWithResponsesInterface_DeleteProjectWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteProjectWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectWithResponse'

func (*MockClientWithResponsesInterface_DeleteProjectWithResponse_Call) Return

func (*MockClientWithResponsesInterface_DeleteProjectWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteReleaseBindingWithResponse_Call

type MockClientWithResponsesInterface_DeleteReleaseBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteReleaseBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteReleaseBindingWithResponse'

func (*MockClientWithResponsesInterface_DeleteReleaseBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteResourceReleaseBindingWithResponse_Call

type MockClientWithResponsesInterface_DeleteResourceReleaseBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteResourceReleaseBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteResourceReleaseBindingWithResponse'

func (*MockClientWithResponsesInterface_DeleteResourceReleaseBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteResourceReleaseWithResponse_Call

type MockClientWithResponsesInterface_DeleteResourceReleaseWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteResourceReleaseWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteResourceReleaseWithResponse'

func (*MockClientWithResponsesInterface_DeleteResourceReleaseWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteResourceTypeWithResponse_Call

type MockClientWithResponsesInterface_DeleteResourceTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteResourceTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteResourceTypeWithResponse'

func (*MockClientWithResponsesInterface_DeleteResourceTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteResourceWithResponse_Call

type MockClientWithResponsesInterface_DeleteResourceWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteResourceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteResourceWithResponse'

func (*MockClientWithResponsesInterface_DeleteResourceWithResponse_Call) Return

func (*MockClientWithResponsesInterface_DeleteResourceWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteSecretReferenceWithResponse_Call

type MockClientWithResponsesInterface_DeleteSecretReferenceWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteSecretReferenceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSecretReferenceWithResponse'

func (*MockClientWithResponsesInterface_DeleteSecretReferenceWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteSecretWithResponse_Call

type MockClientWithResponsesInterface_DeleteSecretWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteSecretWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSecretWithResponse'

func (*MockClientWithResponsesInterface_DeleteSecretWithResponse_Call) Return

func (*MockClientWithResponsesInterface_DeleteSecretWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteTraitWithResponse_Call

type MockClientWithResponsesInterface_DeleteTraitWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteTraitWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteTraitWithResponse'

func (*MockClientWithResponsesInterface_DeleteTraitWithResponse_Call) Return

func (*MockClientWithResponsesInterface_DeleteTraitWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteWorkflowPlaneWithResponse_Call

type MockClientWithResponsesInterface_DeleteWorkflowPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteWorkflowPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteWorkflowPlaneWithResponse'

func (*MockClientWithResponsesInterface_DeleteWorkflowPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteWorkflowRunWithResponse_Call

type MockClientWithResponsesInterface_DeleteWorkflowRunWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteWorkflowRunWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteWorkflowRunWithResponse'

func (*MockClientWithResponsesInterface_DeleteWorkflowRunWithResponse_Call) Return

func (*MockClientWithResponsesInterface_DeleteWorkflowRunWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteWorkflowWithResponse_Call

type MockClientWithResponsesInterface_DeleteWorkflowWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteWorkflowWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteWorkflowWithResponse'

func (*MockClientWithResponsesInterface_DeleteWorkflowWithResponse_Call) Return

func (*MockClientWithResponsesInterface_DeleteWorkflowWithResponse_Call) Run

type MockClientWithResponsesInterface_DeleteWorkloadWithResponse_Call

type MockClientWithResponsesInterface_DeleteWorkloadWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_DeleteWorkloadWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteWorkloadWithResponse'

func (*MockClientWithResponsesInterface_DeleteWorkloadWithResponse_Call) Return

func (*MockClientWithResponsesInterface_DeleteWorkloadWithResponse_Call) Run

type MockClientWithResponsesInterface_EvaluatesWithBodyWithResponse_Call

type MockClientWithResponsesInterface_EvaluatesWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_EvaluatesWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EvaluatesWithBodyWithResponse'

func (*MockClientWithResponsesInterface_EvaluatesWithBodyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_EvaluatesWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_EvaluatesWithResponse_Call

type MockClientWithResponsesInterface_EvaluatesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_EvaluatesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EvaluatesWithResponse'

func (*MockClientWithResponsesInterface_EvaluatesWithResponse_Call) Return

func (*MockClientWithResponsesInterface_EvaluatesWithResponse_Call) Run

type MockClientWithResponsesInterface_Expecter

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

func (*MockClientWithResponsesInterface_Expecter) CreateClusterComponentTypeWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterComponentTypeWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterComponentTypeWithBodyWithResponse_Call

CreateClusterComponentTypeWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterComponentTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterComponentTypeWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterComponentTypeWithResponse_Call

CreateClusterComponentTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body gen.ClusterComponentType
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterDataPlaneWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterDataPlaneWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterDataPlaneWithBodyWithResponse_Call

CreateClusterDataPlaneWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterDataPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterDataPlaneWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterDataPlaneWithResponse_Call

CreateClusterDataPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body gen.ClusterDataPlane
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterObservabilityPlaneWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterObservabilityPlaneWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterObservabilityPlaneWithBodyWithResponse_Call

CreateClusterObservabilityPlaneWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterObservabilityPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterObservabilityPlaneWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterObservabilityPlaneWithResponse_Call

CreateClusterObservabilityPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body gen.ClusterObservabilityPlane
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterProjectTypeWithBodyWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterProjectTypeWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterProjectTypeWithBodyWithResponse_Call

CreateClusterProjectTypeWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterProjectTypeWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterProjectTypeWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterProjectTypeWithResponse_Call

CreateClusterProjectTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body gen.ClusterProjectType
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterResourceTypeWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterResourceTypeWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterResourceTypeWithBodyWithResponse_Call

CreateClusterResourceTypeWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterResourceTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterResourceTypeWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterResourceTypeWithResponse_Call

CreateClusterResourceTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body gen.ClusterResourceType
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterRoleBindingWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterRoleBindingWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterRoleBindingWithBodyWithResponse_Call

CreateClusterRoleBindingWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterRoleBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterRoleBindingWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterRoleBindingWithResponse_Call

CreateClusterRoleBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body gen.ClusterAuthzRoleBinding
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterRoleWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterRoleWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterRoleWithBodyWithResponse_Call

CreateClusterRoleWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterRoleWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterRoleWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterRoleWithResponse_Call

CreateClusterRoleWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body gen.ClusterAuthzRole
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterTraitWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterTraitWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterTraitWithBodyWithResponse_Call

CreateClusterTraitWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterTraitWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterTraitWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterTraitWithResponse_Call

CreateClusterTraitWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body gen.ClusterTrait
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterWorkflowPlaneWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterWorkflowPlaneWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterWorkflowPlaneWithBodyWithResponse_Call

CreateClusterWorkflowPlaneWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterWorkflowPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterWorkflowPlaneWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterWorkflowPlaneWithResponse_Call

CreateClusterWorkflowPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body gen.ClusterWorkflowPlane
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterWorkflowWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterWorkflowWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterWorkflowWithBodyWithResponse_Call

CreateClusterWorkflowWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateClusterWorkflowWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateClusterWorkflowWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateClusterWorkflowWithResponse_Call

CreateClusterWorkflowWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body gen.ClusterWorkflow
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateComponentReleaseWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateComponentReleaseWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateComponentReleaseWithBodyWithResponse_Call

CreateComponentReleaseWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateComponentReleaseWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateComponentReleaseWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateComponentReleaseWithResponse_Call

CreateComponentReleaseWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.ComponentRelease
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateComponentTypeWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateComponentTypeWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateComponentTypeWithBodyWithResponse_Call

CreateComponentTypeWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateComponentTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateComponentTypeWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateComponentTypeWithResponse_Call

CreateComponentTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.ComponentType
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateComponentWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateComponentWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateComponentWithBodyWithResponse_Call

CreateComponentWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateComponentWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateComponentWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateComponentWithResponse_Call

CreateComponentWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.Component
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateDataPlaneWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateDataPlaneWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateDataPlaneWithBodyWithResponse_Call

CreateDataPlaneWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateDataPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateDataPlaneWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateDataPlaneWithResponse_Call

CreateDataPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.DataPlane
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateDeploymentPipelineWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateDeploymentPipelineWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateDeploymentPipelineWithBodyWithResponse_Call

CreateDeploymentPipelineWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateDeploymentPipelineWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateDeploymentPipelineWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateDeploymentPipelineWithResponse_Call

CreateDeploymentPipelineWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.DeploymentPipeline
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateEnvironmentWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateEnvironmentWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateEnvironmentWithBodyWithResponse_Call

CreateEnvironmentWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateEnvironmentWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateEnvironmentWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateEnvironmentWithResponse_Call

CreateEnvironmentWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.Environment
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateGitSecretWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateGitSecretWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateGitSecretWithBodyWithResponse_Call

CreateGitSecretWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateGitSecretWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateGitSecretWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateGitSecretWithResponse_Call

CreateGitSecretWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.CreateGitSecretRequest
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateNamespaceRoleBindingWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateNamespaceRoleBindingWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateNamespaceRoleBindingWithBodyWithResponse_Call

CreateNamespaceRoleBindingWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateNamespaceRoleBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateNamespaceRoleBindingWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateNamespaceRoleBindingWithResponse_Call

CreateNamespaceRoleBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.AuthzRoleBinding
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateNamespaceRoleWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateNamespaceRoleWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateNamespaceRoleWithBodyWithResponse_Call

CreateNamespaceRoleWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateNamespaceRoleWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateNamespaceRoleWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateNamespaceRoleWithResponse_Call

CreateNamespaceRoleWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.AuthzRole
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateNamespaceWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateNamespaceWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateNamespaceWithBodyWithResponse_Call

CreateNamespaceWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateNamespaceWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateNamespaceWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateNamespaceWithResponse_Call

CreateNamespaceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body gen.Namespace
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateObservabilityAlertsNotificationChannelWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateObservabilityAlertsNotificationChannelWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateObservabilityAlertsNotificationChannelWithBodyWithResponse_Call

CreateObservabilityAlertsNotificationChannelWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateObservabilityAlertsNotificationChannelWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateObservabilityAlertsNotificationChannelWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateObservabilityAlertsNotificationChannelWithResponse_Call

CreateObservabilityAlertsNotificationChannelWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.ObservabilityAlertsNotificationChannel
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateObservabilityPlaneWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateObservabilityPlaneWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateObservabilityPlaneWithBodyWithResponse_Call

CreateObservabilityPlaneWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateObservabilityPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateObservabilityPlaneWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateObservabilityPlaneWithResponse_Call

CreateObservabilityPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.ObservabilityPlane
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateProjectReleaseBindingWithBodyWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) CreateProjectReleaseBindingWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateProjectReleaseBindingWithBodyWithResponse_Call

CreateProjectReleaseBindingWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateProjectReleaseBindingWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) CreateProjectReleaseBindingWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateProjectReleaseBindingWithResponse_Call

CreateProjectReleaseBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.ProjectReleaseBinding
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateProjectReleaseWithBodyWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) CreateProjectReleaseWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateProjectReleaseWithBodyWithResponse_Call

CreateProjectReleaseWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateProjectReleaseWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) CreateProjectReleaseWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateProjectReleaseWithResponse_Call

CreateProjectReleaseWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.ProjectRelease
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateProjectTypeWithBodyWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) CreateProjectTypeWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateProjectTypeWithBodyWithResponse_Call

CreateProjectTypeWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateProjectTypeWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) CreateProjectTypeWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateProjectTypeWithResponse_Call

CreateProjectTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.ProjectType
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateProjectWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateProjectWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateProjectWithBodyWithResponse_Call

CreateProjectWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateProjectWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateProjectWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateProjectWithResponse_Call

CreateProjectWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.Project
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateReleaseBindingWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateReleaseBindingWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateReleaseBindingWithBodyWithResponse_Call

CreateReleaseBindingWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateReleaseBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateReleaseBindingWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateReleaseBindingWithResponse_Call

CreateReleaseBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.ReleaseBinding
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateResourceReleaseBindingWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateResourceReleaseBindingWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateResourceReleaseBindingWithBodyWithResponse_Call

CreateResourceReleaseBindingWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateResourceReleaseBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateResourceReleaseBindingWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateResourceReleaseBindingWithResponse_Call

CreateResourceReleaseBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.ResourceReleaseBinding
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateResourceReleaseWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateResourceReleaseWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateResourceReleaseWithBodyWithResponse_Call

CreateResourceReleaseWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateResourceReleaseWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateResourceReleaseWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateResourceReleaseWithResponse_Call

CreateResourceReleaseWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.ResourceRelease
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateResourceTypeWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateResourceTypeWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateResourceTypeWithBodyWithResponse_Call

CreateResourceTypeWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateResourceTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateResourceTypeWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateResourceTypeWithResponse_Call

CreateResourceTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.ResourceType
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateResourceWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateResourceWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateResourceWithBodyWithResponse_Call

CreateResourceWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateResourceWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateResourceWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateResourceWithResponse_Call

CreateResourceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.ResourceInstance
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateSecretReferenceWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateSecretReferenceWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateSecretReferenceWithBodyWithResponse_Call

CreateSecretReferenceWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateSecretReferenceWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateSecretReferenceWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateSecretReferenceWithResponse_Call

CreateSecretReferenceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.SecretReference
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateSecretWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateSecretWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateSecretWithBodyWithResponse_Call

CreateSecretWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateSecretWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateSecretWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateSecretWithResponse_Call

CreateSecretWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.CreateSecretRequest
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateTraitWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateTraitWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateTraitWithBodyWithResponse_Call

CreateTraitWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateTraitWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateTraitWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateTraitWithResponse_Call

CreateTraitWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.Trait
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateWorkflowPlaneWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateWorkflowPlaneWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateWorkflowPlaneWithBodyWithResponse_Call

CreateWorkflowPlaneWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateWorkflowPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateWorkflowPlaneWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateWorkflowPlaneWithResponse_Call

CreateWorkflowPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.WorkflowPlane
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateWorkflowRunWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateWorkflowRunWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateWorkflowRunWithBodyWithResponse_Call

CreateWorkflowRunWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateWorkflowRunWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateWorkflowRunWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateWorkflowRunWithResponse_Call

CreateWorkflowRunWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.WorkflowRun
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateWorkflowWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateWorkflowWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateWorkflowWithBodyWithResponse_Call

CreateWorkflowWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateWorkflowWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateWorkflowWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateWorkflowWithResponse_Call

CreateWorkflowWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.Workflow
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateWorkloadWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateWorkloadWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateWorkloadWithBodyWithResponse_Call

CreateWorkloadWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) CreateWorkloadWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) CreateWorkloadWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_CreateWorkloadWithResponse_Call

CreateWorkloadWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.Workload
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteClusterComponentTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteClusterComponentTypeWithResponse(ctx interface{}, cctName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteClusterComponentTypeWithResponse_Call

DeleteClusterComponentTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cctName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteClusterDataPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteClusterDataPlaneWithResponse(ctx interface{}, cdpName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteClusterDataPlaneWithResponse_Call

DeleteClusterDataPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cdpName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteClusterObservabilityPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteClusterObservabilityPlaneWithResponse(ctx interface{}, clusterObservabilityPlaneName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteClusterObservabilityPlaneWithResponse_Call

DeleteClusterObservabilityPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterObservabilityPlaneName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteClusterProjectTypeWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) DeleteClusterProjectTypeWithResponse(ctx interface{}, cptName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteClusterProjectTypeWithResponse_Call

DeleteClusterProjectTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cptName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteClusterResourceTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteClusterResourceTypeWithResponse(ctx interface{}, crtName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteClusterResourceTypeWithResponse_Call

DeleteClusterResourceTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • crtName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteClusterRoleBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteClusterRoleBindingWithResponse(ctx interface{}, name interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteClusterRoleBindingWithResponse_Call

DeleteClusterRoleBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteClusterRoleWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteClusterRoleWithResponse(ctx interface{}, name interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteClusterRoleWithResponse_Call

DeleteClusterRoleWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteClusterTraitWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteClusterTraitWithResponse(ctx interface{}, clusterTraitName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteClusterTraitWithResponse_Call

DeleteClusterTraitWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterTraitName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteClusterWorkflowPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteClusterWorkflowPlaneWithResponse(ctx interface{}, clusterWorkflowPlaneName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteClusterWorkflowPlaneWithResponse_Call

DeleteClusterWorkflowPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowPlaneName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteClusterWorkflowWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteClusterWorkflowWithResponse(ctx interface{}, clusterWorkflowName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteClusterWorkflowWithResponse_Call

DeleteClusterWorkflowWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteComponentReleaseWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteComponentReleaseWithResponse(ctx interface{}, namespaceName interface{}, componentReleaseName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteComponentReleaseWithResponse_Call

DeleteComponentReleaseWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentReleaseName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteComponentTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteComponentTypeWithResponse(ctx interface{}, namespaceName interface{}, ctName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteComponentTypeWithResponse_Call

DeleteComponentTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ctName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteComponentWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteComponentWithResponse(ctx interface{}, namespaceName interface{}, componentName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteComponentWithResponse_Call

DeleteComponentWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteDataPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteDataPlaneWithResponse(ctx interface{}, namespaceName interface{}, dpName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteDataPlaneWithResponse_Call

DeleteDataPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • dpName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteDeploymentPipelineWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteDeploymentPipelineWithResponse(ctx interface{}, namespaceName interface{}, deploymentPipelineName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteDeploymentPipelineWithResponse_Call

DeleteDeploymentPipelineWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • deploymentPipelineName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteEnvironmentWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteEnvironmentWithResponse(ctx interface{}, namespaceName interface{}, envName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteEnvironmentWithResponse_Call

DeleteEnvironmentWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • envName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteGitSecretWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteGitSecretWithResponse(ctx interface{}, namespaceName interface{}, gitSecretName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteGitSecretWithResponse_Call

DeleteGitSecretWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • gitSecretName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteNamespaceRoleBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteNamespaceRoleBindingWithResponse(ctx interface{}, namespaceName interface{}, name interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteNamespaceRoleBindingWithResponse_Call

DeleteNamespaceRoleBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • name string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteNamespaceRoleWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteNamespaceRoleWithResponse(ctx interface{}, namespaceName interface{}, name interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteNamespaceRoleWithResponse_Call

DeleteNamespaceRoleWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • name string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteNamespaceWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteNamespaceWithResponse(ctx interface{}, namespaceName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteNamespaceWithResponse_Call

DeleteNamespaceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteObservabilityAlertsNotificationChannelWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteObservabilityAlertsNotificationChannelWithResponse(ctx interface{}, namespaceName interface{}, observabilityAlertsNotificationChannelName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteObservabilityAlertsNotificationChannelWithResponse_Call

DeleteObservabilityAlertsNotificationChannelWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • observabilityAlertsNotificationChannelName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteObservabilityPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteObservabilityPlaneWithResponse(ctx interface{}, namespaceName interface{}, observabilityPlaneName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteObservabilityPlaneWithResponse_Call

DeleteObservabilityPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • observabilityPlaneName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteProjectReleaseBindingWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) DeleteProjectReleaseBindingWithResponse(ctx interface{}, namespaceName interface{}, projectReleaseBindingName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteProjectReleaseBindingWithResponse_Call

DeleteProjectReleaseBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectReleaseBindingName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteProjectReleaseWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) DeleteProjectReleaseWithResponse(ctx interface{}, namespaceName interface{}, projectReleaseName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteProjectReleaseWithResponse_Call

DeleteProjectReleaseWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectReleaseName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteProjectTypeWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) DeleteProjectTypeWithResponse(ctx interface{}, namespaceName interface{}, ptName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteProjectTypeWithResponse_Call

DeleteProjectTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ptName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteProjectWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteProjectWithResponse(ctx interface{}, namespaceName interface{}, projectName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteProjectWithResponse_Call

DeleteProjectWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteReleaseBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteReleaseBindingWithResponse(ctx interface{}, namespaceName interface{}, releaseBindingName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteReleaseBindingWithResponse_Call

DeleteReleaseBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • releaseBindingName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteResourceReleaseBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteResourceReleaseBindingWithResponse(ctx interface{}, namespaceName interface{}, resourceReleaseBindingName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteResourceReleaseBindingWithResponse_Call

DeleteResourceReleaseBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceReleaseBindingName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteResourceReleaseWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteResourceReleaseWithResponse(ctx interface{}, namespaceName interface{}, resourceReleaseName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteResourceReleaseWithResponse_Call

DeleteResourceReleaseWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceReleaseName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteResourceTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteResourceTypeWithResponse(ctx interface{}, namespaceName interface{}, rtName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteResourceTypeWithResponse_Call

DeleteResourceTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • rtName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteResourceWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteResourceWithResponse(ctx interface{}, namespaceName interface{}, resourceName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteResourceWithResponse_Call

DeleteResourceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteSecretReferenceWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteSecretReferenceWithResponse(ctx interface{}, namespaceName interface{}, secretReferenceName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteSecretReferenceWithResponse_Call

DeleteSecretReferenceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • secretReferenceName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteSecretWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteSecretWithResponse(ctx interface{}, namespaceName interface{}, secretName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteSecretWithResponse_Call

DeleteSecretWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • secretName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteTraitWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteTraitWithResponse(ctx interface{}, namespaceName interface{}, traitName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteTraitWithResponse_Call

DeleteTraitWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • traitName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteWorkflowPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteWorkflowPlaneWithResponse(ctx interface{}, namespaceName interface{}, workflowPlaneName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteWorkflowPlaneWithResponse_Call

DeleteWorkflowPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowPlaneName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteWorkflowRunWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteWorkflowRunWithResponse(ctx interface{}, namespaceName interface{}, runName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteWorkflowRunWithResponse_Call

DeleteWorkflowRunWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • runName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteWorkflowWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteWorkflowWithResponse(ctx interface{}, namespaceName interface{}, workflowName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteWorkflowWithResponse_Call

DeleteWorkflowWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) DeleteWorkloadWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) DeleteWorkloadWithResponse(ctx interface{}, namespaceName interface{}, workloadName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_DeleteWorkloadWithResponse_Call

DeleteWorkloadWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workloadName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) EvaluatesWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) EvaluatesWithBodyWithResponse(ctx interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_EvaluatesWithBodyWithResponse_Call

EvaluatesWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) EvaluatesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) EvaluatesWithResponse(ctx interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_EvaluatesWithResponse_Call

EvaluatesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • body []gen.EvaluateRequest
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GenerateReleaseWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GenerateReleaseWithBodyWithResponse(ctx interface{}, namespaceName interface{}, componentName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GenerateReleaseWithBodyWithResponse_Call

GenerateReleaseWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GenerateReleaseWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GenerateReleaseWithResponse(ctx interface{}, namespaceName interface{}, componentName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GenerateReleaseWithResponse_Call

GenerateReleaseWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentName string
  • body gen.GenerateReleaseRequest
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterComponentTypeSchemaWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterComponentTypeSchemaWithResponse(ctx interface{}, cctName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterComponentTypeSchemaWithResponse_Call

GetClusterComponentTypeSchemaWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cctName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterComponentTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterComponentTypeWithResponse(ctx interface{}, cctName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterComponentTypeWithResponse_Call

GetClusterComponentTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cctName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterDataPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterDataPlaneWithResponse(ctx interface{}, cdpName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterDataPlaneWithResponse_Call

GetClusterDataPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cdpName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterObservabilityPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterObservabilityPlaneWithResponse(ctx interface{}, clusterObservabilityPlaneName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterObservabilityPlaneWithResponse_Call

GetClusterObservabilityPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterObservabilityPlaneName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterProjectTypeSchemaWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterProjectTypeSchemaWithResponse(ctx interface{}, cptName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterProjectTypeSchemaWithResponse_Call

GetClusterProjectTypeSchemaWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cptName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterProjectTypeWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterProjectTypeWithResponse(ctx interface{}, cptName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterProjectTypeWithResponse_Call

GetClusterProjectTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cptName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterResourceTypeSchemaWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterResourceTypeSchemaWithResponse(ctx interface{}, crtName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterResourceTypeSchemaWithResponse_Call

GetClusterResourceTypeSchemaWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • crtName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterResourceTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterResourceTypeWithResponse(ctx interface{}, crtName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterResourceTypeWithResponse_Call

GetClusterResourceTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • crtName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterRoleBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterRoleBindingWithResponse(ctx interface{}, name interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterRoleBindingWithResponse_Call

GetClusterRoleBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterRoleWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterRoleWithResponse(ctx interface{}, name interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterRoleWithResponse_Call

GetClusterRoleWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterTraitSchemaWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterTraitSchemaWithResponse(ctx interface{}, clusterTraitName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterTraitSchemaWithResponse_Call

GetClusterTraitSchemaWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterTraitName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterTraitWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterTraitWithResponse(ctx interface{}, clusterTraitName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterTraitWithResponse_Call

GetClusterTraitWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterTraitName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterWorkflowPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterWorkflowPlaneWithResponse(ctx interface{}, clusterWorkflowPlaneName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterWorkflowPlaneWithResponse_Call

GetClusterWorkflowPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowPlaneName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterWorkflowSchemaWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterWorkflowSchemaWithResponse(ctx interface{}, clusterWorkflowName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterWorkflowSchemaWithResponse_Call

GetClusterWorkflowSchemaWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetClusterWorkflowWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetClusterWorkflowWithResponse(ctx interface{}, clusterWorkflowName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetClusterWorkflowWithResponse_Call

GetClusterWorkflowWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetComponentReleaseWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetComponentReleaseWithResponse(ctx interface{}, namespaceName interface{}, componentReleaseName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetComponentReleaseWithResponse_Call

GetComponentReleaseWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentReleaseName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetComponentSchemaWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetComponentSchemaWithResponse(ctx interface{}, namespaceName interface{}, componentName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetComponentSchemaWithResponse_Call

GetComponentSchemaWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetComponentTypeSchemaWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetComponentTypeSchemaWithResponse(ctx interface{}, namespaceName interface{}, ctName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetComponentTypeSchemaWithResponse_Call

GetComponentTypeSchemaWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ctName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetComponentTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetComponentTypeWithResponse(ctx interface{}, namespaceName interface{}, ctName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetComponentTypeWithResponse_Call

GetComponentTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ctName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetComponentWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetComponentWithResponse(ctx interface{}, namespaceName interface{}, componentName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetComponentWithResponse_Call

GetComponentWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetDataPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetDataPlaneWithResponse(ctx interface{}, namespaceName interface{}, dpName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetDataPlaneWithResponse_Call

GetDataPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • dpName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetDeploymentPipelineWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetDeploymentPipelineWithResponse(ctx interface{}, namespaceName interface{}, deploymentPipelineName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetDeploymentPipelineWithResponse_Call

GetDeploymentPipelineWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • deploymentPipelineName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetEnvironmentWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetEnvironmentWithResponse(ctx interface{}, namespaceName interface{}, envName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetEnvironmentWithResponse_Call

GetEnvironmentWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • envName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetHealthWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetHealthWithResponse(ctx interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetHealthWithResponse_Call

GetHealthWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetNamespaceRoleBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetNamespaceRoleBindingWithResponse(ctx interface{}, namespaceName interface{}, name interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetNamespaceRoleBindingWithResponse_Call

GetNamespaceRoleBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • name string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetNamespaceRoleWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetNamespaceRoleWithResponse(ctx interface{}, namespaceName interface{}, name interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetNamespaceRoleWithResponse_Call

GetNamespaceRoleWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • name string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetNamespaceWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetNamespaceWithResponse(ctx interface{}, namespaceName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetNamespaceWithResponse_Call

GetNamespaceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetOAuthProtectedResourceMetadataWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetOAuthProtectedResourceMetadataWithResponse(ctx interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetOAuthProtectedResourceMetadataWithResponse_Call

GetOAuthProtectedResourceMetadataWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetObservabilityAlertsNotificationChannelWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetObservabilityAlertsNotificationChannelWithResponse(ctx interface{}, namespaceName interface{}, observabilityAlertsNotificationChannelName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetObservabilityAlertsNotificationChannelWithResponse_Call

GetObservabilityAlertsNotificationChannelWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • observabilityAlertsNotificationChannelName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetObservabilityPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetObservabilityPlaneWithResponse(ctx interface{}, namespaceName interface{}, observabilityPlaneName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetObservabilityPlaneWithResponse_Call

GetObservabilityPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • observabilityPlaneName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetOpenAPISpecWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetOpenAPISpecWithResponse(ctx interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetOpenAPISpecWithResponse_Call

GetOpenAPISpecWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetProjectReleaseBindingWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) GetProjectReleaseBindingWithResponse(ctx interface{}, namespaceName interface{}, projectReleaseBindingName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetProjectReleaseBindingWithResponse_Call

GetProjectReleaseBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectReleaseBindingName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetProjectReleaseWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) GetProjectReleaseWithResponse(ctx interface{}, namespaceName interface{}, projectReleaseName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetProjectReleaseWithResponse_Call

GetProjectReleaseWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectReleaseName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetProjectTypeSchemaWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) GetProjectTypeSchemaWithResponse(ctx interface{}, namespaceName interface{}, ptName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetProjectTypeSchemaWithResponse_Call

GetProjectTypeSchemaWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ptName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetProjectTypeWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) GetProjectTypeWithResponse(ctx interface{}, namespaceName interface{}, ptName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetProjectTypeWithResponse_Call

GetProjectTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ptName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetProjectWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetProjectWithResponse(ctx interface{}, namespaceName interface{}, projectName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetProjectWithResponse_Call

GetProjectWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetReadyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetReadyWithResponse(ctx interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetReadyWithResponse_Call

GetReadyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetReleaseBindingK8sResourceEventsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetReleaseBindingK8sResourceEventsWithResponse(ctx interface{}, namespaceName interface{}, releaseBindingName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetReleaseBindingK8sResourceEventsWithResponse_Call

GetReleaseBindingK8sResourceEventsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • releaseBindingName string
  • params *gen.GetReleaseBindingK8sResourceEventsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetReleaseBindingK8sResourceLogsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetReleaseBindingK8sResourceLogsWithResponse(ctx interface{}, namespaceName interface{}, releaseBindingName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetReleaseBindingK8sResourceLogsWithResponse_Call

GetReleaseBindingK8sResourceLogsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • releaseBindingName string
  • params *gen.GetReleaseBindingK8sResourceLogsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetReleaseBindingK8sResourceTreeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetReleaseBindingK8sResourceTreeWithResponse(ctx interface{}, namespaceName interface{}, releaseBindingName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetReleaseBindingK8sResourceTreeWithResponse_Call

GetReleaseBindingK8sResourceTreeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • releaseBindingName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetReleaseBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetReleaseBindingWithResponse(ctx interface{}, namespaceName interface{}, releaseBindingName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetReleaseBindingWithResponse_Call

GetReleaseBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • releaseBindingName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetResourceReleaseBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetResourceReleaseBindingWithResponse(ctx interface{}, namespaceName interface{}, resourceReleaseBindingName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetResourceReleaseBindingWithResponse_Call

GetResourceReleaseBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceReleaseBindingName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetResourceReleaseWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetResourceReleaseWithResponse(ctx interface{}, namespaceName interface{}, resourceReleaseName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetResourceReleaseWithResponse_Call

GetResourceReleaseWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceReleaseName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetResourceTypeSchemaWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetResourceTypeSchemaWithResponse(ctx interface{}, namespaceName interface{}, rtName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetResourceTypeSchemaWithResponse_Call

GetResourceTypeSchemaWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • rtName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetResourceTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetResourceTypeWithResponse(ctx interface{}, namespaceName interface{}, rtName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetResourceTypeWithResponse_Call

GetResourceTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • rtName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetResourceWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetResourceWithResponse(ctx interface{}, namespaceName interface{}, resourceName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetResourceWithResponse_Call

GetResourceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetSecretReferenceWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetSecretReferenceWithResponse(ctx interface{}, namespaceName interface{}, secretReferenceName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetSecretReferenceWithResponse_Call

GetSecretReferenceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • secretReferenceName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetSecretWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetSecretWithResponse(ctx interface{}, namespaceName interface{}, secretName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetSecretWithResponse_Call

GetSecretWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • secretName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetSubjectProfileWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetSubjectProfileWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetSubjectProfileWithResponse_Call

GetSubjectProfileWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.GetSubjectProfileParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetTraitSchemaWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetTraitSchemaWithResponse(ctx interface{}, namespaceName interface{}, traitName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetTraitSchemaWithResponse_Call

GetTraitSchemaWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • traitName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetTraitWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetTraitWithResponse(ctx interface{}, namespaceName interface{}, traitName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetTraitWithResponse_Call

GetTraitWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • traitName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetVersionWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetVersionWithResponse(ctx interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetVersionWithResponse_Call

GetVersionWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetWorkflowPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetWorkflowPlaneWithResponse(ctx interface{}, namespaceName interface{}, workflowPlaneName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetWorkflowPlaneWithResponse_Call

GetWorkflowPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowPlaneName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetWorkflowRunEventsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetWorkflowRunEventsWithResponse(ctx interface{}, namespaceName interface{}, runName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetWorkflowRunEventsWithResponse_Call

GetWorkflowRunEventsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • runName string
  • params *gen.GetWorkflowRunEventsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetWorkflowRunLogsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetWorkflowRunLogsWithResponse(ctx interface{}, namespaceName interface{}, runName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetWorkflowRunLogsWithResponse_Call

GetWorkflowRunLogsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • runName string
  • params *gen.GetWorkflowRunLogsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetWorkflowRunStatusWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetWorkflowRunStatusWithResponse(ctx interface{}, namespaceName interface{}, runName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetWorkflowRunStatusWithResponse_Call

GetWorkflowRunStatusWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • runName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetWorkflowRunWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetWorkflowRunWithResponse(ctx interface{}, namespaceName interface{}, runName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetWorkflowRunWithResponse_Call

GetWorkflowRunWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • runName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetWorkflowSchemaWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetWorkflowSchemaWithResponse(ctx interface{}, namespaceName interface{}, workflowName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetWorkflowSchemaWithResponse_Call

GetWorkflowSchemaWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetWorkflowWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetWorkflowWithResponse(ctx interface{}, namespaceName interface{}, workflowName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetWorkflowWithResponse_Call

GetWorkflowWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) GetWorkloadWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) GetWorkloadWithResponse(ctx interface{}, namespaceName interface{}, workloadName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_GetWorkloadWithResponse_Call

GetWorkloadWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workloadName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) HandleAutoBuildWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) HandleAutoBuildWithBodyWithResponse(ctx interface{}, params interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_HandleAutoBuildWithBodyWithResponse_Call

HandleAutoBuildWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.HandleAutoBuildParams
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) HandleAutoBuildWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) HandleAutoBuildWithResponse(ctx interface{}, params interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_HandleAutoBuildWithResponse_Call

HandleAutoBuildWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.HandleAutoBuildParams
  • body gen.HandleAutoBuildJSONRequestBody
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListActionsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListActionsWithResponse(ctx interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListActionsWithResponse_Call

ListActionsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListClusterComponentTypesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListClusterComponentTypesWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListClusterComponentTypesWithResponse_Call

ListClusterComponentTypesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterComponentTypesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListClusterDataPlanesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListClusterDataPlanesWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListClusterDataPlanesWithResponse_Call

ListClusterDataPlanesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterDataPlanesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListClusterObservabilityPlanesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListClusterObservabilityPlanesWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListClusterObservabilityPlanesWithResponse_Call

ListClusterObservabilityPlanesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterObservabilityPlanesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListClusterProjectTypesWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) ListClusterProjectTypesWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListClusterProjectTypesWithResponse_Call

ListClusterProjectTypesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterProjectTypesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListClusterResourceTypesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListClusterResourceTypesWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListClusterResourceTypesWithResponse_Call

ListClusterResourceTypesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterResourceTypesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListClusterRoleBindingsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListClusterRoleBindingsWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListClusterRoleBindingsWithResponse_Call

ListClusterRoleBindingsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterRoleBindingsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListClusterRolesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListClusterRolesWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListClusterRolesWithResponse_Call

ListClusterRolesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterRolesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListClusterTraitsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListClusterTraitsWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListClusterTraitsWithResponse_Call

ListClusterTraitsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterTraitsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListClusterWorkflowPlanesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListClusterWorkflowPlanesWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListClusterWorkflowPlanesWithResponse_Call

ListClusterWorkflowPlanesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterWorkflowPlanesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListClusterWorkflowsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListClusterWorkflowsWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListClusterWorkflowsWithResponse_Call

ListClusterWorkflowsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterWorkflowsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListComponentReleasesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListComponentReleasesWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListComponentReleasesWithResponse_Call

ListComponentReleasesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListComponentReleasesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListComponentTypesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListComponentTypesWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListComponentTypesWithResponse_Call

ListComponentTypesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListComponentTypesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListComponentsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListComponentsWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListComponentsWithResponse_Call

ListComponentsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListComponentsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListDataPlanesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListDataPlanesWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListDataPlanesWithResponse_Call

ListDataPlanesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListDataPlanesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListDeploymentPipelinesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListDeploymentPipelinesWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListDeploymentPipelinesWithResponse_Call

ListDeploymentPipelinesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListDeploymentPipelinesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListEnvironmentsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListEnvironmentsWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListEnvironmentsWithResponse_Call

ListEnvironmentsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListEnvironmentsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListGitSecretsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListGitSecretsWithResponse(ctx interface{}, namespaceName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListGitSecretsWithResponse_Call

ListGitSecretsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListNamespaceRoleBindingsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListNamespaceRoleBindingsWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListNamespaceRoleBindingsWithResponse_Call

ListNamespaceRoleBindingsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListNamespaceRoleBindingsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListNamespaceRolesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListNamespaceRolesWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListNamespaceRolesWithResponse_Call

ListNamespaceRolesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListNamespaceRolesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListNamespacesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListNamespacesWithResponse(ctx interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListNamespacesWithResponse_Call

ListNamespacesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListNamespacesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListObservabilityAlertsNotificationChannelsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListObservabilityAlertsNotificationChannelsWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListObservabilityAlertsNotificationChannelsWithResponse_Call

ListObservabilityAlertsNotificationChannelsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListObservabilityAlertsNotificationChannelsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListObservabilityPlanesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListObservabilityPlanesWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListObservabilityPlanesWithResponse_Call

ListObservabilityPlanesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListObservabilityPlanesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListProjectReleaseBindingsWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) ListProjectReleaseBindingsWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListProjectReleaseBindingsWithResponse_Call

ListProjectReleaseBindingsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListProjectReleaseBindingsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListProjectReleasesWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) ListProjectReleasesWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListProjectReleasesWithResponse_Call

ListProjectReleasesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListProjectReleasesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListProjectTypesWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) ListProjectTypesWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListProjectTypesWithResponse_Call

ListProjectTypesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListProjectTypesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListProjectsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListProjectsWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListProjectsWithResponse_Call

ListProjectsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListProjectsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListReleaseBindingsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListReleaseBindingsWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListReleaseBindingsWithResponse_Call

ListReleaseBindingsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListReleaseBindingsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListResourceReleaseBindingsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListResourceReleaseBindingsWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListResourceReleaseBindingsWithResponse_Call

ListResourceReleaseBindingsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListResourceReleaseBindingsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListResourceReleasesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListResourceReleasesWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListResourceReleasesWithResponse_Call

ListResourceReleasesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListResourceReleasesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListResourceTypesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListResourceTypesWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListResourceTypesWithResponse_Call

ListResourceTypesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListResourceTypesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListResourcesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListResourcesWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListResourcesWithResponse_Call

ListResourcesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListResourcesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListSecretReferencesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListSecretReferencesWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListSecretReferencesWithResponse_Call

ListSecretReferencesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListSecretReferencesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListSecretsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListSecretsWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListSecretsWithResponse_Call

ListSecretsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListSecretsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListSubjectTypesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListSubjectTypesWithResponse(ctx interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListSubjectTypesWithResponse_Call

ListSubjectTypesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListTraitsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListTraitsWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListTraitsWithResponse_Call

ListTraitsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListTraitsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListWorkflowPlanesWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListWorkflowPlanesWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListWorkflowPlanesWithResponse_Call

ListWorkflowPlanesWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListWorkflowPlanesParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListWorkflowRunsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListWorkflowRunsWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListWorkflowRunsWithResponse_Call

ListWorkflowRunsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListWorkflowRunsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListWorkflowsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListWorkflowsWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListWorkflowsWithResponse_Call

ListWorkflowsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListWorkflowsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) ListWorkloadsWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) ListWorkloadsWithResponse(ctx interface{}, namespaceName interface{}, params interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_ListWorkloadsWithResponse_Call

ListWorkloadsWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListWorkloadsParams
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) TriggerReleaseBindingCronJobWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) TriggerReleaseBindingCronJobWithResponse(ctx interface{}, namespaceName interface{}, releaseBindingName interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_TriggerReleaseBindingCronJobWithResponse_Call

TriggerReleaseBindingCronJobWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • releaseBindingName string
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterComponentTypeWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterComponentTypeWithBodyWithResponse(ctx interface{}, cctName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterComponentTypeWithBodyWithResponse_Call

UpdateClusterComponentTypeWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cctName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterComponentTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterComponentTypeWithResponse(ctx interface{}, cctName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterComponentTypeWithResponse_Call

UpdateClusterComponentTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cctName string
  • body gen.ClusterComponentType
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterDataPlaneWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterDataPlaneWithBodyWithResponse(ctx interface{}, cdpName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterDataPlaneWithBodyWithResponse_Call

UpdateClusterDataPlaneWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cdpName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterDataPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterDataPlaneWithResponse(ctx interface{}, cdpName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterDataPlaneWithResponse_Call

UpdateClusterDataPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cdpName string
  • body gen.ClusterDataPlane
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterObservabilityPlaneWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterObservabilityPlaneWithBodyWithResponse(ctx interface{}, clusterObservabilityPlaneName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterObservabilityPlaneWithBodyWithResponse_Call

UpdateClusterObservabilityPlaneWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterObservabilityPlaneName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterObservabilityPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterObservabilityPlaneWithResponse(ctx interface{}, clusterObservabilityPlaneName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterObservabilityPlaneWithResponse_Call

UpdateClusterObservabilityPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterObservabilityPlaneName string
  • body gen.ClusterObservabilityPlane
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterProjectTypeWithBodyWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterProjectTypeWithBodyWithResponse(ctx interface{}, cptName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterProjectTypeWithBodyWithResponse_Call

UpdateClusterProjectTypeWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cptName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterProjectTypeWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterProjectTypeWithResponse(ctx interface{}, cptName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterProjectTypeWithResponse_Call

UpdateClusterProjectTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • cptName string
  • body gen.ClusterProjectType
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterResourceTypeWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterResourceTypeWithBodyWithResponse(ctx interface{}, crtName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterResourceTypeWithBodyWithResponse_Call

UpdateClusterResourceTypeWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • crtName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterResourceTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterResourceTypeWithResponse(ctx interface{}, crtName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterResourceTypeWithResponse_Call

UpdateClusterResourceTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • crtName string
  • body gen.ClusterResourceType
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterRoleBindingWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterRoleBindingWithBodyWithResponse(ctx interface{}, name interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterRoleBindingWithBodyWithResponse_Call

UpdateClusterRoleBindingWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterRoleBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterRoleBindingWithResponse(ctx interface{}, name interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterRoleBindingWithResponse_Call

UpdateClusterRoleBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • body gen.ClusterAuthzRoleBinding
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterRoleWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterRoleWithBodyWithResponse(ctx interface{}, name interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterRoleWithBodyWithResponse_Call

UpdateClusterRoleWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterRoleWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterRoleWithResponse(ctx interface{}, name interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterRoleWithResponse_Call

UpdateClusterRoleWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • body gen.ClusterAuthzRole
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterTraitWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterTraitWithBodyWithResponse(ctx interface{}, clusterTraitName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterTraitWithBodyWithResponse_Call

UpdateClusterTraitWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterTraitName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterTraitWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterTraitWithResponse(ctx interface{}, clusterTraitName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterTraitWithResponse_Call

UpdateClusterTraitWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterTraitName string
  • body gen.ClusterTrait
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterWorkflowPlaneWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterWorkflowPlaneWithBodyWithResponse(ctx interface{}, clusterWorkflowPlaneName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterWorkflowPlaneWithBodyWithResponse_Call

UpdateClusterWorkflowPlaneWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowPlaneName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterWorkflowPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterWorkflowPlaneWithResponse(ctx interface{}, clusterWorkflowPlaneName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterWorkflowPlaneWithResponse_Call

UpdateClusterWorkflowPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowPlaneName string
  • body gen.ClusterWorkflowPlane
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterWorkflowWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterWorkflowWithBodyWithResponse(ctx interface{}, clusterWorkflowName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterWorkflowWithBodyWithResponse_Call

UpdateClusterWorkflowWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateClusterWorkflowWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateClusterWorkflowWithResponse(ctx interface{}, clusterWorkflowName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateClusterWorkflowWithResponse_Call

UpdateClusterWorkflowWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowName string
  • body gen.ClusterWorkflow
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateComponentTypeWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateComponentTypeWithBodyWithResponse(ctx interface{}, namespaceName interface{}, ctName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateComponentTypeWithBodyWithResponse_Call

UpdateComponentTypeWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ctName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateComponentTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateComponentTypeWithResponse(ctx interface{}, namespaceName interface{}, ctName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateComponentTypeWithResponse_Call

UpdateComponentTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ctName string
  • body gen.ComponentType
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateComponentWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateComponentWithBodyWithResponse(ctx interface{}, namespaceName interface{}, componentName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateComponentWithBodyWithResponse_Call

UpdateComponentWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateComponentWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateComponentWithResponse(ctx interface{}, namespaceName interface{}, componentName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateComponentWithResponse_Call

UpdateComponentWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentName string
  • body gen.Component
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateDataPlaneWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateDataPlaneWithBodyWithResponse(ctx interface{}, namespaceName interface{}, dpName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateDataPlaneWithBodyWithResponse_Call

UpdateDataPlaneWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • dpName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateDataPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateDataPlaneWithResponse(ctx interface{}, namespaceName interface{}, dpName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateDataPlaneWithResponse_Call

UpdateDataPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • dpName string
  • body gen.DataPlane
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateDeploymentPipelineWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateDeploymentPipelineWithBodyWithResponse(ctx interface{}, namespaceName interface{}, deploymentPipelineName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateDeploymentPipelineWithBodyWithResponse_Call

UpdateDeploymentPipelineWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • deploymentPipelineName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateDeploymentPipelineWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateDeploymentPipelineWithResponse(ctx interface{}, namespaceName interface{}, deploymentPipelineName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateDeploymentPipelineWithResponse_Call

UpdateDeploymentPipelineWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • deploymentPipelineName string
  • body gen.DeploymentPipeline
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateEnvironmentWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateEnvironmentWithBodyWithResponse(ctx interface{}, namespaceName interface{}, envName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateEnvironmentWithBodyWithResponse_Call

UpdateEnvironmentWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • envName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateEnvironmentWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateEnvironmentWithResponse(ctx interface{}, namespaceName interface{}, envName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateEnvironmentWithResponse_Call

UpdateEnvironmentWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • envName string
  • body gen.Environment
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateNamespaceRoleBindingWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateNamespaceRoleBindingWithBodyWithResponse(ctx interface{}, namespaceName interface{}, name interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateNamespaceRoleBindingWithBodyWithResponse_Call

UpdateNamespaceRoleBindingWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • name string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateNamespaceRoleBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateNamespaceRoleBindingWithResponse(ctx interface{}, namespaceName interface{}, name interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateNamespaceRoleBindingWithResponse_Call

UpdateNamespaceRoleBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • name string
  • body gen.AuthzRoleBinding
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateNamespaceRoleWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateNamespaceRoleWithBodyWithResponse(ctx interface{}, namespaceName interface{}, name interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateNamespaceRoleWithBodyWithResponse_Call

UpdateNamespaceRoleWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • name string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateNamespaceRoleWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateNamespaceRoleWithResponse(ctx interface{}, namespaceName interface{}, name interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateNamespaceRoleWithResponse_Call

UpdateNamespaceRoleWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • name string
  • body gen.AuthzRole
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateNamespaceWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateNamespaceWithBodyWithResponse(ctx interface{}, namespaceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateNamespaceWithBodyWithResponse_Call

UpdateNamespaceWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateNamespaceWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateNamespaceWithResponse(ctx interface{}, namespaceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateNamespaceWithResponse_Call

UpdateNamespaceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • body gen.Namespace
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateObservabilityAlertsNotificationChannelWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateObservabilityAlertsNotificationChannelWithBodyWithResponse(ctx interface{}, namespaceName interface{}, observabilityAlertsNotificationChannelName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateObservabilityAlertsNotificationChannelWithBodyWithResponse_Call

UpdateObservabilityAlertsNotificationChannelWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • observabilityAlertsNotificationChannelName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateObservabilityAlertsNotificationChannelWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateObservabilityAlertsNotificationChannelWithResponse(ctx interface{}, namespaceName interface{}, observabilityAlertsNotificationChannelName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateObservabilityAlertsNotificationChannelWithResponse_Call

UpdateObservabilityAlertsNotificationChannelWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • observabilityAlertsNotificationChannelName string
  • body gen.ObservabilityAlertsNotificationChannel
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateObservabilityPlaneWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateObservabilityPlaneWithBodyWithResponse(ctx interface{}, namespaceName interface{}, observabilityPlaneName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateObservabilityPlaneWithBodyWithResponse_Call

UpdateObservabilityPlaneWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • observabilityPlaneName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateObservabilityPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateObservabilityPlaneWithResponse(ctx interface{}, namespaceName interface{}, observabilityPlaneName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateObservabilityPlaneWithResponse_Call

UpdateObservabilityPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • observabilityPlaneName string
  • body gen.ObservabilityPlane
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateProjectReleaseBindingWithBodyWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) UpdateProjectReleaseBindingWithBodyWithResponse(ctx interface{}, namespaceName interface{}, projectReleaseBindingName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateProjectReleaseBindingWithBodyWithResponse_Call

UpdateProjectReleaseBindingWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectReleaseBindingName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateProjectReleaseBindingWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) UpdateProjectReleaseBindingWithResponse(ctx interface{}, namespaceName interface{}, projectReleaseBindingName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateProjectReleaseBindingWithResponse_Call

UpdateProjectReleaseBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectReleaseBindingName string
  • body gen.ProjectReleaseBinding
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateProjectTypeWithBodyWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) UpdateProjectTypeWithBodyWithResponse(ctx interface{}, namespaceName interface{}, ptName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateProjectTypeWithBodyWithResponse_Call

UpdateProjectTypeWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ptName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateProjectTypeWithResponse added in v1.2.0

func (_e *MockClientWithResponsesInterface_Expecter) UpdateProjectTypeWithResponse(ctx interface{}, namespaceName interface{}, ptName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateProjectTypeWithResponse_Call

UpdateProjectTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ptName string
  • body gen.ProjectType
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateProjectWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateProjectWithBodyWithResponse(ctx interface{}, namespaceName interface{}, projectName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateProjectWithBodyWithResponse_Call

UpdateProjectWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateProjectWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateProjectWithResponse(ctx interface{}, namespaceName interface{}, projectName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateProjectWithResponse_Call

UpdateProjectWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectName string
  • body gen.Project
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateReleaseBindingWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateReleaseBindingWithBodyWithResponse(ctx interface{}, namespaceName interface{}, releaseBindingName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateReleaseBindingWithBodyWithResponse_Call

UpdateReleaseBindingWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • releaseBindingName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateReleaseBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateReleaseBindingWithResponse(ctx interface{}, namespaceName interface{}, releaseBindingName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateReleaseBindingWithResponse_Call

UpdateReleaseBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • releaseBindingName string
  • body gen.ReleaseBinding
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateResourceReleaseBindingWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateResourceReleaseBindingWithBodyWithResponse(ctx interface{}, namespaceName interface{}, resourceReleaseBindingName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateResourceReleaseBindingWithBodyWithResponse_Call

UpdateResourceReleaseBindingWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceReleaseBindingName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateResourceReleaseBindingWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateResourceReleaseBindingWithResponse(ctx interface{}, namespaceName interface{}, resourceReleaseBindingName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateResourceReleaseBindingWithResponse_Call

UpdateResourceReleaseBindingWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceReleaseBindingName string
  • body gen.ResourceReleaseBinding
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateResourceTypeWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateResourceTypeWithBodyWithResponse(ctx interface{}, namespaceName interface{}, rtName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateResourceTypeWithBodyWithResponse_Call

UpdateResourceTypeWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • rtName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateResourceTypeWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateResourceTypeWithResponse(ctx interface{}, namespaceName interface{}, rtName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateResourceTypeWithResponse_Call

UpdateResourceTypeWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • rtName string
  • body gen.ResourceType
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateResourceWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateResourceWithBodyWithResponse(ctx interface{}, namespaceName interface{}, resourceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateResourceWithBodyWithResponse_Call

UpdateResourceWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateResourceWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateResourceWithResponse(ctx interface{}, namespaceName interface{}, resourceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateResourceWithResponse_Call

UpdateResourceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceName string
  • body gen.ResourceInstance
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateSecretReferenceWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateSecretReferenceWithBodyWithResponse(ctx interface{}, namespaceName interface{}, secretReferenceName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateSecretReferenceWithBodyWithResponse_Call

UpdateSecretReferenceWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • secretReferenceName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateSecretReferenceWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateSecretReferenceWithResponse(ctx interface{}, namespaceName interface{}, secretReferenceName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateSecretReferenceWithResponse_Call

UpdateSecretReferenceWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • secretReferenceName string
  • body gen.SecretReference
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateSecretWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateSecretWithBodyWithResponse(ctx interface{}, namespaceName interface{}, secretName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateSecretWithBodyWithResponse_Call

UpdateSecretWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • secretName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateSecretWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateSecretWithResponse(ctx interface{}, namespaceName interface{}, secretName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateSecretWithResponse_Call

UpdateSecretWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • secretName string
  • body gen.UpdateSecretRequest
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateTraitWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateTraitWithBodyWithResponse(ctx interface{}, namespaceName interface{}, traitName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateTraitWithBodyWithResponse_Call

UpdateTraitWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • traitName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateTraitWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateTraitWithResponse(ctx interface{}, namespaceName interface{}, traitName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateTraitWithResponse_Call

UpdateTraitWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • traitName string
  • body gen.Trait
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateWorkflowPlaneWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateWorkflowPlaneWithBodyWithResponse(ctx interface{}, namespaceName interface{}, workflowPlaneName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateWorkflowPlaneWithBodyWithResponse_Call

UpdateWorkflowPlaneWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowPlaneName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateWorkflowPlaneWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateWorkflowPlaneWithResponse(ctx interface{}, namespaceName interface{}, workflowPlaneName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateWorkflowPlaneWithResponse_Call

UpdateWorkflowPlaneWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowPlaneName string
  • body gen.WorkflowPlane
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateWorkflowRunWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateWorkflowRunWithBodyWithResponse(ctx interface{}, namespaceName interface{}, runName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateWorkflowRunWithBodyWithResponse_Call

UpdateWorkflowRunWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • runName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateWorkflowRunWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateWorkflowRunWithResponse(ctx interface{}, namespaceName interface{}, runName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateWorkflowRunWithResponse_Call

UpdateWorkflowRunWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • runName string
  • body gen.WorkflowRun
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateWorkflowWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateWorkflowWithBodyWithResponse(ctx interface{}, namespaceName interface{}, workflowName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateWorkflowWithBodyWithResponse_Call

UpdateWorkflowWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateWorkflowWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateWorkflowWithResponse(ctx interface{}, namespaceName interface{}, workflowName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateWorkflowWithResponse_Call

UpdateWorkflowWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowName string
  • body gen.Workflow
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateWorkloadWithBodyWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateWorkloadWithBodyWithResponse(ctx interface{}, namespaceName interface{}, workloadName interface{}, contentType interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateWorkloadWithBodyWithResponse_Call

UpdateWorkloadWithBodyWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workloadName string
  • contentType string
  • body io.Reader
  • reqEditors ...gen.RequestEditorFn

func (*MockClientWithResponsesInterface_Expecter) UpdateWorkloadWithResponse

func (_e *MockClientWithResponsesInterface_Expecter) UpdateWorkloadWithResponse(ctx interface{}, namespaceName interface{}, workloadName interface{}, body interface{}, reqEditors ...interface{}) *MockClientWithResponsesInterface_UpdateWorkloadWithResponse_Call

UpdateWorkloadWithResponse is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workloadName string
  • body gen.Workload
  • reqEditors ...gen.RequestEditorFn

type MockClientWithResponsesInterface_GenerateReleaseWithBodyWithResponse_Call

type MockClientWithResponsesInterface_GenerateReleaseWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GenerateReleaseWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GenerateReleaseWithBodyWithResponse'

func (*MockClientWithResponsesInterface_GenerateReleaseWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_GenerateReleaseWithResponse_Call

type MockClientWithResponsesInterface_GenerateReleaseWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GenerateReleaseWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GenerateReleaseWithResponse'

func (*MockClientWithResponsesInterface_GenerateReleaseWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GenerateReleaseWithResponse_Call) Run

type MockClientWithResponsesInterface_GetClusterComponentTypeSchemaWithResponse_Call

type MockClientWithResponsesInterface_GetClusterComponentTypeSchemaWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterComponentTypeSchemaWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterComponentTypeSchemaWithResponse'

func (*MockClientWithResponsesInterface_GetClusterComponentTypeSchemaWithResponse_Call) Run

type MockClientWithResponsesInterface_GetClusterComponentTypeWithResponse_Call

type MockClientWithResponsesInterface_GetClusterComponentTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterComponentTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterComponentTypeWithResponse'

func (*MockClientWithResponsesInterface_GetClusterComponentTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_GetClusterDataPlaneWithResponse_Call

type MockClientWithResponsesInterface_GetClusterDataPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterDataPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterDataPlaneWithResponse'

func (*MockClientWithResponsesInterface_GetClusterDataPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_GetClusterObservabilityPlaneWithResponse_Call

type MockClientWithResponsesInterface_GetClusterObservabilityPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterObservabilityPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterObservabilityPlaneWithResponse'

func (*MockClientWithResponsesInterface_GetClusterObservabilityPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_GetClusterProjectTypeSchemaWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_GetClusterProjectTypeSchemaWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterProjectTypeSchemaWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterProjectTypeSchemaWithResponse'

func (*MockClientWithResponsesInterface_GetClusterProjectTypeSchemaWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_GetClusterProjectTypeSchemaWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_GetClusterProjectTypeWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_GetClusterProjectTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterProjectTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterProjectTypeWithResponse'

func (*MockClientWithResponsesInterface_GetClusterProjectTypeWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_GetClusterProjectTypeWithResponse_Call) Run added in v1.2.0

func (*MockClientWithResponsesInterface_GetClusterProjectTypeWithResponse_Call) RunAndReturn added in v1.2.0

type MockClientWithResponsesInterface_GetClusterResourceTypeSchemaWithResponse_Call

type MockClientWithResponsesInterface_GetClusterResourceTypeSchemaWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterResourceTypeSchemaWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterResourceTypeSchemaWithResponse'

func (*MockClientWithResponsesInterface_GetClusterResourceTypeSchemaWithResponse_Call) Run

type MockClientWithResponsesInterface_GetClusterResourceTypeWithResponse_Call

type MockClientWithResponsesInterface_GetClusterResourceTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterResourceTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterResourceTypeWithResponse'

func (*MockClientWithResponsesInterface_GetClusterResourceTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_GetClusterRoleBindingWithResponse_Call

type MockClientWithResponsesInterface_GetClusterRoleBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterRoleBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterRoleBindingWithResponse'

func (*MockClientWithResponsesInterface_GetClusterRoleBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_GetClusterRoleWithResponse_Call

type MockClientWithResponsesInterface_GetClusterRoleWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterRoleWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterRoleWithResponse'

func (*MockClientWithResponsesInterface_GetClusterRoleWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetClusterRoleWithResponse_Call) Run

type MockClientWithResponsesInterface_GetClusterTraitSchemaWithResponse_Call

type MockClientWithResponsesInterface_GetClusterTraitSchemaWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterTraitSchemaWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterTraitSchemaWithResponse'

func (*MockClientWithResponsesInterface_GetClusterTraitSchemaWithResponse_Call) Run

type MockClientWithResponsesInterface_GetClusterTraitWithResponse_Call

type MockClientWithResponsesInterface_GetClusterTraitWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterTraitWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterTraitWithResponse'

func (*MockClientWithResponsesInterface_GetClusterTraitWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetClusterTraitWithResponse_Call) Run

type MockClientWithResponsesInterface_GetClusterWorkflowPlaneWithResponse_Call

type MockClientWithResponsesInterface_GetClusterWorkflowPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterWorkflowPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterWorkflowPlaneWithResponse'

func (*MockClientWithResponsesInterface_GetClusterWorkflowPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_GetClusterWorkflowSchemaWithResponse_Call

type MockClientWithResponsesInterface_GetClusterWorkflowSchemaWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterWorkflowSchemaWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterWorkflowSchemaWithResponse'

func (*MockClientWithResponsesInterface_GetClusterWorkflowSchemaWithResponse_Call) Run

type MockClientWithResponsesInterface_GetClusterWorkflowWithResponse_Call

type MockClientWithResponsesInterface_GetClusterWorkflowWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetClusterWorkflowWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterWorkflowWithResponse'

func (*MockClientWithResponsesInterface_GetClusterWorkflowWithResponse_Call) Run

type MockClientWithResponsesInterface_GetComponentReleaseWithResponse_Call

type MockClientWithResponsesInterface_GetComponentReleaseWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetComponentReleaseWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetComponentReleaseWithResponse'

func (*MockClientWithResponsesInterface_GetComponentReleaseWithResponse_Call) Run

type MockClientWithResponsesInterface_GetComponentSchemaWithResponse_Call

type MockClientWithResponsesInterface_GetComponentSchemaWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetComponentSchemaWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetComponentSchemaWithResponse'

func (*MockClientWithResponsesInterface_GetComponentSchemaWithResponse_Call) Run

type MockClientWithResponsesInterface_GetComponentTypeSchemaWithResponse_Call

type MockClientWithResponsesInterface_GetComponentTypeSchemaWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetComponentTypeSchemaWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetComponentTypeSchemaWithResponse'

func (*MockClientWithResponsesInterface_GetComponentTypeSchemaWithResponse_Call) Run

type MockClientWithResponsesInterface_GetComponentTypeWithResponse_Call

type MockClientWithResponsesInterface_GetComponentTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetComponentTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetComponentTypeWithResponse'

func (*MockClientWithResponsesInterface_GetComponentTypeWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetComponentTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_GetComponentWithResponse_Call

type MockClientWithResponsesInterface_GetComponentWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetComponentWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetComponentWithResponse'

func (*MockClientWithResponsesInterface_GetComponentWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetComponentWithResponse_Call) Run

type MockClientWithResponsesInterface_GetDataPlaneWithResponse_Call

type MockClientWithResponsesInterface_GetDataPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetDataPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDataPlaneWithResponse'

func (*MockClientWithResponsesInterface_GetDataPlaneWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetDataPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_GetDeploymentPipelineWithResponse_Call

type MockClientWithResponsesInterface_GetDeploymentPipelineWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetDeploymentPipelineWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDeploymentPipelineWithResponse'

func (*MockClientWithResponsesInterface_GetDeploymentPipelineWithResponse_Call) Run

type MockClientWithResponsesInterface_GetEnvironmentWithResponse_Call

type MockClientWithResponsesInterface_GetEnvironmentWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetEnvironmentWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEnvironmentWithResponse'

func (*MockClientWithResponsesInterface_GetEnvironmentWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetEnvironmentWithResponse_Call) Run

type MockClientWithResponsesInterface_GetHealthWithResponse_Call

type MockClientWithResponsesInterface_GetHealthWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetHealthWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetHealthWithResponse'

func (*MockClientWithResponsesInterface_GetHealthWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetHealthWithResponse_Call) Run

func (*MockClientWithResponsesInterface_GetHealthWithResponse_Call) RunAndReturn

type MockClientWithResponsesInterface_GetNamespaceRoleBindingWithResponse_Call

type MockClientWithResponsesInterface_GetNamespaceRoleBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetNamespaceRoleBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNamespaceRoleBindingWithResponse'

func (*MockClientWithResponsesInterface_GetNamespaceRoleBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_GetNamespaceRoleWithResponse_Call

type MockClientWithResponsesInterface_GetNamespaceRoleWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetNamespaceRoleWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNamespaceRoleWithResponse'

func (*MockClientWithResponsesInterface_GetNamespaceRoleWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetNamespaceRoleWithResponse_Call) Run

type MockClientWithResponsesInterface_GetNamespaceWithResponse_Call

type MockClientWithResponsesInterface_GetNamespaceWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetNamespaceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNamespaceWithResponse'

func (*MockClientWithResponsesInterface_GetNamespaceWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetNamespaceWithResponse_Call) Run

type MockClientWithResponsesInterface_GetOAuthProtectedResourceMetadataWithResponse_Call

type MockClientWithResponsesInterface_GetOAuthProtectedResourceMetadataWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetOAuthProtectedResourceMetadataWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOAuthProtectedResourceMetadataWithResponse'

func (*MockClientWithResponsesInterface_GetOAuthProtectedResourceMetadataWithResponse_Call) Run

type MockClientWithResponsesInterface_GetObservabilityAlertsNotificationChannelWithResponse_Call

type MockClientWithResponsesInterface_GetObservabilityAlertsNotificationChannelWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetObservabilityAlertsNotificationChannelWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObservabilityAlertsNotificationChannelWithResponse'

func (*MockClientWithResponsesInterface_GetObservabilityAlertsNotificationChannelWithResponse_Call) Run

type MockClientWithResponsesInterface_GetObservabilityPlaneWithResponse_Call

type MockClientWithResponsesInterface_GetObservabilityPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetObservabilityPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObservabilityPlaneWithResponse'

func (*MockClientWithResponsesInterface_GetObservabilityPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_GetOpenAPISpecWithResponse_Call

type MockClientWithResponsesInterface_GetOpenAPISpecWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetOpenAPISpecWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOpenAPISpecWithResponse'

func (*MockClientWithResponsesInterface_GetOpenAPISpecWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetOpenAPISpecWithResponse_Call) Run

type MockClientWithResponsesInterface_GetProjectReleaseBindingWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_GetProjectReleaseBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetProjectReleaseBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectReleaseBindingWithResponse'

func (*MockClientWithResponsesInterface_GetProjectReleaseBindingWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_GetProjectReleaseBindingWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_GetProjectReleaseWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_GetProjectReleaseWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetProjectReleaseWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectReleaseWithResponse'

func (*MockClientWithResponsesInterface_GetProjectReleaseWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_GetProjectReleaseWithResponse_Call) Run added in v1.2.0

func (*MockClientWithResponsesInterface_GetProjectReleaseWithResponse_Call) RunAndReturn added in v1.2.0

type MockClientWithResponsesInterface_GetProjectTypeSchemaWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_GetProjectTypeSchemaWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetProjectTypeSchemaWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectTypeSchemaWithResponse'

func (*MockClientWithResponsesInterface_GetProjectTypeSchemaWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_GetProjectTypeSchemaWithResponse_Call) Run added in v1.2.0

func (*MockClientWithResponsesInterface_GetProjectTypeSchemaWithResponse_Call) RunAndReturn added in v1.2.0

type MockClientWithResponsesInterface_GetProjectTypeWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_GetProjectTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetProjectTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectTypeWithResponse'

func (*MockClientWithResponsesInterface_GetProjectTypeWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_GetProjectTypeWithResponse_Call) Run added in v1.2.0

func (*MockClientWithResponsesInterface_GetProjectTypeWithResponse_Call) RunAndReturn added in v1.2.0

type MockClientWithResponsesInterface_GetProjectWithResponse_Call

type MockClientWithResponsesInterface_GetProjectWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetProjectWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectWithResponse'

func (*MockClientWithResponsesInterface_GetProjectWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetProjectWithResponse_Call) Run

type MockClientWithResponsesInterface_GetReadyWithResponse_Call

type MockClientWithResponsesInterface_GetReadyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetReadyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetReadyWithResponse'

func (*MockClientWithResponsesInterface_GetReadyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetReadyWithResponse_Call) Run

func (*MockClientWithResponsesInterface_GetReadyWithResponse_Call) RunAndReturn

type MockClientWithResponsesInterface_GetReleaseBindingK8sResourceEventsWithResponse_Call

type MockClientWithResponsesInterface_GetReleaseBindingK8sResourceEventsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetReleaseBindingK8sResourceEventsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetReleaseBindingK8sResourceEventsWithResponse'

func (*MockClientWithResponsesInterface_GetReleaseBindingK8sResourceEventsWithResponse_Call) Run

type MockClientWithResponsesInterface_GetReleaseBindingK8sResourceLogsWithResponse_Call

type MockClientWithResponsesInterface_GetReleaseBindingK8sResourceLogsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetReleaseBindingK8sResourceLogsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetReleaseBindingK8sResourceLogsWithResponse'

func (*MockClientWithResponsesInterface_GetReleaseBindingK8sResourceLogsWithResponse_Call) Run

type MockClientWithResponsesInterface_GetReleaseBindingK8sResourceTreeWithResponse_Call

type MockClientWithResponsesInterface_GetReleaseBindingK8sResourceTreeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetReleaseBindingK8sResourceTreeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetReleaseBindingK8sResourceTreeWithResponse'

func (*MockClientWithResponsesInterface_GetReleaseBindingK8sResourceTreeWithResponse_Call) Run

type MockClientWithResponsesInterface_GetReleaseBindingWithResponse_Call

type MockClientWithResponsesInterface_GetReleaseBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetReleaseBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetReleaseBindingWithResponse'

func (*MockClientWithResponsesInterface_GetReleaseBindingWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetReleaseBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_GetResourceReleaseBindingWithResponse_Call

type MockClientWithResponsesInterface_GetResourceReleaseBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetResourceReleaseBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetResourceReleaseBindingWithResponse'

func (*MockClientWithResponsesInterface_GetResourceReleaseBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_GetResourceReleaseWithResponse_Call

type MockClientWithResponsesInterface_GetResourceReleaseWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetResourceReleaseWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetResourceReleaseWithResponse'

func (*MockClientWithResponsesInterface_GetResourceReleaseWithResponse_Call) Run

type MockClientWithResponsesInterface_GetResourceTypeSchemaWithResponse_Call

type MockClientWithResponsesInterface_GetResourceTypeSchemaWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetResourceTypeSchemaWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetResourceTypeSchemaWithResponse'

func (*MockClientWithResponsesInterface_GetResourceTypeSchemaWithResponse_Call) Run

type MockClientWithResponsesInterface_GetResourceTypeWithResponse_Call

type MockClientWithResponsesInterface_GetResourceTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetResourceTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetResourceTypeWithResponse'

func (*MockClientWithResponsesInterface_GetResourceTypeWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetResourceTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_GetResourceWithResponse_Call

type MockClientWithResponsesInterface_GetResourceWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetResourceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetResourceWithResponse'

func (*MockClientWithResponsesInterface_GetResourceWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetResourceWithResponse_Call) Run

type MockClientWithResponsesInterface_GetSecretReferenceWithResponse_Call

type MockClientWithResponsesInterface_GetSecretReferenceWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetSecretReferenceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSecretReferenceWithResponse'

func (*MockClientWithResponsesInterface_GetSecretReferenceWithResponse_Call) Run

type MockClientWithResponsesInterface_GetSecretWithResponse_Call

type MockClientWithResponsesInterface_GetSecretWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetSecretWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSecretWithResponse'

func (*MockClientWithResponsesInterface_GetSecretWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetSecretWithResponse_Call) Run

type MockClientWithResponsesInterface_GetSubjectProfileWithResponse_Call

type MockClientWithResponsesInterface_GetSubjectProfileWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetSubjectProfileWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSubjectProfileWithResponse'

func (*MockClientWithResponsesInterface_GetSubjectProfileWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetSubjectProfileWithResponse_Call) Run

type MockClientWithResponsesInterface_GetTraitSchemaWithResponse_Call

type MockClientWithResponsesInterface_GetTraitSchemaWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetTraitSchemaWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTraitSchemaWithResponse'

func (*MockClientWithResponsesInterface_GetTraitSchemaWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetTraitSchemaWithResponse_Call) Run

type MockClientWithResponsesInterface_GetTraitWithResponse_Call

type MockClientWithResponsesInterface_GetTraitWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetTraitWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTraitWithResponse'

func (*MockClientWithResponsesInterface_GetTraitWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetTraitWithResponse_Call) Run

type MockClientWithResponsesInterface_GetVersionWithResponse_Call

type MockClientWithResponsesInterface_GetVersionWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetVersionWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetVersionWithResponse'

func (*MockClientWithResponsesInterface_GetVersionWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetVersionWithResponse_Call) Run

type MockClientWithResponsesInterface_GetWorkflowPlaneWithResponse_Call

type MockClientWithResponsesInterface_GetWorkflowPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetWorkflowPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowPlaneWithResponse'

func (*MockClientWithResponsesInterface_GetWorkflowPlaneWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetWorkflowPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_GetWorkflowRunEventsWithResponse_Call

type MockClientWithResponsesInterface_GetWorkflowRunEventsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetWorkflowRunEventsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowRunEventsWithResponse'

func (*MockClientWithResponsesInterface_GetWorkflowRunEventsWithResponse_Call) Run

type MockClientWithResponsesInterface_GetWorkflowRunLogsWithResponse_Call

type MockClientWithResponsesInterface_GetWorkflowRunLogsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetWorkflowRunLogsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowRunLogsWithResponse'

func (*MockClientWithResponsesInterface_GetWorkflowRunLogsWithResponse_Call) Run

type MockClientWithResponsesInterface_GetWorkflowRunStatusWithResponse_Call

type MockClientWithResponsesInterface_GetWorkflowRunStatusWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetWorkflowRunStatusWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowRunStatusWithResponse'

func (*MockClientWithResponsesInterface_GetWorkflowRunStatusWithResponse_Call) Run

type MockClientWithResponsesInterface_GetWorkflowRunWithResponse_Call

type MockClientWithResponsesInterface_GetWorkflowRunWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetWorkflowRunWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowRunWithResponse'

func (*MockClientWithResponsesInterface_GetWorkflowRunWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetWorkflowRunWithResponse_Call) Run

type MockClientWithResponsesInterface_GetWorkflowSchemaWithResponse_Call

type MockClientWithResponsesInterface_GetWorkflowSchemaWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetWorkflowSchemaWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowSchemaWithResponse'

func (*MockClientWithResponsesInterface_GetWorkflowSchemaWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetWorkflowSchemaWithResponse_Call) Run

type MockClientWithResponsesInterface_GetWorkflowWithResponse_Call

type MockClientWithResponsesInterface_GetWorkflowWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetWorkflowWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowWithResponse'

func (*MockClientWithResponsesInterface_GetWorkflowWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetWorkflowWithResponse_Call) Run

type MockClientWithResponsesInterface_GetWorkloadWithResponse_Call

type MockClientWithResponsesInterface_GetWorkloadWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_GetWorkloadWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkloadWithResponse'

func (*MockClientWithResponsesInterface_GetWorkloadWithResponse_Call) Return

func (*MockClientWithResponsesInterface_GetWorkloadWithResponse_Call) Run

type MockClientWithResponsesInterface_HandleAutoBuildWithBodyWithResponse_Call

type MockClientWithResponsesInterface_HandleAutoBuildWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_HandleAutoBuildWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HandleAutoBuildWithBodyWithResponse'

func (*MockClientWithResponsesInterface_HandleAutoBuildWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_HandleAutoBuildWithResponse_Call

type MockClientWithResponsesInterface_HandleAutoBuildWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_HandleAutoBuildWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HandleAutoBuildWithResponse'

func (*MockClientWithResponsesInterface_HandleAutoBuildWithResponse_Call) Return

type MockClientWithResponsesInterface_ListActionsWithResponse_Call

type MockClientWithResponsesInterface_ListActionsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListActionsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListActionsWithResponse'

func (*MockClientWithResponsesInterface_ListActionsWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListActionsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListClusterComponentTypesWithResponse_Call

type MockClientWithResponsesInterface_ListClusterComponentTypesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListClusterComponentTypesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterComponentTypesWithResponse'

func (*MockClientWithResponsesInterface_ListClusterComponentTypesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListClusterDataPlanesWithResponse_Call

type MockClientWithResponsesInterface_ListClusterDataPlanesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListClusterDataPlanesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterDataPlanesWithResponse'

func (*MockClientWithResponsesInterface_ListClusterDataPlanesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListClusterObservabilityPlanesWithResponse_Call

type MockClientWithResponsesInterface_ListClusterObservabilityPlanesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListClusterObservabilityPlanesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterObservabilityPlanesWithResponse'

type MockClientWithResponsesInterface_ListClusterProjectTypesWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_ListClusterProjectTypesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListClusterProjectTypesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterProjectTypesWithResponse'

func (*MockClientWithResponsesInterface_ListClusterProjectTypesWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_ListClusterProjectTypesWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_ListClusterResourceTypesWithResponse_Call

type MockClientWithResponsesInterface_ListClusterResourceTypesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListClusterResourceTypesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterResourceTypesWithResponse'

func (*MockClientWithResponsesInterface_ListClusterResourceTypesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListClusterRoleBindingsWithResponse_Call

type MockClientWithResponsesInterface_ListClusterRoleBindingsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListClusterRoleBindingsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterRoleBindingsWithResponse'

func (*MockClientWithResponsesInterface_ListClusterRoleBindingsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListClusterRolesWithResponse_Call

type MockClientWithResponsesInterface_ListClusterRolesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListClusterRolesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterRolesWithResponse'

func (*MockClientWithResponsesInterface_ListClusterRolesWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListClusterRolesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListClusterTraitsWithResponse_Call

type MockClientWithResponsesInterface_ListClusterTraitsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListClusterTraitsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterTraitsWithResponse'

func (*MockClientWithResponsesInterface_ListClusterTraitsWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListClusterTraitsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListClusterWorkflowPlanesWithResponse_Call

type MockClientWithResponsesInterface_ListClusterWorkflowPlanesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListClusterWorkflowPlanesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterWorkflowPlanesWithResponse'

func (*MockClientWithResponsesInterface_ListClusterWorkflowPlanesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListClusterWorkflowsWithResponse_Call

type MockClientWithResponsesInterface_ListClusterWorkflowsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListClusterWorkflowsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterWorkflowsWithResponse'

func (*MockClientWithResponsesInterface_ListClusterWorkflowsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListComponentReleasesWithResponse_Call

type MockClientWithResponsesInterface_ListComponentReleasesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListComponentReleasesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListComponentReleasesWithResponse'

func (*MockClientWithResponsesInterface_ListComponentReleasesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListComponentTypesWithResponse_Call

type MockClientWithResponsesInterface_ListComponentTypesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListComponentTypesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListComponentTypesWithResponse'

func (*MockClientWithResponsesInterface_ListComponentTypesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListComponentsWithResponse_Call

type MockClientWithResponsesInterface_ListComponentsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListComponentsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListComponentsWithResponse'

func (*MockClientWithResponsesInterface_ListComponentsWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListComponentsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListDataPlanesWithResponse_Call

type MockClientWithResponsesInterface_ListDataPlanesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListDataPlanesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListDataPlanesWithResponse'

func (*MockClientWithResponsesInterface_ListDataPlanesWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListDataPlanesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListDeploymentPipelinesWithResponse_Call

type MockClientWithResponsesInterface_ListDeploymentPipelinesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListDeploymentPipelinesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListDeploymentPipelinesWithResponse'

func (*MockClientWithResponsesInterface_ListDeploymentPipelinesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListEnvironmentsWithResponse_Call

type MockClientWithResponsesInterface_ListEnvironmentsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListEnvironmentsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEnvironmentsWithResponse'

func (*MockClientWithResponsesInterface_ListEnvironmentsWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListEnvironmentsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListGitSecretsWithResponse_Call

type MockClientWithResponsesInterface_ListGitSecretsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListGitSecretsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListGitSecretsWithResponse'

func (*MockClientWithResponsesInterface_ListGitSecretsWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListGitSecretsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListNamespaceRoleBindingsWithResponse_Call

type MockClientWithResponsesInterface_ListNamespaceRoleBindingsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListNamespaceRoleBindingsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNamespaceRoleBindingsWithResponse'

func (*MockClientWithResponsesInterface_ListNamespaceRoleBindingsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListNamespaceRolesWithResponse_Call

type MockClientWithResponsesInterface_ListNamespaceRolesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListNamespaceRolesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNamespaceRolesWithResponse'

func (*MockClientWithResponsesInterface_ListNamespaceRolesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListNamespacesWithResponse_Call

type MockClientWithResponsesInterface_ListNamespacesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListNamespacesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNamespacesWithResponse'

func (*MockClientWithResponsesInterface_ListNamespacesWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListNamespacesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListObservabilityAlertsNotificationChannelsWithResponse_Call

type MockClientWithResponsesInterface_ListObservabilityAlertsNotificationChannelsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListObservabilityAlertsNotificationChannelsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObservabilityAlertsNotificationChannelsWithResponse'

type MockClientWithResponsesInterface_ListObservabilityPlanesWithResponse_Call

type MockClientWithResponsesInterface_ListObservabilityPlanesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListObservabilityPlanesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObservabilityPlanesWithResponse'

func (*MockClientWithResponsesInterface_ListObservabilityPlanesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListProjectReleaseBindingsWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_ListProjectReleaseBindingsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListProjectReleaseBindingsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectReleaseBindingsWithResponse'

func (*MockClientWithResponsesInterface_ListProjectReleaseBindingsWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_ListProjectReleaseBindingsWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_ListProjectReleasesWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_ListProjectReleasesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListProjectReleasesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectReleasesWithResponse'

func (*MockClientWithResponsesInterface_ListProjectReleasesWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_ListProjectReleasesWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_ListProjectTypesWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_ListProjectTypesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListProjectTypesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectTypesWithResponse'

func (*MockClientWithResponsesInterface_ListProjectTypesWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_ListProjectTypesWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_ListProjectsWithResponse_Call

type MockClientWithResponsesInterface_ListProjectsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListProjectsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectsWithResponse'

func (*MockClientWithResponsesInterface_ListProjectsWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListProjectsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListReleaseBindingsWithResponse_Call

type MockClientWithResponsesInterface_ListReleaseBindingsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListReleaseBindingsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReleaseBindingsWithResponse'

func (*MockClientWithResponsesInterface_ListReleaseBindingsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListResourceReleaseBindingsWithResponse_Call

type MockClientWithResponsesInterface_ListResourceReleaseBindingsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListResourceReleaseBindingsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListResourceReleaseBindingsWithResponse'

func (*MockClientWithResponsesInterface_ListResourceReleaseBindingsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListResourceReleasesWithResponse_Call

type MockClientWithResponsesInterface_ListResourceReleasesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListResourceReleasesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListResourceReleasesWithResponse'

func (*MockClientWithResponsesInterface_ListResourceReleasesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListResourceTypesWithResponse_Call

type MockClientWithResponsesInterface_ListResourceTypesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListResourceTypesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListResourceTypesWithResponse'

func (*MockClientWithResponsesInterface_ListResourceTypesWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListResourceTypesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListResourcesWithResponse_Call

type MockClientWithResponsesInterface_ListResourcesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListResourcesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListResourcesWithResponse'

func (*MockClientWithResponsesInterface_ListResourcesWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListResourcesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListSecretReferencesWithResponse_Call

type MockClientWithResponsesInterface_ListSecretReferencesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListSecretReferencesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSecretReferencesWithResponse'

func (*MockClientWithResponsesInterface_ListSecretReferencesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListSecretsWithResponse_Call

type MockClientWithResponsesInterface_ListSecretsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListSecretsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSecretsWithResponse'

func (*MockClientWithResponsesInterface_ListSecretsWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListSecretsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListSubjectTypesWithResponse_Call

type MockClientWithResponsesInterface_ListSubjectTypesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListSubjectTypesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSubjectTypesWithResponse'

func (*MockClientWithResponsesInterface_ListSubjectTypesWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListSubjectTypesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListTraitsWithResponse_Call

type MockClientWithResponsesInterface_ListTraitsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListTraitsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTraitsWithResponse'

func (*MockClientWithResponsesInterface_ListTraitsWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListTraitsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListWorkflowPlanesWithResponse_Call

type MockClientWithResponsesInterface_ListWorkflowPlanesWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListWorkflowPlanesWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflowPlanesWithResponse'

func (*MockClientWithResponsesInterface_ListWorkflowPlanesWithResponse_Call) Run

type MockClientWithResponsesInterface_ListWorkflowRunsWithResponse_Call

type MockClientWithResponsesInterface_ListWorkflowRunsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListWorkflowRunsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflowRunsWithResponse'

func (*MockClientWithResponsesInterface_ListWorkflowRunsWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListWorkflowRunsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListWorkflowsWithResponse_Call

type MockClientWithResponsesInterface_ListWorkflowsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListWorkflowsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflowsWithResponse'

func (*MockClientWithResponsesInterface_ListWorkflowsWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListWorkflowsWithResponse_Call) Run

type MockClientWithResponsesInterface_ListWorkloadsWithResponse_Call

type MockClientWithResponsesInterface_ListWorkloadsWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_ListWorkloadsWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkloadsWithResponse'

func (*MockClientWithResponsesInterface_ListWorkloadsWithResponse_Call) Return

func (*MockClientWithResponsesInterface_ListWorkloadsWithResponse_Call) Run

type MockClientWithResponsesInterface_TriggerReleaseBindingCronJobWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_TriggerReleaseBindingCronJobWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_TriggerReleaseBindingCronJobWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TriggerReleaseBindingCronJobWithResponse'

func (*MockClientWithResponsesInterface_TriggerReleaseBindingCronJobWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_TriggerReleaseBindingCronJobWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_UpdateClusterComponentTypeWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterComponentTypeWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterComponentTypeWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterComponentTypeWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterComponentTypeWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterComponentTypeWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterComponentTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterComponentTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterComponentTypeWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterComponentTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterDataPlaneWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterDataPlaneWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterDataPlaneWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterDataPlaneWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterDataPlaneWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterDataPlaneWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterDataPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterDataPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterDataPlaneWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterDataPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterObservabilityPlaneWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterObservabilityPlaneWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterObservabilityPlaneWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterObservabilityPlaneWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterObservabilityPlaneWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterObservabilityPlaneWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterObservabilityPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterObservabilityPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterObservabilityPlaneWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterObservabilityPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterProjectTypeWithBodyWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_UpdateClusterProjectTypeWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterProjectTypeWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterProjectTypeWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterProjectTypeWithBodyWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_UpdateClusterProjectTypeWithBodyWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_UpdateClusterProjectTypeWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_UpdateClusterProjectTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterProjectTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterProjectTypeWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterProjectTypeWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_UpdateClusterProjectTypeWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_UpdateClusterResourceTypeWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterResourceTypeWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterResourceTypeWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterResourceTypeWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterResourceTypeWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterResourceTypeWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterResourceTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterResourceTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterResourceTypeWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterResourceTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterRoleBindingWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterRoleBindingWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterRoleBindingWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterRoleBindingWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterRoleBindingWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterRoleBindingWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterRoleBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterRoleBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterRoleBindingWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterRoleBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterRoleWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterRoleWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterRoleWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterRoleWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterRoleWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterRoleWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterRoleWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterRoleWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterRoleWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterRoleWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateClusterRoleWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterTraitWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterTraitWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterTraitWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterTraitWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterTraitWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterTraitWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterTraitWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterTraitWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterTraitWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterTraitWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterWorkflowPlaneWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterWorkflowPlaneWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterWorkflowPlaneWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterWorkflowPlaneWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterWorkflowPlaneWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterWorkflowPlaneWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterWorkflowPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterWorkflowPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterWorkflowPlaneWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterWorkflowPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterWorkflowWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterWorkflowWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterWorkflowWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterWorkflowWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterWorkflowWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateClusterWorkflowWithResponse_Call

type MockClientWithResponsesInterface_UpdateClusterWorkflowWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateClusterWorkflowWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterWorkflowWithResponse'

func (*MockClientWithResponsesInterface_UpdateClusterWorkflowWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateComponentTypeWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateComponentTypeWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateComponentTypeWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateComponentTypeWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateComponentTypeWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateComponentTypeWithResponse_Call

type MockClientWithResponsesInterface_UpdateComponentTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateComponentTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateComponentTypeWithResponse'

func (*MockClientWithResponsesInterface_UpdateComponentTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateComponentWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateComponentWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateComponentWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateComponentWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateComponentWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateComponentWithResponse_Call

type MockClientWithResponsesInterface_UpdateComponentWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateComponentWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateComponentWithResponse'

func (*MockClientWithResponsesInterface_UpdateComponentWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateComponentWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateDataPlaneWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateDataPlaneWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateDataPlaneWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateDataPlaneWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateDataPlaneWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateDataPlaneWithResponse_Call

type MockClientWithResponsesInterface_UpdateDataPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateDataPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateDataPlaneWithResponse'

func (*MockClientWithResponsesInterface_UpdateDataPlaneWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateDataPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateDeploymentPipelineWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateDeploymentPipelineWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateDeploymentPipelineWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateDeploymentPipelineWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateDeploymentPipelineWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateDeploymentPipelineWithResponse_Call

type MockClientWithResponsesInterface_UpdateDeploymentPipelineWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateDeploymentPipelineWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateDeploymentPipelineWithResponse'

func (*MockClientWithResponsesInterface_UpdateDeploymentPipelineWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateEnvironmentWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateEnvironmentWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateEnvironmentWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateEnvironmentWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateEnvironmentWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateEnvironmentWithResponse_Call

type MockClientWithResponsesInterface_UpdateEnvironmentWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateEnvironmentWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateEnvironmentWithResponse'

func (*MockClientWithResponsesInterface_UpdateEnvironmentWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateEnvironmentWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateNamespaceRoleBindingWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateNamespaceRoleBindingWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateNamespaceRoleBindingWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateNamespaceRoleBindingWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateNamespaceRoleBindingWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateNamespaceRoleBindingWithResponse_Call

type MockClientWithResponsesInterface_UpdateNamespaceRoleBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateNamespaceRoleBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateNamespaceRoleBindingWithResponse'

func (*MockClientWithResponsesInterface_UpdateNamespaceRoleBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateNamespaceRoleWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateNamespaceRoleWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateNamespaceRoleWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateNamespaceRoleWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateNamespaceRoleWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateNamespaceRoleWithResponse_Call

type MockClientWithResponsesInterface_UpdateNamespaceRoleWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateNamespaceRoleWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateNamespaceRoleWithResponse'

func (*MockClientWithResponsesInterface_UpdateNamespaceRoleWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateNamespaceWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateNamespaceWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateNamespaceWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateNamespaceWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateNamespaceWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateNamespaceWithResponse_Call

type MockClientWithResponsesInterface_UpdateNamespaceWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateNamespaceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateNamespaceWithResponse'

func (*MockClientWithResponsesInterface_UpdateNamespaceWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateNamespaceWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateObservabilityAlertsNotificationChannelWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateObservabilityAlertsNotificationChannelWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateObservabilityAlertsNotificationChannelWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateObservabilityAlertsNotificationChannelWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateObservabilityAlertsNotificationChannelWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateObservabilityAlertsNotificationChannelWithResponse_Call

type MockClientWithResponsesInterface_UpdateObservabilityAlertsNotificationChannelWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateObservabilityAlertsNotificationChannelWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateObservabilityAlertsNotificationChannelWithResponse'

func (*MockClientWithResponsesInterface_UpdateObservabilityAlertsNotificationChannelWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateObservabilityPlaneWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateObservabilityPlaneWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateObservabilityPlaneWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateObservabilityPlaneWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateObservabilityPlaneWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateObservabilityPlaneWithResponse_Call

type MockClientWithResponsesInterface_UpdateObservabilityPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateObservabilityPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateObservabilityPlaneWithResponse'

func (*MockClientWithResponsesInterface_UpdateObservabilityPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateProjectReleaseBindingWithBodyWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_UpdateProjectReleaseBindingWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateProjectReleaseBindingWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectReleaseBindingWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateProjectReleaseBindingWithBodyWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_UpdateProjectReleaseBindingWithBodyWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_UpdateProjectReleaseBindingWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_UpdateProjectReleaseBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateProjectReleaseBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectReleaseBindingWithResponse'

func (*MockClientWithResponsesInterface_UpdateProjectReleaseBindingWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_UpdateProjectReleaseBindingWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_UpdateProjectTypeWithBodyWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_UpdateProjectTypeWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateProjectTypeWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectTypeWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateProjectTypeWithBodyWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_UpdateProjectTypeWithBodyWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_UpdateProjectTypeWithResponse_Call added in v1.2.0

type MockClientWithResponsesInterface_UpdateProjectTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateProjectTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectTypeWithResponse'

func (*MockClientWithResponsesInterface_UpdateProjectTypeWithResponse_Call) Return added in v1.2.0

func (*MockClientWithResponsesInterface_UpdateProjectTypeWithResponse_Call) Run added in v1.2.0

type MockClientWithResponsesInterface_UpdateProjectWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateProjectWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateProjectWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateProjectWithBodyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateProjectWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateProjectWithResponse_Call

type MockClientWithResponsesInterface_UpdateProjectWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateProjectWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectWithResponse'

func (*MockClientWithResponsesInterface_UpdateProjectWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateProjectWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateReleaseBindingWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateReleaseBindingWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateReleaseBindingWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateReleaseBindingWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateReleaseBindingWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateReleaseBindingWithResponse_Call

type MockClientWithResponsesInterface_UpdateReleaseBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateReleaseBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateReleaseBindingWithResponse'

func (*MockClientWithResponsesInterface_UpdateReleaseBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateResourceReleaseBindingWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateResourceReleaseBindingWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateResourceReleaseBindingWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateResourceReleaseBindingWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateResourceReleaseBindingWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateResourceReleaseBindingWithResponse_Call

type MockClientWithResponsesInterface_UpdateResourceReleaseBindingWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateResourceReleaseBindingWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateResourceReleaseBindingWithResponse'

func (*MockClientWithResponsesInterface_UpdateResourceReleaseBindingWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateResourceTypeWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateResourceTypeWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateResourceTypeWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateResourceTypeWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateResourceTypeWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateResourceTypeWithResponse_Call

type MockClientWithResponsesInterface_UpdateResourceTypeWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateResourceTypeWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateResourceTypeWithResponse'

func (*MockClientWithResponsesInterface_UpdateResourceTypeWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateResourceWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateResourceWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateResourceWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateResourceWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateResourceWithBodyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateResourceWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateResourceWithResponse_Call

type MockClientWithResponsesInterface_UpdateResourceWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateResourceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateResourceWithResponse'

func (*MockClientWithResponsesInterface_UpdateResourceWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateResourceWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateSecretReferenceWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateSecretReferenceWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateSecretReferenceWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSecretReferenceWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateSecretReferenceWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateSecretReferenceWithResponse_Call

type MockClientWithResponsesInterface_UpdateSecretReferenceWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateSecretReferenceWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSecretReferenceWithResponse'

func (*MockClientWithResponsesInterface_UpdateSecretReferenceWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateSecretWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateSecretWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateSecretWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSecretWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateSecretWithBodyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateSecretWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateSecretWithResponse_Call

type MockClientWithResponsesInterface_UpdateSecretWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateSecretWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSecretWithResponse'

func (*MockClientWithResponsesInterface_UpdateSecretWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateSecretWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateTraitWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateTraitWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateTraitWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateTraitWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateTraitWithBodyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateTraitWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateTraitWithResponse_Call

type MockClientWithResponsesInterface_UpdateTraitWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateTraitWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateTraitWithResponse'

func (*MockClientWithResponsesInterface_UpdateTraitWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateTraitWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateWorkflowPlaneWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateWorkflowPlaneWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateWorkflowPlaneWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkflowPlaneWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateWorkflowPlaneWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateWorkflowPlaneWithResponse_Call

type MockClientWithResponsesInterface_UpdateWorkflowPlaneWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateWorkflowPlaneWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkflowPlaneWithResponse'

func (*MockClientWithResponsesInterface_UpdateWorkflowPlaneWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateWorkflowRunWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateWorkflowRunWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateWorkflowRunWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkflowRunWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateWorkflowRunWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateWorkflowRunWithResponse_Call

type MockClientWithResponsesInterface_UpdateWorkflowRunWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateWorkflowRunWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkflowRunWithResponse'

func (*MockClientWithResponsesInterface_UpdateWorkflowRunWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateWorkflowRunWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateWorkflowWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateWorkflowWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateWorkflowWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkflowWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateWorkflowWithBodyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateWorkflowWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateWorkflowWithResponse_Call

type MockClientWithResponsesInterface_UpdateWorkflowWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateWorkflowWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkflowWithResponse'

func (*MockClientWithResponsesInterface_UpdateWorkflowWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateWorkflowWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateWorkloadWithBodyWithResponse_Call

type MockClientWithResponsesInterface_UpdateWorkloadWithBodyWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateWorkloadWithBodyWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkloadWithBodyWithResponse'

func (*MockClientWithResponsesInterface_UpdateWorkloadWithBodyWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateWorkloadWithBodyWithResponse_Call) Run

type MockClientWithResponsesInterface_UpdateWorkloadWithResponse_Call

type MockClientWithResponsesInterface_UpdateWorkloadWithResponse_Call struct {
	*mock.Call
}

MockClientWithResponsesInterface_UpdateWorkloadWithResponse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkloadWithResponse'

func (*MockClientWithResponsesInterface_UpdateWorkloadWithResponse_Call) Return

func (*MockClientWithResponsesInterface_UpdateWorkloadWithResponse_Call) Run

type MockInterface

type MockInterface struct {
	mock.Mock
}

MockInterface is an autogenerated mock type for the Interface type

func NewMockInterface

func NewMockInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockInterface

NewMockInterface creates a new instance of MockInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockInterface) CreateClusterProjectType added in v1.2.0

func (_m *MockInterface) CreateClusterProjectType(ctx context.Context, cpt gen.ClusterProjectType) (*gen.ClusterProjectType, error)

CreateClusterProjectType provides a mock function with given fields: ctx, cpt

func (*MockInterface) CreateClusterResourceType

func (_m *MockInterface) CreateClusterResourceType(ctx context.Context, crt gen.ClusterResourceType) (*gen.ClusterResourceType, error)

CreateClusterResourceType provides a mock function with given fields: ctx, crt

func (*MockInterface) CreateComponentRelease

func (_m *MockInterface) CreateComponentRelease(ctx context.Context, namespaceName string, cr gen.ComponentRelease) (*gen.ComponentRelease, error)

CreateComponentRelease provides a mock function with given fields: ctx, namespaceName, cr

func (*MockInterface) CreateComponentType

func (_m *MockInterface) CreateComponentType(ctx context.Context, namespaceName string, ct gen.ComponentType) (*gen.ComponentType, error)

CreateComponentType provides a mock function with given fields: ctx, namespaceName, ct

func (*MockInterface) CreateProjectRelease added in v1.2.0

func (_m *MockInterface) CreateProjectRelease(ctx context.Context, namespaceName string, pr gen.ProjectRelease) (*gen.ProjectRelease, error)

CreateProjectRelease provides a mock function with given fields: ctx, namespaceName, pr

func (*MockInterface) CreateProjectReleaseBinding added in v1.2.0

func (_m *MockInterface) CreateProjectReleaseBinding(ctx context.Context, namespaceName string, prb gen.ProjectReleaseBinding) (*gen.ProjectReleaseBinding, error)

CreateProjectReleaseBinding provides a mock function with given fields: ctx, namespaceName, prb

func (*MockInterface) CreateProjectType added in v1.2.0

func (_m *MockInterface) CreateProjectType(ctx context.Context, namespaceName string, pt gen.ProjectType) (*gen.ProjectType, error)

CreateProjectType provides a mock function with given fields: ctx, namespaceName, pt

func (*MockInterface) CreateReleaseBinding

func (_m *MockInterface) CreateReleaseBinding(ctx context.Context, namespaceName string, req gen.ReleaseBinding) (*gen.ReleaseBinding, error)

CreateReleaseBinding provides a mock function with given fields: ctx, namespaceName, req

func (*MockInterface) CreateResource

func (_m *MockInterface) CreateResource(ctx context.Context, namespaceName string, r gen.ResourceInstance) (*gen.ResourceInstance, error)

CreateResource provides a mock function with given fields: ctx, namespaceName, r

func (*MockInterface) CreateResourceRelease

func (_m *MockInterface) CreateResourceRelease(ctx context.Context, namespaceName string, rr gen.ResourceRelease) (*gen.ResourceRelease, error)

CreateResourceRelease provides a mock function with given fields: ctx, namespaceName, rr

func (*MockInterface) CreateResourceReleaseBinding

func (_m *MockInterface) CreateResourceReleaseBinding(ctx context.Context, namespaceName string, rrb gen.ResourceReleaseBinding) (*gen.ResourceReleaseBinding, error)

CreateResourceReleaseBinding provides a mock function with given fields: ctx, namespaceName, rrb

func (*MockInterface) CreateResourceType

func (_m *MockInterface) CreateResourceType(ctx context.Context, namespaceName string, rt gen.ResourceType) (*gen.ResourceType, error)

CreateResourceType provides a mock function with given fields: ctx, namespaceName, rt

func (*MockInterface) CreateSecret

func (_m *MockInterface) CreateSecret(ctx context.Context, namespaceName string, req gen.CreateSecretRequest) (*gen.Secret, error)

CreateSecret provides a mock function with given fields: ctx, namespaceName, req

func (*MockInterface) CreateTrait

func (_m *MockInterface) CreateTrait(ctx context.Context, namespaceName string, t gen.Trait) (*gen.Trait, error)

CreateTrait provides a mock function with given fields: ctx, namespaceName, t

func (*MockInterface) CreateWorkflowRun

func (_m *MockInterface) CreateWorkflowRun(ctx context.Context, namespace string, body gen.WorkflowRun) (*gen.WorkflowRun, error)

CreateWorkflowRun provides a mock function with given fields: ctx, namespace, body

func (*MockInterface) DeleteClusterComponentType

func (_m *MockInterface) DeleteClusterComponentType(ctx context.Context, cctName string) error

DeleteClusterComponentType provides a mock function with given fields: ctx, cctName

func (*MockInterface) DeleteClusterDataPlane

func (_m *MockInterface) DeleteClusterDataPlane(ctx context.Context, cdpName string) error

DeleteClusterDataPlane provides a mock function with given fields: ctx, cdpName

func (*MockInterface) DeleteClusterObservabilityPlane

func (_m *MockInterface) DeleteClusterObservabilityPlane(ctx context.Context, clusterObservabilityPlaneName string) error

DeleteClusterObservabilityPlane provides a mock function with given fields: ctx, clusterObservabilityPlaneName

func (*MockInterface) DeleteClusterProjectType added in v1.2.0

func (_m *MockInterface) DeleteClusterProjectType(ctx context.Context, cptName string) error

DeleteClusterProjectType provides a mock function with given fields: ctx, cptName

func (*MockInterface) DeleteClusterResourceType

func (_m *MockInterface) DeleteClusterResourceType(ctx context.Context, crtName string) error

DeleteClusterResourceType provides a mock function with given fields: ctx, crtName

func (*MockInterface) DeleteClusterRole

func (_m *MockInterface) DeleteClusterRole(ctx context.Context, name string) error

DeleteClusterRole provides a mock function with given fields: ctx, name

func (*MockInterface) DeleteClusterRoleBinding

func (_m *MockInterface) DeleteClusterRoleBinding(ctx context.Context, name string) error

DeleteClusterRoleBinding provides a mock function with given fields: ctx, name

func (*MockInterface) DeleteClusterTrait

func (_m *MockInterface) DeleteClusterTrait(ctx context.Context, clusterTraitName string) error

DeleteClusterTrait provides a mock function with given fields: ctx, clusterTraitName

func (*MockInterface) DeleteClusterWorkflow

func (_m *MockInterface) DeleteClusterWorkflow(ctx context.Context, clusterWorkflowName string) error

DeleteClusterWorkflow provides a mock function with given fields: ctx, clusterWorkflowName

func (*MockInterface) DeleteClusterWorkflowPlane

func (_m *MockInterface) DeleteClusterWorkflowPlane(ctx context.Context, clusterWorkflowPlaneName string) error

DeleteClusterWorkflowPlane provides a mock function with given fields: ctx, clusterWorkflowPlaneName

func (*MockInterface) DeleteComponent

func (_m *MockInterface) DeleteComponent(ctx context.Context, namespaceName string, componentName string) error

DeleteComponent provides a mock function with given fields: ctx, namespaceName, componentName

func (*MockInterface) DeleteComponentRelease

func (_m *MockInterface) DeleteComponentRelease(ctx context.Context, namespaceName string, componentReleaseName string) error

DeleteComponentRelease provides a mock function with given fields: ctx, namespaceName, componentReleaseName

func (*MockInterface) DeleteComponentType

func (_m *MockInterface) DeleteComponentType(ctx context.Context, namespaceName string, ctName string) error

DeleteComponentType provides a mock function with given fields: ctx, namespaceName, ctName

func (*MockInterface) DeleteDataPlane

func (_m *MockInterface) DeleteDataPlane(ctx context.Context, namespaceName string, dpName string) error

DeleteDataPlane provides a mock function with given fields: ctx, namespaceName, dpName

func (*MockInterface) DeleteDeploymentPipeline

func (_m *MockInterface) DeleteDeploymentPipeline(ctx context.Context, namespaceName string, deploymentPipelineName string) error

DeleteDeploymentPipeline provides a mock function with given fields: ctx, namespaceName, deploymentPipelineName

func (*MockInterface) DeleteEnvironment

func (_m *MockInterface) DeleteEnvironment(ctx context.Context, namespaceName string, envName string) error

DeleteEnvironment provides a mock function with given fields: ctx, namespaceName, envName

func (*MockInterface) DeleteNamespace

func (_m *MockInterface) DeleteNamespace(ctx context.Context, namespaceName string) error

DeleteNamespace provides a mock function with given fields: ctx, namespaceName

func (*MockInterface) DeleteNamespaceRole

func (_m *MockInterface) DeleteNamespaceRole(ctx context.Context, namespaceName string, name string) error

DeleteNamespaceRole provides a mock function with given fields: ctx, namespaceName, name

func (*MockInterface) DeleteNamespaceRoleBinding

func (_m *MockInterface) DeleteNamespaceRoleBinding(ctx context.Context, namespaceName string, name string) error

DeleteNamespaceRoleBinding provides a mock function with given fields: ctx, namespaceName, name

func (*MockInterface) DeleteObservabilityAlertsNotificationChannel

func (_m *MockInterface) DeleteObservabilityAlertsNotificationChannel(ctx context.Context, namespaceName string, channelName string) error

DeleteObservabilityAlertsNotificationChannel provides a mock function with given fields: ctx, namespaceName, channelName

func (*MockInterface) DeleteObservabilityPlane

func (_m *MockInterface) DeleteObservabilityPlane(ctx context.Context, namespaceName string, observabilityPlaneName string) error

DeleteObservabilityPlane provides a mock function with given fields: ctx, namespaceName, observabilityPlaneName

func (*MockInterface) DeleteProject

func (_m *MockInterface) DeleteProject(ctx context.Context, namespaceName string, projectName string) error

DeleteProject provides a mock function with given fields: ctx, namespaceName, projectName

func (*MockInterface) DeleteProjectRelease added in v1.2.0

func (_m *MockInterface) DeleteProjectRelease(ctx context.Context, namespaceName string, projectReleaseName string) error

DeleteProjectRelease provides a mock function with given fields: ctx, namespaceName, projectReleaseName

func (*MockInterface) DeleteProjectReleaseBinding added in v1.2.0

func (_m *MockInterface) DeleteProjectReleaseBinding(ctx context.Context, namespaceName string, bindingName string) error

DeleteProjectReleaseBinding provides a mock function with given fields: ctx, namespaceName, bindingName

func (*MockInterface) DeleteProjectType added in v1.2.0

func (_m *MockInterface) DeleteProjectType(ctx context.Context, namespaceName string, ptName string) error

DeleteProjectType provides a mock function with given fields: ctx, namespaceName, ptName

func (*MockInterface) DeleteReleaseBinding

func (_m *MockInterface) DeleteReleaseBinding(ctx context.Context, namespaceName string, releaseBindingName string) error

DeleteReleaseBinding provides a mock function with given fields: ctx, namespaceName, releaseBindingName

func (*MockInterface) DeleteResource

func (_m *MockInterface) DeleteResource(ctx context.Context, namespaceName string, resourceName string) error

DeleteResource provides a mock function with given fields: ctx, namespaceName, resourceName

func (*MockInterface) DeleteResourceRelease

func (_m *MockInterface) DeleteResourceRelease(ctx context.Context, namespaceName string, resourceReleaseName string) error

DeleteResourceRelease provides a mock function with given fields: ctx, namespaceName, resourceReleaseName

func (*MockInterface) DeleteResourceReleaseBinding

func (_m *MockInterface) DeleteResourceReleaseBinding(ctx context.Context, namespaceName string, bindingName string) error

DeleteResourceReleaseBinding provides a mock function with given fields: ctx, namespaceName, bindingName

func (*MockInterface) DeleteResourceType

func (_m *MockInterface) DeleteResourceType(ctx context.Context, namespaceName string, rtName string) error

DeleteResourceType provides a mock function with given fields: ctx, namespaceName, rtName

func (*MockInterface) DeleteSecret

func (_m *MockInterface) DeleteSecret(ctx context.Context, namespaceName string, secretName string) error

DeleteSecret provides a mock function with given fields: ctx, namespaceName, secretName

func (*MockInterface) DeleteSecretReference

func (_m *MockInterface) DeleteSecretReference(ctx context.Context, namespaceName string, secretReferenceName string) error

DeleteSecretReference provides a mock function with given fields: ctx, namespaceName, secretReferenceName

func (*MockInterface) DeleteTrait

func (_m *MockInterface) DeleteTrait(ctx context.Context, namespaceName string, traitName string) error

DeleteTrait provides a mock function with given fields: ctx, namespaceName, traitName

func (*MockInterface) DeleteWorkflow

func (_m *MockInterface) DeleteWorkflow(ctx context.Context, namespaceName string, workflowName string) error

DeleteWorkflow provides a mock function with given fields: ctx, namespaceName, workflowName

func (*MockInterface) DeleteWorkflowPlane

func (_m *MockInterface) DeleteWorkflowPlane(ctx context.Context, namespaceName string, workflowPlaneName string) error

DeleteWorkflowPlane provides a mock function with given fields: ctx, namespaceName, workflowPlaneName

func (*MockInterface) DeleteWorkload

func (_m *MockInterface) DeleteWorkload(ctx context.Context, namespaceName string, workloadName string) error

DeleteWorkload provides a mock function with given fields: ctx, namespaceName, workloadName

func (*MockInterface) EXPECT

func (_m *MockInterface) EXPECT() *MockInterface_Expecter

func (*MockInterface) GenerateRelease

func (_m *MockInterface) GenerateRelease(ctx context.Context, namespaceName string, componentName string, req gen.GenerateReleaseRequest) (*gen.ComponentRelease, error)

GenerateRelease provides a mock function with given fields: ctx, namespaceName, componentName, req

func (*MockInterface) GetClusterComponentType

func (_m *MockInterface) GetClusterComponentType(ctx context.Context, cctName string) (*gen.ClusterComponentType, error)

GetClusterComponentType provides a mock function with given fields: ctx, cctName

func (*MockInterface) GetClusterComponentTypeSchema

func (_m *MockInterface) GetClusterComponentTypeSchema(ctx context.Context, cctName string) (*json.RawMessage, error)

GetClusterComponentTypeSchema provides a mock function with given fields: ctx, cctName

func (*MockInterface) GetClusterDataPlane

func (_m *MockInterface) GetClusterDataPlane(ctx context.Context, cdpName string) (*gen.ClusterDataPlane, error)

GetClusterDataPlane provides a mock function with given fields: ctx, cdpName

func (*MockInterface) GetClusterObservabilityPlane

func (_m *MockInterface) GetClusterObservabilityPlane(ctx context.Context, clusterObservabilityPlaneName string) (*gen.ClusterObservabilityPlane, error)

GetClusterObservabilityPlane provides a mock function with given fields: ctx, clusterObservabilityPlaneName

func (*MockInterface) GetClusterProjectType added in v1.2.0

func (_m *MockInterface) GetClusterProjectType(ctx context.Context, cptName string) (*gen.ClusterProjectType, error)

GetClusterProjectType provides a mock function with given fields: ctx, cptName

func (*MockInterface) GetClusterProjectTypeSchema added in v1.2.0

func (_m *MockInterface) GetClusterProjectTypeSchema(ctx context.Context, cptName string) (*json.RawMessage, error)

GetClusterProjectTypeSchema provides a mock function with given fields: ctx, cptName

func (*MockInterface) GetClusterResourceType

func (_m *MockInterface) GetClusterResourceType(ctx context.Context, crtName string) (*gen.ClusterResourceType, error)

GetClusterResourceType provides a mock function with given fields: ctx, crtName

func (*MockInterface) GetClusterResourceTypeSchema

func (_m *MockInterface) GetClusterResourceTypeSchema(ctx context.Context, crtName string) (*json.RawMessage, error)

GetClusterResourceTypeSchema provides a mock function with given fields: ctx, crtName

func (*MockInterface) GetClusterRole

func (_m *MockInterface) GetClusterRole(ctx context.Context, name string) (*gen.ClusterAuthzRole, error)

GetClusterRole provides a mock function with given fields: ctx, name

func (*MockInterface) GetClusterRoleBinding

func (_m *MockInterface) GetClusterRoleBinding(ctx context.Context, name string) (*gen.ClusterAuthzRoleBinding, error)

GetClusterRoleBinding provides a mock function with given fields: ctx, name

func (*MockInterface) GetClusterTrait

func (_m *MockInterface) GetClusterTrait(ctx context.Context, clusterTraitName string) (*gen.ClusterTrait, error)

GetClusterTrait provides a mock function with given fields: ctx, clusterTraitName

func (*MockInterface) GetClusterTraitSchema

func (_m *MockInterface) GetClusterTraitSchema(ctx context.Context, clusterTraitName string) (*json.RawMessage, error)

GetClusterTraitSchema provides a mock function with given fields: ctx, clusterTraitName

func (*MockInterface) GetClusterWorkflow

func (_m *MockInterface) GetClusterWorkflow(ctx context.Context, clusterWorkflowName string) (*gen.ClusterWorkflow, error)

GetClusterWorkflow provides a mock function with given fields: ctx, clusterWorkflowName

func (*MockInterface) GetClusterWorkflowPlane

func (_m *MockInterface) GetClusterWorkflowPlane(ctx context.Context, clusterWorkflowPlaneName string) (*gen.ClusterWorkflowPlane, error)

GetClusterWorkflowPlane provides a mock function with given fields: ctx, clusterWorkflowPlaneName

func (*MockInterface) GetClusterWorkflowSchema

func (_m *MockInterface) GetClusterWorkflowSchema(ctx context.Context, clusterWorkflowName string) (*json.RawMessage, error)

GetClusterWorkflowSchema provides a mock function with given fields: ctx, clusterWorkflowName

func (*MockInterface) GetComponent

func (_m *MockInterface) GetComponent(ctx context.Context, namespaceName string, componentName string) (*gen.Component, error)

GetComponent provides a mock function with given fields: ctx, namespaceName, componentName

func (*MockInterface) GetComponentRelease

func (_m *MockInterface) GetComponentRelease(ctx context.Context, namespaceName string, componentReleaseName string) (*gen.ComponentRelease, error)

GetComponentRelease provides a mock function with given fields: ctx, namespaceName, componentReleaseName

func (*MockInterface) GetComponentType

func (_m *MockInterface) GetComponentType(ctx context.Context, namespaceName string, ctName string) (*gen.ComponentType, error)

GetComponentType provides a mock function with given fields: ctx, namespaceName, ctName

func (*MockInterface) GetComponentTypeSchema

func (_m *MockInterface) GetComponentTypeSchema(ctx context.Context, namespaceName string, ctName string) (*json.RawMessage, error)

GetComponentTypeSchema provides a mock function with given fields: ctx, namespaceName, ctName

func (*MockInterface) GetDataPlane

func (_m *MockInterface) GetDataPlane(ctx context.Context, namespaceName string, dpName string) (*gen.DataPlane, error)

GetDataPlane provides a mock function with given fields: ctx, namespaceName, dpName

func (*MockInterface) GetDeploymentPipeline

func (_m *MockInterface) GetDeploymentPipeline(ctx context.Context, namespaceName string, deploymentPipelineName string) (*gen.DeploymentPipeline, error)

GetDeploymentPipeline provides a mock function with given fields: ctx, namespaceName, deploymentPipelineName

func (*MockInterface) GetEnvironment

func (_m *MockInterface) GetEnvironment(ctx context.Context, namespaceName string, envName string) (*gen.Environment, error)

GetEnvironment provides a mock function with given fields: ctx, namespaceName, envName

func (*MockInterface) GetNamespace

func (_m *MockInterface) GetNamespace(ctx context.Context, namespaceName string) (*gen.Namespace, error)

GetNamespace provides a mock function with given fields: ctx, namespaceName

func (*MockInterface) GetNamespaceRole

func (_m *MockInterface) GetNamespaceRole(ctx context.Context, namespaceName string, name string) (*gen.AuthzRole, error)

GetNamespaceRole provides a mock function with given fields: ctx, namespaceName, name

func (*MockInterface) GetNamespaceRoleBinding

func (_m *MockInterface) GetNamespaceRoleBinding(ctx context.Context, namespaceName string, name string) (*gen.AuthzRoleBinding, error)

GetNamespaceRoleBinding provides a mock function with given fields: ctx, namespaceName, name

func (*MockInterface) GetObservabilityAlertsNotificationChannel

func (_m *MockInterface) GetObservabilityAlertsNotificationChannel(ctx context.Context, namespaceName string, channelName string) (*gen.ObservabilityAlertsNotificationChannel, error)

GetObservabilityAlertsNotificationChannel provides a mock function with given fields: ctx, namespaceName, channelName

func (*MockInterface) GetObservabilityPlane

func (_m *MockInterface) GetObservabilityPlane(ctx context.Context, namespaceName string, observabilityPlaneName string) (*gen.ObservabilityPlane, error)

GetObservabilityPlane provides a mock function with given fields: ctx, namespaceName, observabilityPlaneName

func (*MockInterface) GetProject

func (_m *MockInterface) GetProject(ctx context.Context, namespaceName string, projectName string) (*gen.Project, error)

GetProject provides a mock function with given fields: ctx, namespaceName, projectName

func (*MockInterface) GetProjectDeploymentPipeline

func (_m *MockInterface) GetProjectDeploymentPipeline(ctx context.Context, namespaceName string, projectName string) (*gen.DeploymentPipeline, error)

GetProjectDeploymentPipeline provides a mock function with given fields: ctx, namespaceName, projectName

func (*MockInterface) GetProjectRelease added in v1.2.0

func (_m *MockInterface) GetProjectRelease(ctx context.Context, namespaceName string, projectReleaseName string) (*gen.ProjectRelease, error)

GetProjectRelease provides a mock function with given fields: ctx, namespaceName, projectReleaseName

func (*MockInterface) GetProjectReleaseBinding added in v1.2.0

func (_m *MockInterface) GetProjectReleaseBinding(ctx context.Context, namespaceName string, bindingName string) (*gen.ProjectReleaseBinding, error)

GetProjectReleaseBinding provides a mock function with given fields: ctx, namespaceName, bindingName

func (*MockInterface) GetProjectType added in v1.2.0

func (_m *MockInterface) GetProjectType(ctx context.Context, namespaceName string, ptName string) (*gen.ProjectType, error)

GetProjectType provides a mock function with given fields: ctx, namespaceName, ptName

func (*MockInterface) GetProjectTypeSchema added in v1.2.0

func (_m *MockInterface) GetProjectTypeSchema(ctx context.Context, namespaceName string, ptName string) (*json.RawMessage, error)

GetProjectTypeSchema provides a mock function with given fields: ctx, namespaceName, ptName

func (*MockInterface) GetReleaseBinding

func (_m *MockInterface) GetReleaseBinding(ctx context.Context, namespaceName string, releaseBindingName string) (*gen.ReleaseBinding, error)

GetReleaseBinding provides a mock function with given fields: ctx, namespaceName, releaseBindingName

func (*MockInterface) GetResource

func (_m *MockInterface) GetResource(ctx context.Context, namespaceName string, resourceName string) (*gen.ResourceInstance, error)

GetResource provides a mock function with given fields: ctx, namespaceName, resourceName

func (*MockInterface) GetResourceRelease

func (_m *MockInterface) GetResourceRelease(ctx context.Context, namespaceName string, resourceReleaseName string) (*gen.ResourceRelease, error)

GetResourceRelease provides a mock function with given fields: ctx, namespaceName, resourceReleaseName

func (*MockInterface) GetResourceReleaseBinding

func (_m *MockInterface) GetResourceReleaseBinding(ctx context.Context, namespaceName string, bindingName string) (*gen.ResourceReleaseBinding, error)

GetResourceReleaseBinding provides a mock function with given fields: ctx, namespaceName, bindingName

func (*MockInterface) GetResourceType

func (_m *MockInterface) GetResourceType(ctx context.Context, namespaceName string, rtName string) (*gen.ResourceType, error)

GetResourceType provides a mock function with given fields: ctx, namespaceName, rtName

func (*MockInterface) GetResourceTypeSchema

func (_m *MockInterface) GetResourceTypeSchema(ctx context.Context, namespaceName string, rtName string) (*json.RawMessage, error)

GetResourceTypeSchema provides a mock function with given fields: ctx, namespaceName, rtName

func (*MockInterface) GetSecret

func (_m *MockInterface) GetSecret(ctx context.Context, namespaceName string, secretName string) (*gen.Secret, error)

GetSecret provides a mock function with given fields: ctx, namespaceName, secretName

func (*MockInterface) GetSecretReference

func (_m *MockInterface) GetSecretReference(ctx context.Context, namespaceName string, secretReferenceName string) (*gen.SecretReference, error)

GetSecretReference provides a mock function with given fields: ctx, namespaceName, secretReferenceName

func (*MockInterface) GetTrait

func (_m *MockInterface) GetTrait(ctx context.Context, namespaceName string, traitName string) (*gen.Trait, error)

GetTrait provides a mock function with given fields: ctx, namespaceName, traitName

func (*MockInterface) GetTraitSchema

func (_m *MockInterface) GetTraitSchema(ctx context.Context, namespaceName string, traitName string) (*json.RawMessage, error)

GetTraitSchema provides a mock function with given fields: ctx, namespaceName, traitName

func (*MockInterface) GetWorkflow

func (_m *MockInterface) GetWorkflow(ctx context.Context, namespaceName string, workflowName string) (*gen.Workflow, error)

GetWorkflow provides a mock function with given fields: ctx, namespaceName, workflowName

func (*MockInterface) GetWorkflowPlane

func (_m *MockInterface) GetWorkflowPlane(ctx context.Context, namespaceName string, workflowPlaneName string) (*gen.WorkflowPlane, error)

GetWorkflowPlane provides a mock function with given fields: ctx, namespaceName, workflowPlaneName

func (*MockInterface) GetWorkflowRun

func (_m *MockInterface) GetWorkflowRun(ctx context.Context, namespaceName string, runName string) (*gen.WorkflowRun, error)

GetWorkflowRun provides a mock function with given fields: ctx, namespaceName, runName

func (*MockInterface) GetWorkflowRunLogs

func (_m *MockInterface) GetWorkflowRunLogs(ctx context.Context, namespaceName string, runName string, params *gen.GetWorkflowRunLogsParams) ([]gen.WorkflowRunLogEntry, error)

GetWorkflowRunLogs provides a mock function with given fields: ctx, namespaceName, runName, params

func (*MockInterface) GetWorkflowRunStatus

func (_m *MockInterface) GetWorkflowRunStatus(ctx context.Context, namespaceName string, runName string) (*gen.WorkflowRunStatusResponse, error)

GetWorkflowRunStatus provides a mock function with given fields: ctx, namespaceName, runName

func (*MockInterface) GetWorkflowSchema

func (_m *MockInterface) GetWorkflowSchema(ctx context.Context, namespaceName string, workflowName string) (*json.RawMessage, error)

GetWorkflowSchema provides a mock function with given fields: ctx, namespaceName, workflowName

func (*MockInterface) GetWorkload

func (_m *MockInterface) GetWorkload(ctx context.Context, namespaceName string, workloadName string) (*gen.Workload, error)

GetWorkload provides a mock function with given fields: ctx, namespaceName, workloadName

func (*MockInterface) ListClusterComponentTypes

func (_m *MockInterface) ListClusterComponentTypes(ctx context.Context, params *gen.ListClusterComponentTypesParams) (*gen.ClusterComponentTypeList, error)

ListClusterComponentTypes provides a mock function with given fields: ctx, params

func (*MockInterface) ListClusterDataPlanes

func (_m *MockInterface) ListClusterDataPlanes(ctx context.Context, params *gen.ListClusterDataPlanesParams) (*gen.ClusterDataPlaneList, error)

ListClusterDataPlanes provides a mock function with given fields: ctx, params

func (*MockInterface) ListClusterObservabilityPlanes

func (_m *MockInterface) ListClusterObservabilityPlanes(ctx context.Context, params *gen.ListClusterObservabilityPlanesParams) (*gen.ClusterObservabilityPlaneList, error)

ListClusterObservabilityPlanes provides a mock function with given fields: ctx, params

func (*MockInterface) ListClusterProjectTypes added in v1.2.0

func (_m *MockInterface) ListClusterProjectTypes(ctx context.Context, params *gen.ListClusterProjectTypesParams) (*gen.ClusterProjectTypeList, error)

ListClusterProjectTypes provides a mock function with given fields: ctx, params

func (*MockInterface) ListClusterResourceTypes

func (_m *MockInterface) ListClusterResourceTypes(ctx context.Context, params *gen.ListClusterResourceTypesParams) (*gen.ClusterResourceTypeList, error)

ListClusterResourceTypes provides a mock function with given fields: ctx, params

func (*MockInterface) ListClusterRoleBindings

ListClusterRoleBindings provides a mock function with given fields: ctx, params

func (*MockInterface) ListClusterRoles

func (_m *MockInterface) ListClusterRoles(ctx context.Context, params *gen.ListClusterRolesParams) (*gen.ClusterAuthzRoleList, error)

ListClusterRoles provides a mock function with given fields: ctx, params

func (*MockInterface) ListClusterTraits

func (_m *MockInterface) ListClusterTraits(ctx context.Context, params *gen.ListClusterTraitsParams) (*gen.ClusterTraitList, error)

ListClusterTraits provides a mock function with given fields: ctx, params

func (*MockInterface) ListClusterWorkflowPlanes

func (_m *MockInterface) ListClusterWorkflowPlanes(ctx context.Context, params *gen.ListClusterWorkflowPlanesParams) (*gen.ClusterWorkflowPlaneList, error)

ListClusterWorkflowPlanes provides a mock function with given fields: ctx, params

func (*MockInterface) ListClusterWorkflows

func (_m *MockInterface) ListClusterWorkflows(ctx context.Context, params *gen.ListClusterWorkflowsParams) (*gen.ClusterWorkflowList, error)

ListClusterWorkflows provides a mock function with given fields: ctx, params

func (*MockInterface) ListComponentReleases

func (_m *MockInterface) ListComponentReleases(ctx context.Context, namespaceName string, params *gen.ListComponentReleasesParams) (*gen.ComponentReleaseList, error)

ListComponentReleases provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListComponentTypes

func (_m *MockInterface) ListComponentTypes(ctx context.Context, namespaceName string, params *gen.ListComponentTypesParams) (*gen.ComponentTypeList, error)

ListComponentTypes provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListComponents

func (_m *MockInterface) ListComponents(ctx context.Context, namespaceName string, projectName string, params *gen.ListComponentsParams) (*gen.ComponentList, error)

ListComponents provides a mock function with given fields: ctx, namespaceName, projectName, params

func (*MockInterface) ListDataPlanes

func (_m *MockInterface) ListDataPlanes(ctx context.Context, namespaceName string, params *gen.ListDataPlanesParams) (*gen.DataPlaneList, error)

ListDataPlanes provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListDeploymentPipelines

func (_m *MockInterface) ListDeploymentPipelines(ctx context.Context, namespaceName string, params *gen.ListDeploymentPipelinesParams) (*gen.DeploymentPipelineList, error)

ListDeploymentPipelines provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListEnvironments

func (_m *MockInterface) ListEnvironments(ctx context.Context, namespaceName string, params *gen.ListEnvironmentsParams) (*gen.EnvironmentList, error)

ListEnvironments provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListNamespaceRoleBindings

func (_m *MockInterface) ListNamespaceRoleBindings(ctx context.Context, namespaceName string, params *gen.ListNamespaceRoleBindingsParams) (*gen.AuthzRoleBindingList, error)

ListNamespaceRoleBindings provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListNamespaceRoles

func (_m *MockInterface) ListNamespaceRoles(ctx context.Context, namespaceName string, params *gen.ListNamespaceRolesParams) (*gen.AuthzRoleList, error)

ListNamespaceRoles provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListNamespaces

func (_m *MockInterface) ListNamespaces(ctx context.Context, params *gen.ListNamespacesParams) (*gen.NamespaceList, error)

ListNamespaces provides a mock function with given fields: ctx, params

func (*MockInterface) ListObservabilityAlertsNotificationChannels

func (_m *MockInterface) ListObservabilityAlertsNotificationChannels(ctx context.Context, namespaceName string, params *gen.ListObservabilityAlertsNotificationChannelsParams) (*gen.ObservabilityAlertsNotificationChannelList, error)

ListObservabilityAlertsNotificationChannels provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListObservabilityPlanes

func (_m *MockInterface) ListObservabilityPlanes(ctx context.Context, namespaceName string, params *gen.ListObservabilityPlanesParams) (*gen.ObservabilityPlaneList, error)

ListObservabilityPlanes provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListProjectReleaseBindings added in v1.2.0

func (_m *MockInterface) ListProjectReleaseBindings(ctx context.Context, namespaceName string, params *gen.ListProjectReleaseBindingsParams) (*gen.ProjectReleaseBindingList, error)

ListProjectReleaseBindings provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListProjectReleases added in v1.2.0

func (_m *MockInterface) ListProjectReleases(ctx context.Context, namespaceName string, params *gen.ListProjectReleasesParams) (*gen.ProjectReleaseList, error)

ListProjectReleases provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListProjectTypes added in v1.2.0

func (_m *MockInterface) ListProjectTypes(ctx context.Context, namespaceName string, params *gen.ListProjectTypesParams) (*gen.ProjectTypeList, error)

ListProjectTypes provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListProjects

func (_m *MockInterface) ListProjects(ctx context.Context, namespaceName string, params *gen.ListProjectsParams) (*gen.ProjectList, error)

ListProjects provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListReleaseBindings

func (_m *MockInterface) ListReleaseBindings(ctx context.Context, namespaceName string, params *gen.ListReleaseBindingsParams) (*gen.ReleaseBindingList, error)

ListReleaseBindings provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListResourceReleaseBindings

func (_m *MockInterface) ListResourceReleaseBindings(ctx context.Context, namespaceName string, params *gen.ListResourceReleaseBindingsParams) (*gen.ResourceReleaseBindingList, error)

ListResourceReleaseBindings provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListResourceReleases

func (_m *MockInterface) ListResourceReleases(ctx context.Context, namespaceName string, params *gen.ListResourceReleasesParams) (*gen.ResourceReleaseList, error)

ListResourceReleases provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListResourceTypes

func (_m *MockInterface) ListResourceTypes(ctx context.Context, namespaceName string, params *gen.ListResourceTypesParams) (*gen.ResourceTypeList, error)

ListResourceTypes provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListResources

func (_m *MockInterface) ListResources(ctx context.Context, namespaceName string, params *gen.ListResourcesParams) (*gen.ResourceInstanceList, error)

ListResources provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListSecretReferences

func (_m *MockInterface) ListSecretReferences(ctx context.Context, namespaceName string, params *gen.ListSecretReferencesParams) (*gen.SecretReferenceList, error)

ListSecretReferences provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListSecrets

func (_m *MockInterface) ListSecrets(ctx context.Context, namespaceName string, params *gen.ListSecretsParams) (*gen.ListSecretsResponse, error)

ListSecrets provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListTraits

func (_m *MockInterface) ListTraits(ctx context.Context, namespaceName string, params *gen.ListTraitsParams) (*gen.TraitList, error)

ListTraits provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListWorkflowPlanes

func (_m *MockInterface) ListWorkflowPlanes(ctx context.Context, namespaceName string, params *gen.ListWorkflowPlanesParams) (*gen.WorkflowPlaneList, error)

ListWorkflowPlanes provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListWorkflowRuns

func (_m *MockInterface) ListWorkflowRuns(ctx context.Context, namespaceName string, params *gen.ListWorkflowRunsParams) (*gen.WorkflowRunList, error)

ListWorkflowRuns provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListWorkflows

func (_m *MockInterface) ListWorkflows(ctx context.Context, namespaceName string, params *gen.ListWorkflowsParams) (*gen.WorkflowList, error)

ListWorkflows provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) ListWorkloads

func (_m *MockInterface) ListWorkloads(ctx context.Context, namespaceName string, params *gen.ListWorkloadsParams) (*gen.WorkloadList, error)

ListWorkloads provides a mock function with given fields: ctx, namespaceName, params

func (*MockInterface) UpdateClusterProjectType added in v1.2.0

func (_m *MockInterface) UpdateClusterProjectType(ctx context.Context, cptName string, cpt gen.ClusterProjectType) (*gen.ClusterProjectType, error)

UpdateClusterProjectType provides a mock function with given fields: ctx, cptName, cpt

func (*MockInterface) UpdateClusterResourceType

func (_m *MockInterface) UpdateClusterResourceType(ctx context.Context, crtName string, crt gen.ClusterResourceType) (*gen.ClusterResourceType, error)

UpdateClusterResourceType provides a mock function with given fields: ctx, crtName, crt

func (*MockInterface) UpdateComponentType

func (_m *MockInterface) UpdateComponentType(ctx context.Context, namespaceName string, ctName string, ct gen.ComponentType) (*gen.ComponentType, error)

UpdateComponentType provides a mock function with given fields: ctx, namespaceName, ctName, ct

func (*MockInterface) UpdateProjectReleaseBinding added in v1.2.0

func (_m *MockInterface) UpdateProjectReleaseBinding(ctx context.Context, namespaceName string, bindingName string, prb gen.ProjectReleaseBinding) (*gen.ProjectReleaseBinding, error)

UpdateProjectReleaseBinding provides a mock function with given fields: ctx, namespaceName, bindingName, prb

func (*MockInterface) UpdateProjectType added in v1.2.0

func (_m *MockInterface) UpdateProjectType(ctx context.Context, namespaceName string, ptName string, pt gen.ProjectType) (*gen.ProjectType, error)

UpdateProjectType provides a mock function with given fields: ctx, namespaceName, ptName, pt

func (*MockInterface) UpdateReleaseBinding

func (_m *MockInterface) UpdateReleaseBinding(ctx context.Context, namespaceName string, bindingName string, req gen.ReleaseBinding) (*gen.ReleaseBinding, error)

UpdateReleaseBinding provides a mock function with given fields: ctx, namespaceName, bindingName, req

func (*MockInterface) UpdateResource

func (_m *MockInterface) UpdateResource(ctx context.Context, namespaceName string, resourceName string, r gen.ResourceInstance) (*gen.ResourceInstance, error)

UpdateResource provides a mock function with given fields: ctx, namespaceName, resourceName, r

func (*MockInterface) UpdateResourceReleaseBinding

func (_m *MockInterface) UpdateResourceReleaseBinding(ctx context.Context, namespaceName string, bindingName string, rrb gen.ResourceReleaseBinding) (*gen.ResourceReleaseBinding, error)

UpdateResourceReleaseBinding provides a mock function with given fields: ctx, namespaceName, bindingName, rrb

func (*MockInterface) UpdateResourceType

func (_m *MockInterface) UpdateResourceType(ctx context.Context, namespaceName string, rtName string, rt gen.ResourceType) (*gen.ResourceType, error)

UpdateResourceType provides a mock function with given fields: ctx, namespaceName, rtName, rt

func (*MockInterface) UpdateSecret

func (_m *MockInterface) UpdateSecret(ctx context.Context, namespaceName string, secretName string, req gen.UpdateSecretRequest) (*gen.Secret, error)

UpdateSecret provides a mock function with given fields: ctx, namespaceName, secretName, req

func (*MockInterface) UpdateTrait

func (_m *MockInterface) UpdateTrait(ctx context.Context, namespaceName string, traitName string, t gen.Trait) (*gen.Trait, error)

UpdateTrait provides a mock function with given fields: ctx, namespaceName, traitName, t

type MockInterface_CreateClusterProjectType_Call added in v1.2.0

type MockInterface_CreateClusterProjectType_Call struct {
	*mock.Call
}

MockInterface_CreateClusterProjectType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterProjectType'

func (*MockInterface_CreateClusterProjectType_Call) Return added in v1.2.0

func (*MockInterface_CreateClusterProjectType_Call) Run added in v1.2.0

func (*MockInterface_CreateClusterProjectType_Call) RunAndReturn added in v1.2.0

type MockInterface_CreateClusterResourceType_Call

type MockInterface_CreateClusterResourceType_Call struct {
	*mock.Call
}

MockInterface_CreateClusterResourceType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateClusterResourceType'

func (*MockInterface_CreateClusterResourceType_Call) Return

func (*MockInterface_CreateClusterResourceType_Call) Run

type MockInterface_CreateComponentRelease_Call

type MockInterface_CreateComponentRelease_Call struct {
	*mock.Call
}

MockInterface_CreateComponentRelease_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateComponentRelease'

func (*MockInterface_CreateComponentRelease_Call) Return

func (*MockInterface_CreateComponentRelease_Call) Run

type MockInterface_CreateComponentType_Call

type MockInterface_CreateComponentType_Call struct {
	*mock.Call
}

MockInterface_CreateComponentType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateComponentType'

func (*MockInterface_CreateComponentType_Call) Return

func (*MockInterface_CreateComponentType_Call) Run

func (*MockInterface_CreateComponentType_Call) RunAndReturn

type MockInterface_CreateProjectReleaseBinding_Call added in v1.2.0

type MockInterface_CreateProjectReleaseBinding_Call struct {
	*mock.Call
}

MockInterface_CreateProjectReleaseBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectReleaseBinding'

func (*MockInterface_CreateProjectReleaseBinding_Call) Return added in v1.2.0

func (*MockInterface_CreateProjectReleaseBinding_Call) Run added in v1.2.0

func (*MockInterface_CreateProjectReleaseBinding_Call) RunAndReturn added in v1.2.0

type MockInterface_CreateProjectRelease_Call added in v1.2.0

type MockInterface_CreateProjectRelease_Call struct {
	*mock.Call
}

MockInterface_CreateProjectRelease_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectRelease'

func (*MockInterface_CreateProjectRelease_Call) Return added in v1.2.0

func (*MockInterface_CreateProjectRelease_Call) Run added in v1.2.0

func (*MockInterface_CreateProjectRelease_Call) RunAndReturn added in v1.2.0

type MockInterface_CreateProjectType_Call added in v1.2.0

type MockInterface_CreateProjectType_Call struct {
	*mock.Call
}

MockInterface_CreateProjectType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProjectType'

func (*MockInterface_CreateProjectType_Call) Return added in v1.2.0

func (*MockInterface_CreateProjectType_Call) Run added in v1.2.0

func (*MockInterface_CreateProjectType_Call) RunAndReturn added in v1.2.0

type MockInterface_CreateReleaseBinding_Call

type MockInterface_CreateReleaseBinding_Call struct {
	*mock.Call
}

MockInterface_CreateReleaseBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateReleaseBinding'

func (*MockInterface_CreateReleaseBinding_Call) Return

func (*MockInterface_CreateReleaseBinding_Call) Run

func (*MockInterface_CreateReleaseBinding_Call) RunAndReturn

type MockInterface_CreateResourceReleaseBinding_Call

type MockInterface_CreateResourceReleaseBinding_Call struct {
	*mock.Call
}

MockInterface_CreateResourceReleaseBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateResourceReleaseBinding'

func (*MockInterface_CreateResourceReleaseBinding_Call) Return

func (*MockInterface_CreateResourceReleaseBinding_Call) Run

type MockInterface_CreateResourceRelease_Call

type MockInterface_CreateResourceRelease_Call struct {
	*mock.Call
}

MockInterface_CreateResourceRelease_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateResourceRelease'

func (*MockInterface_CreateResourceRelease_Call) Return

func (*MockInterface_CreateResourceRelease_Call) Run

func (*MockInterface_CreateResourceRelease_Call) RunAndReturn

type MockInterface_CreateResourceType_Call

type MockInterface_CreateResourceType_Call struct {
	*mock.Call
}

MockInterface_CreateResourceType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateResourceType'

func (*MockInterface_CreateResourceType_Call) Return

func (*MockInterface_CreateResourceType_Call) Run

func (*MockInterface_CreateResourceType_Call) RunAndReturn

type MockInterface_CreateResource_Call

type MockInterface_CreateResource_Call struct {
	*mock.Call
}

MockInterface_CreateResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateResource'

func (*MockInterface_CreateResource_Call) Return

func (*MockInterface_CreateResource_Call) Run

func (*MockInterface_CreateResource_Call) RunAndReturn

type MockInterface_CreateSecret_Call

type MockInterface_CreateSecret_Call struct {
	*mock.Call
}

MockInterface_CreateSecret_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateSecret'

func (*MockInterface_CreateSecret_Call) Return

func (*MockInterface_CreateSecret_Call) Run

func (*MockInterface_CreateSecret_Call) RunAndReturn

type MockInterface_CreateTrait_Call

type MockInterface_CreateTrait_Call struct {
	*mock.Call
}

MockInterface_CreateTrait_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTrait'

func (*MockInterface_CreateTrait_Call) Return

func (*MockInterface_CreateTrait_Call) Run

func (*MockInterface_CreateTrait_Call) RunAndReturn

type MockInterface_CreateWorkflowRun_Call

type MockInterface_CreateWorkflowRun_Call struct {
	*mock.Call
}

MockInterface_CreateWorkflowRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowRun'

func (*MockInterface_CreateWorkflowRun_Call) Return

func (*MockInterface_CreateWorkflowRun_Call) Run

func (*MockInterface_CreateWorkflowRun_Call) RunAndReturn

type MockInterface_DeleteClusterComponentType_Call

type MockInterface_DeleteClusterComponentType_Call struct {
	*mock.Call
}

MockInterface_DeleteClusterComponentType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterComponentType'

func (*MockInterface_DeleteClusterComponentType_Call) Return

func (*MockInterface_DeleteClusterComponentType_Call) Run

func (*MockInterface_DeleteClusterComponentType_Call) RunAndReturn

type MockInterface_DeleteClusterDataPlane_Call

type MockInterface_DeleteClusterDataPlane_Call struct {
	*mock.Call
}

MockInterface_DeleteClusterDataPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterDataPlane'

func (*MockInterface_DeleteClusterDataPlane_Call) Return

func (*MockInterface_DeleteClusterDataPlane_Call) Run

func (*MockInterface_DeleteClusterDataPlane_Call) RunAndReturn

type MockInterface_DeleteClusterObservabilityPlane_Call

type MockInterface_DeleteClusterObservabilityPlane_Call struct {
	*mock.Call
}

MockInterface_DeleteClusterObservabilityPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterObservabilityPlane'

func (*MockInterface_DeleteClusterObservabilityPlane_Call) Return

func (*MockInterface_DeleteClusterObservabilityPlane_Call) Run

func (*MockInterface_DeleteClusterObservabilityPlane_Call) RunAndReturn

type MockInterface_DeleteClusterProjectType_Call added in v1.2.0

type MockInterface_DeleteClusterProjectType_Call struct {
	*mock.Call
}

MockInterface_DeleteClusterProjectType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterProjectType'

func (*MockInterface_DeleteClusterProjectType_Call) Return added in v1.2.0

func (*MockInterface_DeleteClusterProjectType_Call) Run added in v1.2.0

func (*MockInterface_DeleteClusterProjectType_Call) RunAndReturn added in v1.2.0

type MockInterface_DeleteClusterResourceType_Call

type MockInterface_DeleteClusterResourceType_Call struct {
	*mock.Call
}

MockInterface_DeleteClusterResourceType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterResourceType'

func (*MockInterface_DeleteClusterResourceType_Call) Return

func (*MockInterface_DeleteClusterResourceType_Call) Run

func (*MockInterface_DeleteClusterResourceType_Call) RunAndReturn

type MockInterface_DeleteClusterRoleBinding_Call

type MockInterface_DeleteClusterRoleBinding_Call struct {
	*mock.Call
}

MockInterface_DeleteClusterRoleBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterRoleBinding'

func (*MockInterface_DeleteClusterRoleBinding_Call) Return

func (*MockInterface_DeleteClusterRoleBinding_Call) Run

func (*MockInterface_DeleteClusterRoleBinding_Call) RunAndReturn

type MockInterface_DeleteClusterRole_Call

type MockInterface_DeleteClusterRole_Call struct {
	*mock.Call
}

MockInterface_DeleteClusterRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterRole'

func (*MockInterface_DeleteClusterRole_Call) Return

func (*MockInterface_DeleteClusterRole_Call) Run

func (*MockInterface_DeleteClusterRole_Call) RunAndReturn

type MockInterface_DeleteClusterTrait_Call

type MockInterface_DeleteClusterTrait_Call struct {
	*mock.Call
}

MockInterface_DeleteClusterTrait_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterTrait'

func (*MockInterface_DeleteClusterTrait_Call) Return

func (*MockInterface_DeleteClusterTrait_Call) Run

func (*MockInterface_DeleteClusterTrait_Call) RunAndReturn

type MockInterface_DeleteClusterWorkflowPlane_Call

type MockInterface_DeleteClusterWorkflowPlane_Call struct {
	*mock.Call
}

MockInterface_DeleteClusterWorkflowPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterWorkflowPlane'

func (*MockInterface_DeleteClusterWorkflowPlane_Call) Return

func (*MockInterface_DeleteClusterWorkflowPlane_Call) Run

func (*MockInterface_DeleteClusterWorkflowPlane_Call) RunAndReturn

type MockInterface_DeleteClusterWorkflow_Call

type MockInterface_DeleteClusterWorkflow_Call struct {
	*mock.Call
}

MockInterface_DeleteClusterWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteClusterWorkflow'

func (*MockInterface_DeleteClusterWorkflow_Call) Return

func (*MockInterface_DeleteClusterWorkflow_Call) Run

func (*MockInterface_DeleteClusterWorkflow_Call) RunAndReturn

type MockInterface_DeleteComponentRelease_Call

type MockInterface_DeleteComponentRelease_Call struct {
	*mock.Call
}

MockInterface_DeleteComponentRelease_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteComponentRelease'

func (*MockInterface_DeleteComponentRelease_Call) Return

func (*MockInterface_DeleteComponentRelease_Call) Run

func (_c *MockInterface_DeleteComponentRelease_Call) Run(run func(ctx context.Context, namespaceName string, componentReleaseName string)) *MockInterface_DeleteComponentRelease_Call

func (*MockInterface_DeleteComponentRelease_Call) RunAndReturn

type MockInterface_DeleteComponentType_Call

type MockInterface_DeleteComponentType_Call struct {
	*mock.Call
}

MockInterface_DeleteComponentType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteComponentType'

func (*MockInterface_DeleteComponentType_Call) Return

func (*MockInterface_DeleteComponentType_Call) Run

func (*MockInterface_DeleteComponentType_Call) RunAndReturn

type MockInterface_DeleteComponent_Call

type MockInterface_DeleteComponent_Call struct {
	*mock.Call
}

MockInterface_DeleteComponent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteComponent'

func (*MockInterface_DeleteComponent_Call) Return

func (*MockInterface_DeleteComponent_Call) Run

func (_c *MockInterface_DeleteComponent_Call) Run(run func(ctx context.Context, namespaceName string, componentName string)) *MockInterface_DeleteComponent_Call

func (*MockInterface_DeleteComponent_Call) RunAndReturn

type MockInterface_DeleteDataPlane_Call

type MockInterface_DeleteDataPlane_Call struct {
	*mock.Call
}

MockInterface_DeleteDataPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteDataPlane'

func (*MockInterface_DeleteDataPlane_Call) Return

func (*MockInterface_DeleteDataPlane_Call) Run

func (*MockInterface_DeleteDataPlane_Call) RunAndReturn

type MockInterface_DeleteDeploymentPipeline_Call

type MockInterface_DeleteDeploymentPipeline_Call struct {
	*mock.Call
}

MockInterface_DeleteDeploymentPipeline_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteDeploymentPipeline'

func (*MockInterface_DeleteDeploymentPipeline_Call) Return

func (*MockInterface_DeleteDeploymentPipeline_Call) Run

func (_c *MockInterface_DeleteDeploymentPipeline_Call) Run(run func(ctx context.Context, namespaceName string, deploymentPipelineName string)) *MockInterface_DeleteDeploymentPipeline_Call

func (*MockInterface_DeleteDeploymentPipeline_Call) RunAndReturn

type MockInterface_DeleteEnvironment_Call

type MockInterface_DeleteEnvironment_Call struct {
	*mock.Call
}

MockInterface_DeleteEnvironment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteEnvironment'

func (*MockInterface_DeleteEnvironment_Call) Return

func (*MockInterface_DeleteEnvironment_Call) Run

func (*MockInterface_DeleteEnvironment_Call) RunAndReturn

type MockInterface_DeleteNamespaceRoleBinding_Call

type MockInterface_DeleteNamespaceRoleBinding_Call struct {
	*mock.Call
}

MockInterface_DeleteNamespaceRoleBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteNamespaceRoleBinding'

func (*MockInterface_DeleteNamespaceRoleBinding_Call) Return

func (*MockInterface_DeleteNamespaceRoleBinding_Call) Run

func (*MockInterface_DeleteNamespaceRoleBinding_Call) RunAndReturn

type MockInterface_DeleteNamespaceRole_Call

type MockInterface_DeleteNamespaceRole_Call struct {
	*mock.Call
}

MockInterface_DeleteNamespaceRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteNamespaceRole'

func (*MockInterface_DeleteNamespaceRole_Call) Return

func (*MockInterface_DeleteNamespaceRole_Call) Run

func (*MockInterface_DeleteNamespaceRole_Call) RunAndReturn

type MockInterface_DeleteNamespace_Call

type MockInterface_DeleteNamespace_Call struct {
	*mock.Call
}

MockInterface_DeleteNamespace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteNamespace'

func (*MockInterface_DeleteNamespace_Call) Return

func (*MockInterface_DeleteNamespace_Call) Run

func (*MockInterface_DeleteNamespace_Call) RunAndReturn

type MockInterface_DeleteObservabilityAlertsNotificationChannel_Call

type MockInterface_DeleteObservabilityAlertsNotificationChannel_Call struct {
	*mock.Call
}

MockInterface_DeleteObservabilityAlertsNotificationChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObservabilityAlertsNotificationChannel'

func (*MockInterface_DeleteObservabilityAlertsNotificationChannel_Call) Return

func (*MockInterface_DeleteObservabilityAlertsNotificationChannel_Call) Run

func (*MockInterface_DeleteObservabilityAlertsNotificationChannel_Call) RunAndReturn

type MockInterface_DeleteObservabilityPlane_Call

type MockInterface_DeleteObservabilityPlane_Call struct {
	*mock.Call
}

MockInterface_DeleteObservabilityPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteObservabilityPlane'

func (*MockInterface_DeleteObservabilityPlane_Call) Return

func (*MockInterface_DeleteObservabilityPlane_Call) Run

func (_c *MockInterface_DeleteObservabilityPlane_Call) Run(run func(ctx context.Context, namespaceName string, observabilityPlaneName string)) *MockInterface_DeleteObservabilityPlane_Call

func (*MockInterface_DeleteObservabilityPlane_Call) RunAndReturn

type MockInterface_DeleteProjectReleaseBinding_Call added in v1.2.0

type MockInterface_DeleteProjectReleaseBinding_Call struct {
	*mock.Call
}

MockInterface_DeleteProjectReleaseBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectReleaseBinding'

func (*MockInterface_DeleteProjectReleaseBinding_Call) Return added in v1.2.0

func (*MockInterface_DeleteProjectReleaseBinding_Call) Run added in v1.2.0

func (*MockInterface_DeleteProjectReleaseBinding_Call) RunAndReturn added in v1.2.0

type MockInterface_DeleteProjectRelease_Call added in v1.2.0

type MockInterface_DeleteProjectRelease_Call struct {
	*mock.Call
}

MockInterface_DeleteProjectRelease_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectRelease'

func (*MockInterface_DeleteProjectRelease_Call) Return added in v1.2.0

func (*MockInterface_DeleteProjectRelease_Call) Run added in v1.2.0

func (_c *MockInterface_DeleteProjectRelease_Call) Run(run func(ctx context.Context, namespaceName string, projectReleaseName string)) *MockInterface_DeleteProjectRelease_Call

func (*MockInterface_DeleteProjectRelease_Call) RunAndReturn added in v1.2.0

type MockInterface_DeleteProjectType_Call added in v1.2.0

type MockInterface_DeleteProjectType_Call struct {
	*mock.Call
}

MockInterface_DeleteProjectType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectType'

func (*MockInterface_DeleteProjectType_Call) Return added in v1.2.0

func (*MockInterface_DeleteProjectType_Call) Run added in v1.2.0

func (*MockInterface_DeleteProjectType_Call) RunAndReturn added in v1.2.0

type MockInterface_DeleteProject_Call

type MockInterface_DeleteProject_Call struct {
	*mock.Call
}

MockInterface_DeleteProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProject'

func (*MockInterface_DeleteProject_Call) Return

func (*MockInterface_DeleteProject_Call) Run

func (_c *MockInterface_DeleteProject_Call) Run(run func(ctx context.Context, namespaceName string, projectName string)) *MockInterface_DeleteProject_Call

func (*MockInterface_DeleteProject_Call) RunAndReturn

type MockInterface_DeleteReleaseBinding_Call

type MockInterface_DeleteReleaseBinding_Call struct {
	*mock.Call
}

MockInterface_DeleteReleaseBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteReleaseBinding'

func (*MockInterface_DeleteReleaseBinding_Call) Return

func (*MockInterface_DeleteReleaseBinding_Call) Run

func (_c *MockInterface_DeleteReleaseBinding_Call) Run(run func(ctx context.Context, namespaceName string, releaseBindingName string)) *MockInterface_DeleteReleaseBinding_Call

func (*MockInterface_DeleteReleaseBinding_Call) RunAndReturn

type MockInterface_DeleteResourceReleaseBinding_Call

type MockInterface_DeleteResourceReleaseBinding_Call struct {
	*mock.Call
}

MockInterface_DeleteResourceReleaseBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteResourceReleaseBinding'

func (*MockInterface_DeleteResourceReleaseBinding_Call) Return

func (*MockInterface_DeleteResourceReleaseBinding_Call) Run

func (*MockInterface_DeleteResourceReleaseBinding_Call) RunAndReturn

type MockInterface_DeleteResourceRelease_Call

type MockInterface_DeleteResourceRelease_Call struct {
	*mock.Call
}

MockInterface_DeleteResourceRelease_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteResourceRelease'

func (*MockInterface_DeleteResourceRelease_Call) Return

func (*MockInterface_DeleteResourceRelease_Call) Run

func (_c *MockInterface_DeleteResourceRelease_Call) Run(run func(ctx context.Context, namespaceName string, resourceReleaseName string)) *MockInterface_DeleteResourceRelease_Call

func (*MockInterface_DeleteResourceRelease_Call) RunAndReturn

type MockInterface_DeleteResourceType_Call

type MockInterface_DeleteResourceType_Call struct {
	*mock.Call
}

MockInterface_DeleteResourceType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteResourceType'

func (*MockInterface_DeleteResourceType_Call) Return

func (*MockInterface_DeleteResourceType_Call) Run

func (*MockInterface_DeleteResourceType_Call) RunAndReturn

type MockInterface_DeleteResource_Call

type MockInterface_DeleteResource_Call struct {
	*mock.Call
}

MockInterface_DeleteResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteResource'

func (*MockInterface_DeleteResource_Call) Return

func (*MockInterface_DeleteResource_Call) Run

func (_c *MockInterface_DeleteResource_Call) Run(run func(ctx context.Context, namespaceName string, resourceName string)) *MockInterface_DeleteResource_Call

func (*MockInterface_DeleteResource_Call) RunAndReturn

type MockInterface_DeleteSecretReference_Call

type MockInterface_DeleteSecretReference_Call struct {
	*mock.Call
}

MockInterface_DeleteSecretReference_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSecretReference'

func (*MockInterface_DeleteSecretReference_Call) Return

func (*MockInterface_DeleteSecretReference_Call) Run

func (_c *MockInterface_DeleteSecretReference_Call) Run(run func(ctx context.Context, namespaceName string, secretReferenceName string)) *MockInterface_DeleteSecretReference_Call

func (*MockInterface_DeleteSecretReference_Call) RunAndReturn

type MockInterface_DeleteSecret_Call

type MockInterface_DeleteSecret_Call struct {
	*mock.Call
}

MockInterface_DeleteSecret_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteSecret'

func (*MockInterface_DeleteSecret_Call) Return

func (*MockInterface_DeleteSecret_Call) Run

func (_c *MockInterface_DeleteSecret_Call) Run(run func(ctx context.Context, namespaceName string, secretName string)) *MockInterface_DeleteSecret_Call

func (*MockInterface_DeleteSecret_Call) RunAndReturn

type MockInterface_DeleteTrait_Call

type MockInterface_DeleteTrait_Call struct {
	*mock.Call
}

MockInterface_DeleteTrait_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteTrait'

func (*MockInterface_DeleteTrait_Call) Return

func (*MockInterface_DeleteTrait_Call) Run

func (_c *MockInterface_DeleteTrait_Call) Run(run func(ctx context.Context, namespaceName string, traitName string)) *MockInterface_DeleteTrait_Call

func (*MockInterface_DeleteTrait_Call) RunAndReturn

type MockInterface_DeleteWorkflowPlane_Call

type MockInterface_DeleteWorkflowPlane_Call struct {
	*mock.Call
}

MockInterface_DeleteWorkflowPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteWorkflowPlane'

func (*MockInterface_DeleteWorkflowPlane_Call) Return

func (*MockInterface_DeleteWorkflowPlane_Call) Run

func (_c *MockInterface_DeleteWorkflowPlane_Call) Run(run func(ctx context.Context, namespaceName string, workflowPlaneName string)) *MockInterface_DeleteWorkflowPlane_Call

func (*MockInterface_DeleteWorkflowPlane_Call) RunAndReturn

type MockInterface_DeleteWorkflow_Call

type MockInterface_DeleteWorkflow_Call struct {
	*mock.Call
}

MockInterface_DeleteWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteWorkflow'

func (*MockInterface_DeleteWorkflow_Call) Return

func (*MockInterface_DeleteWorkflow_Call) Run

func (_c *MockInterface_DeleteWorkflow_Call) Run(run func(ctx context.Context, namespaceName string, workflowName string)) *MockInterface_DeleteWorkflow_Call

func (*MockInterface_DeleteWorkflow_Call) RunAndReturn

type MockInterface_DeleteWorkload_Call

type MockInterface_DeleteWorkload_Call struct {
	*mock.Call
}

MockInterface_DeleteWorkload_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteWorkload'

func (*MockInterface_DeleteWorkload_Call) Return

func (*MockInterface_DeleteWorkload_Call) Run

func (_c *MockInterface_DeleteWorkload_Call) Run(run func(ctx context.Context, namespaceName string, workloadName string)) *MockInterface_DeleteWorkload_Call

func (*MockInterface_DeleteWorkload_Call) RunAndReturn

type MockInterface_Expecter

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

func (*MockInterface_Expecter) CreateClusterProjectType added in v1.2.0

func (_e *MockInterface_Expecter) CreateClusterProjectType(ctx interface{}, cpt interface{}) *MockInterface_CreateClusterProjectType_Call

CreateClusterProjectType is a helper method to define mock.On call

  • ctx context.Context
  • cpt gen.ClusterProjectType

func (*MockInterface_Expecter) CreateClusterResourceType

func (_e *MockInterface_Expecter) CreateClusterResourceType(ctx interface{}, crt interface{}) *MockInterface_CreateClusterResourceType_Call

CreateClusterResourceType is a helper method to define mock.On call

  • ctx context.Context
  • crt gen.ClusterResourceType

func (*MockInterface_Expecter) CreateComponentRelease

func (_e *MockInterface_Expecter) CreateComponentRelease(ctx interface{}, namespaceName interface{}, cr interface{}) *MockInterface_CreateComponentRelease_Call

CreateComponentRelease is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • cr gen.ComponentRelease

func (*MockInterface_Expecter) CreateComponentType

func (_e *MockInterface_Expecter) CreateComponentType(ctx interface{}, namespaceName interface{}, ct interface{}) *MockInterface_CreateComponentType_Call

CreateComponentType is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ct gen.ComponentType

func (*MockInterface_Expecter) CreateProjectRelease added in v1.2.0

func (_e *MockInterface_Expecter) CreateProjectRelease(ctx interface{}, namespaceName interface{}, pr interface{}) *MockInterface_CreateProjectRelease_Call

CreateProjectRelease is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • pr gen.ProjectRelease

func (*MockInterface_Expecter) CreateProjectReleaseBinding added in v1.2.0

func (_e *MockInterface_Expecter) CreateProjectReleaseBinding(ctx interface{}, namespaceName interface{}, prb interface{}) *MockInterface_CreateProjectReleaseBinding_Call

CreateProjectReleaseBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • prb gen.ProjectReleaseBinding

func (*MockInterface_Expecter) CreateProjectType added in v1.2.0

func (_e *MockInterface_Expecter) CreateProjectType(ctx interface{}, namespaceName interface{}, pt interface{}) *MockInterface_CreateProjectType_Call

CreateProjectType is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • pt gen.ProjectType

func (*MockInterface_Expecter) CreateReleaseBinding

func (_e *MockInterface_Expecter) CreateReleaseBinding(ctx interface{}, namespaceName interface{}, req interface{}) *MockInterface_CreateReleaseBinding_Call

CreateReleaseBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • req gen.ReleaseBinding

func (*MockInterface_Expecter) CreateResource

func (_e *MockInterface_Expecter) CreateResource(ctx interface{}, namespaceName interface{}, r interface{}) *MockInterface_CreateResource_Call

CreateResource is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • r gen.ResourceInstance

func (*MockInterface_Expecter) CreateResourceRelease

func (_e *MockInterface_Expecter) CreateResourceRelease(ctx interface{}, namespaceName interface{}, rr interface{}) *MockInterface_CreateResourceRelease_Call

CreateResourceRelease is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • rr gen.ResourceRelease

func (*MockInterface_Expecter) CreateResourceReleaseBinding

func (_e *MockInterface_Expecter) CreateResourceReleaseBinding(ctx interface{}, namespaceName interface{}, rrb interface{}) *MockInterface_CreateResourceReleaseBinding_Call

CreateResourceReleaseBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • rrb gen.ResourceReleaseBinding

func (*MockInterface_Expecter) CreateResourceType

func (_e *MockInterface_Expecter) CreateResourceType(ctx interface{}, namespaceName interface{}, rt interface{}) *MockInterface_CreateResourceType_Call

CreateResourceType is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • rt gen.ResourceType

func (*MockInterface_Expecter) CreateSecret

func (_e *MockInterface_Expecter) CreateSecret(ctx interface{}, namespaceName interface{}, req interface{}) *MockInterface_CreateSecret_Call

CreateSecret is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • req gen.CreateSecretRequest

func (*MockInterface_Expecter) CreateTrait

func (_e *MockInterface_Expecter) CreateTrait(ctx interface{}, namespaceName interface{}, t interface{}) *MockInterface_CreateTrait_Call

CreateTrait is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • t gen.Trait

func (*MockInterface_Expecter) CreateWorkflowRun

func (_e *MockInterface_Expecter) CreateWorkflowRun(ctx interface{}, namespace interface{}, body interface{}) *MockInterface_CreateWorkflowRun_Call

CreateWorkflowRun is a helper method to define mock.On call

  • ctx context.Context
  • namespace string
  • body gen.WorkflowRun

func (*MockInterface_Expecter) DeleteClusterComponentType

func (_e *MockInterface_Expecter) DeleteClusterComponentType(ctx interface{}, cctName interface{}) *MockInterface_DeleteClusterComponentType_Call

DeleteClusterComponentType is a helper method to define mock.On call

  • ctx context.Context
  • cctName string

func (*MockInterface_Expecter) DeleteClusterDataPlane

func (_e *MockInterface_Expecter) DeleteClusterDataPlane(ctx interface{}, cdpName interface{}) *MockInterface_DeleteClusterDataPlane_Call

DeleteClusterDataPlane is a helper method to define mock.On call

  • ctx context.Context
  • cdpName string

func (*MockInterface_Expecter) DeleteClusterObservabilityPlane

func (_e *MockInterface_Expecter) DeleteClusterObservabilityPlane(ctx interface{}, clusterObservabilityPlaneName interface{}) *MockInterface_DeleteClusterObservabilityPlane_Call

DeleteClusterObservabilityPlane is a helper method to define mock.On call

  • ctx context.Context
  • clusterObservabilityPlaneName string

func (*MockInterface_Expecter) DeleteClusterProjectType added in v1.2.0

func (_e *MockInterface_Expecter) DeleteClusterProjectType(ctx interface{}, cptName interface{}) *MockInterface_DeleteClusterProjectType_Call

DeleteClusterProjectType is a helper method to define mock.On call

  • ctx context.Context
  • cptName string

func (*MockInterface_Expecter) DeleteClusterResourceType

func (_e *MockInterface_Expecter) DeleteClusterResourceType(ctx interface{}, crtName interface{}) *MockInterface_DeleteClusterResourceType_Call

DeleteClusterResourceType is a helper method to define mock.On call

  • ctx context.Context
  • crtName string

func (*MockInterface_Expecter) DeleteClusterRole

func (_e *MockInterface_Expecter) DeleteClusterRole(ctx interface{}, name interface{}) *MockInterface_DeleteClusterRole_Call

DeleteClusterRole is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockInterface_Expecter) DeleteClusterRoleBinding

func (_e *MockInterface_Expecter) DeleteClusterRoleBinding(ctx interface{}, name interface{}) *MockInterface_DeleteClusterRoleBinding_Call

DeleteClusterRoleBinding is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockInterface_Expecter) DeleteClusterTrait

func (_e *MockInterface_Expecter) DeleteClusterTrait(ctx interface{}, clusterTraitName interface{}) *MockInterface_DeleteClusterTrait_Call

DeleteClusterTrait is a helper method to define mock.On call

  • ctx context.Context
  • clusterTraitName string

func (*MockInterface_Expecter) DeleteClusterWorkflow

func (_e *MockInterface_Expecter) DeleteClusterWorkflow(ctx interface{}, clusterWorkflowName interface{}) *MockInterface_DeleteClusterWorkflow_Call

DeleteClusterWorkflow is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowName string

func (*MockInterface_Expecter) DeleteClusterWorkflowPlane

func (_e *MockInterface_Expecter) DeleteClusterWorkflowPlane(ctx interface{}, clusterWorkflowPlaneName interface{}) *MockInterface_DeleteClusterWorkflowPlane_Call

DeleteClusterWorkflowPlane is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowPlaneName string

func (*MockInterface_Expecter) DeleteComponent

func (_e *MockInterface_Expecter) DeleteComponent(ctx interface{}, namespaceName interface{}, componentName interface{}) *MockInterface_DeleteComponent_Call

DeleteComponent is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentName string

func (*MockInterface_Expecter) DeleteComponentRelease

func (_e *MockInterface_Expecter) DeleteComponentRelease(ctx interface{}, namespaceName interface{}, componentReleaseName interface{}) *MockInterface_DeleteComponentRelease_Call

DeleteComponentRelease is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentReleaseName string

func (*MockInterface_Expecter) DeleteComponentType

func (_e *MockInterface_Expecter) DeleteComponentType(ctx interface{}, namespaceName interface{}, ctName interface{}) *MockInterface_DeleteComponentType_Call

DeleteComponentType is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ctName string

func (*MockInterface_Expecter) DeleteDataPlane

func (_e *MockInterface_Expecter) DeleteDataPlane(ctx interface{}, namespaceName interface{}, dpName interface{}) *MockInterface_DeleteDataPlane_Call

DeleteDataPlane is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • dpName string

func (*MockInterface_Expecter) DeleteDeploymentPipeline

func (_e *MockInterface_Expecter) DeleteDeploymentPipeline(ctx interface{}, namespaceName interface{}, deploymentPipelineName interface{}) *MockInterface_DeleteDeploymentPipeline_Call

DeleteDeploymentPipeline is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • deploymentPipelineName string

func (*MockInterface_Expecter) DeleteEnvironment

func (_e *MockInterface_Expecter) DeleteEnvironment(ctx interface{}, namespaceName interface{}, envName interface{}) *MockInterface_DeleteEnvironment_Call

DeleteEnvironment is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • envName string

func (*MockInterface_Expecter) DeleteNamespace

func (_e *MockInterface_Expecter) DeleteNamespace(ctx interface{}, namespaceName interface{}) *MockInterface_DeleteNamespace_Call

DeleteNamespace is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string

func (*MockInterface_Expecter) DeleteNamespaceRole

func (_e *MockInterface_Expecter) DeleteNamespaceRole(ctx interface{}, namespaceName interface{}, name interface{}) *MockInterface_DeleteNamespaceRole_Call

DeleteNamespaceRole is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • name string

func (*MockInterface_Expecter) DeleteNamespaceRoleBinding

func (_e *MockInterface_Expecter) DeleteNamespaceRoleBinding(ctx interface{}, namespaceName interface{}, name interface{}) *MockInterface_DeleteNamespaceRoleBinding_Call

DeleteNamespaceRoleBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • name string

func (*MockInterface_Expecter) DeleteObservabilityAlertsNotificationChannel

func (_e *MockInterface_Expecter) DeleteObservabilityAlertsNotificationChannel(ctx interface{}, namespaceName interface{}, channelName interface{}) *MockInterface_DeleteObservabilityAlertsNotificationChannel_Call

DeleteObservabilityAlertsNotificationChannel is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • channelName string

func (*MockInterface_Expecter) DeleteObservabilityPlane

func (_e *MockInterface_Expecter) DeleteObservabilityPlane(ctx interface{}, namespaceName interface{}, observabilityPlaneName interface{}) *MockInterface_DeleteObservabilityPlane_Call

DeleteObservabilityPlane is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • observabilityPlaneName string

func (*MockInterface_Expecter) DeleteProject

func (_e *MockInterface_Expecter) DeleteProject(ctx interface{}, namespaceName interface{}, projectName interface{}) *MockInterface_DeleteProject_Call

DeleteProject is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectName string

func (*MockInterface_Expecter) DeleteProjectRelease added in v1.2.0

func (_e *MockInterface_Expecter) DeleteProjectRelease(ctx interface{}, namespaceName interface{}, projectReleaseName interface{}) *MockInterface_DeleteProjectRelease_Call

DeleteProjectRelease is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectReleaseName string

func (*MockInterface_Expecter) DeleteProjectReleaseBinding added in v1.2.0

func (_e *MockInterface_Expecter) DeleteProjectReleaseBinding(ctx interface{}, namespaceName interface{}, bindingName interface{}) *MockInterface_DeleteProjectReleaseBinding_Call

DeleteProjectReleaseBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • bindingName string

func (*MockInterface_Expecter) DeleteProjectType added in v1.2.0

func (_e *MockInterface_Expecter) DeleteProjectType(ctx interface{}, namespaceName interface{}, ptName interface{}) *MockInterface_DeleteProjectType_Call

DeleteProjectType is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ptName string

func (*MockInterface_Expecter) DeleteReleaseBinding

func (_e *MockInterface_Expecter) DeleteReleaseBinding(ctx interface{}, namespaceName interface{}, releaseBindingName interface{}) *MockInterface_DeleteReleaseBinding_Call

DeleteReleaseBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • releaseBindingName string

func (*MockInterface_Expecter) DeleteResource

func (_e *MockInterface_Expecter) DeleteResource(ctx interface{}, namespaceName interface{}, resourceName interface{}) *MockInterface_DeleteResource_Call

DeleteResource is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceName string

func (*MockInterface_Expecter) DeleteResourceRelease

func (_e *MockInterface_Expecter) DeleteResourceRelease(ctx interface{}, namespaceName interface{}, resourceReleaseName interface{}) *MockInterface_DeleteResourceRelease_Call

DeleteResourceRelease is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceReleaseName string

func (*MockInterface_Expecter) DeleteResourceReleaseBinding

func (_e *MockInterface_Expecter) DeleteResourceReleaseBinding(ctx interface{}, namespaceName interface{}, bindingName interface{}) *MockInterface_DeleteResourceReleaseBinding_Call

DeleteResourceReleaseBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • bindingName string

func (*MockInterface_Expecter) DeleteResourceType

func (_e *MockInterface_Expecter) DeleteResourceType(ctx interface{}, namespaceName interface{}, rtName interface{}) *MockInterface_DeleteResourceType_Call

DeleteResourceType is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • rtName string

func (*MockInterface_Expecter) DeleteSecret

func (_e *MockInterface_Expecter) DeleteSecret(ctx interface{}, namespaceName interface{}, secretName interface{}) *MockInterface_DeleteSecret_Call

DeleteSecret is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • secretName string

func (*MockInterface_Expecter) DeleteSecretReference

func (_e *MockInterface_Expecter) DeleteSecretReference(ctx interface{}, namespaceName interface{}, secretReferenceName interface{}) *MockInterface_DeleteSecretReference_Call

DeleteSecretReference is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • secretReferenceName string

func (*MockInterface_Expecter) DeleteTrait

func (_e *MockInterface_Expecter) DeleteTrait(ctx interface{}, namespaceName interface{}, traitName interface{}) *MockInterface_DeleteTrait_Call

DeleteTrait is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • traitName string

func (*MockInterface_Expecter) DeleteWorkflow

func (_e *MockInterface_Expecter) DeleteWorkflow(ctx interface{}, namespaceName interface{}, workflowName interface{}) *MockInterface_DeleteWorkflow_Call

DeleteWorkflow is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowName string

func (*MockInterface_Expecter) DeleteWorkflowPlane

func (_e *MockInterface_Expecter) DeleteWorkflowPlane(ctx interface{}, namespaceName interface{}, workflowPlaneName interface{}) *MockInterface_DeleteWorkflowPlane_Call

DeleteWorkflowPlane is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowPlaneName string

func (*MockInterface_Expecter) DeleteWorkload

func (_e *MockInterface_Expecter) DeleteWorkload(ctx interface{}, namespaceName interface{}, workloadName interface{}) *MockInterface_DeleteWorkload_Call

DeleteWorkload is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workloadName string

func (*MockInterface_Expecter) GenerateRelease

func (_e *MockInterface_Expecter) GenerateRelease(ctx interface{}, namespaceName interface{}, componentName interface{}, req interface{}) *MockInterface_GenerateRelease_Call

GenerateRelease is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentName string
  • req gen.GenerateReleaseRequest

func (*MockInterface_Expecter) GetClusterComponentType

func (_e *MockInterface_Expecter) GetClusterComponentType(ctx interface{}, cctName interface{}) *MockInterface_GetClusterComponentType_Call

GetClusterComponentType is a helper method to define mock.On call

  • ctx context.Context
  • cctName string

func (*MockInterface_Expecter) GetClusterComponentTypeSchema

func (_e *MockInterface_Expecter) GetClusterComponentTypeSchema(ctx interface{}, cctName interface{}) *MockInterface_GetClusterComponentTypeSchema_Call

GetClusterComponentTypeSchema is a helper method to define mock.On call

  • ctx context.Context
  • cctName string

func (*MockInterface_Expecter) GetClusterDataPlane

func (_e *MockInterface_Expecter) GetClusterDataPlane(ctx interface{}, cdpName interface{}) *MockInterface_GetClusterDataPlane_Call

GetClusterDataPlane is a helper method to define mock.On call

  • ctx context.Context
  • cdpName string

func (*MockInterface_Expecter) GetClusterObservabilityPlane

func (_e *MockInterface_Expecter) GetClusterObservabilityPlane(ctx interface{}, clusterObservabilityPlaneName interface{}) *MockInterface_GetClusterObservabilityPlane_Call

GetClusterObservabilityPlane is a helper method to define mock.On call

  • ctx context.Context
  • clusterObservabilityPlaneName string

func (*MockInterface_Expecter) GetClusterProjectType added in v1.2.0

func (_e *MockInterface_Expecter) GetClusterProjectType(ctx interface{}, cptName interface{}) *MockInterface_GetClusterProjectType_Call

GetClusterProjectType is a helper method to define mock.On call

  • ctx context.Context
  • cptName string

func (*MockInterface_Expecter) GetClusterProjectTypeSchema added in v1.2.0

func (_e *MockInterface_Expecter) GetClusterProjectTypeSchema(ctx interface{}, cptName interface{}) *MockInterface_GetClusterProjectTypeSchema_Call

GetClusterProjectTypeSchema is a helper method to define mock.On call

  • ctx context.Context
  • cptName string

func (*MockInterface_Expecter) GetClusterResourceType

func (_e *MockInterface_Expecter) GetClusterResourceType(ctx interface{}, crtName interface{}) *MockInterface_GetClusterResourceType_Call

GetClusterResourceType is a helper method to define mock.On call

  • ctx context.Context
  • crtName string

func (*MockInterface_Expecter) GetClusterResourceTypeSchema

func (_e *MockInterface_Expecter) GetClusterResourceTypeSchema(ctx interface{}, crtName interface{}) *MockInterface_GetClusterResourceTypeSchema_Call

GetClusterResourceTypeSchema is a helper method to define mock.On call

  • ctx context.Context
  • crtName string

func (*MockInterface_Expecter) GetClusterRole

func (_e *MockInterface_Expecter) GetClusterRole(ctx interface{}, name interface{}) *MockInterface_GetClusterRole_Call

GetClusterRole is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockInterface_Expecter) GetClusterRoleBinding

func (_e *MockInterface_Expecter) GetClusterRoleBinding(ctx interface{}, name interface{}) *MockInterface_GetClusterRoleBinding_Call

GetClusterRoleBinding is a helper method to define mock.On call

  • ctx context.Context
  • name string

func (*MockInterface_Expecter) GetClusterTrait

func (_e *MockInterface_Expecter) GetClusterTrait(ctx interface{}, clusterTraitName interface{}) *MockInterface_GetClusterTrait_Call

GetClusterTrait is a helper method to define mock.On call

  • ctx context.Context
  • clusterTraitName string

func (*MockInterface_Expecter) GetClusterTraitSchema

func (_e *MockInterface_Expecter) GetClusterTraitSchema(ctx interface{}, clusterTraitName interface{}) *MockInterface_GetClusterTraitSchema_Call

GetClusterTraitSchema is a helper method to define mock.On call

  • ctx context.Context
  • clusterTraitName string

func (*MockInterface_Expecter) GetClusterWorkflow

func (_e *MockInterface_Expecter) GetClusterWorkflow(ctx interface{}, clusterWorkflowName interface{}) *MockInterface_GetClusterWorkflow_Call

GetClusterWorkflow is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowName string

func (*MockInterface_Expecter) GetClusterWorkflowPlane

func (_e *MockInterface_Expecter) GetClusterWorkflowPlane(ctx interface{}, clusterWorkflowPlaneName interface{}) *MockInterface_GetClusterWorkflowPlane_Call

GetClusterWorkflowPlane is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowPlaneName string

func (*MockInterface_Expecter) GetClusterWorkflowSchema

func (_e *MockInterface_Expecter) GetClusterWorkflowSchema(ctx interface{}, clusterWorkflowName interface{}) *MockInterface_GetClusterWorkflowSchema_Call

GetClusterWorkflowSchema is a helper method to define mock.On call

  • ctx context.Context
  • clusterWorkflowName string

func (*MockInterface_Expecter) GetComponent

func (_e *MockInterface_Expecter) GetComponent(ctx interface{}, namespaceName interface{}, componentName interface{}) *MockInterface_GetComponent_Call

GetComponent is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentName string

func (*MockInterface_Expecter) GetComponentRelease

func (_e *MockInterface_Expecter) GetComponentRelease(ctx interface{}, namespaceName interface{}, componentReleaseName interface{}) *MockInterface_GetComponentRelease_Call

GetComponentRelease is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • componentReleaseName string

func (*MockInterface_Expecter) GetComponentType

func (_e *MockInterface_Expecter) GetComponentType(ctx interface{}, namespaceName interface{}, ctName interface{}) *MockInterface_GetComponentType_Call

GetComponentType is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ctName string

func (*MockInterface_Expecter) GetComponentTypeSchema

func (_e *MockInterface_Expecter) GetComponentTypeSchema(ctx interface{}, namespaceName interface{}, ctName interface{}) *MockInterface_GetComponentTypeSchema_Call

GetComponentTypeSchema is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ctName string

func (*MockInterface_Expecter) GetDataPlane

func (_e *MockInterface_Expecter) GetDataPlane(ctx interface{}, namespaceName interface{}, dpName interface{}) *MockInterface_GetDataPlane_Call

GetDataPlane is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • dpName string

func (*MockInterface_Expecter) GetDeploymentPipeline

func (_e *MockInterface_Expecter) GetDeploymentPipeline(ctx interface{}, namespaceName interface{}, deploymentPipelineName interface{}) *MockInterface_GetDeploymentPipeline_Call

GetDeploymentPipeline is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • deploymentPipelineName string

func (*MockInterface_Expecter) GetEnvironment

func (_e *MockInterface_Expecter) GetEnvironment(ctx interface{}, namespaceName interface{}, envName interface{}) *MockInterface_GetEnvironment_Call

GetEnvironment is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • envName string

func (*MockInterface_Expecter) GetNamespace

func (_e *MockInterface_Expecter) GetNamespace(ctx interface{}, namespaceName interface{}) *MockInterface_GetNamespace_Call

GetNamespace is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string

func (*MockInterface_Expecter) GetNamespaceRole

func (_e *MockInterface_Expecter) GetNamespaceRole(ctx interface{}, namespaceName interface{}, name interface{}) *MockInterface_GetNamespaceRole_Call

GetNamespaceRole is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • name string

func (*MockInterface_Expecter) GetNamespaceRoleBinding

func (_e *MockInterface_Expecter) GetNamespaceRoleBinding(ctx interface{}, namespaceName interface{}, name interface{}) *MockInterface_GetNamespaceRoleBinding_Call

GetNamespaceRoleBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • name string

func (*MockInterface_Expecter) GetObservabilityAlertsNotificationChannel

func (_e *MockInterface_Expecter) GetObservabilityAlertsNotificationChannel(ctx interface{}, namespaceName interface{}, channelName interface{}) *MockInterface_GetObservabilityAlertsNotificationChannel_Call

GetObservabilityAlertsNotificationChannel is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • channelName string

func (*MockInterface_Expecter) GetObservabilityPlane

func (_e *MockInterface_Expecter) GetObservabilityPlane(ctx interface{}, namespaceName interface{}, observabilityPlaneName interface{}) *MockInterface_GetObservabilityPlane_Call

GetObservabilityPlane is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • observabilityPlaneName string

func (*MockInterface_Expecter) GetProject

func (_e *MockInterface_Expecter) GetProject(ctx interface{}, namespaceName interface{}, projectName interface{}) *MockInterface_GetProject_Call

GetProject is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectName string

func (*MockInterface_Expecter) GetProjectDeploymentPipeline

func (_e *MockInterface_Expecter) GetProjectDeploymentPipeline(ctx interface{}, namespaceName interface{}, projectName interface{}) *MockInterface_GetProjectDeploymentPipeline_Call

GetProjectDeploymentPipeline is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectName string

func (*MockInterface_Expecter) GetProjectRelease added in v1.2.0

func (_e *MockInterface_Expecter) GetProjectRelease(ctx interface{}, namespaceName interface{}, projectReleaseName interface{}) *MockInterface_GetProjectRelease_Call

GetProjectRelease is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectReleaseName string

func (*MockInterface_Expecter) GetProjectReleaseBinding added in v1.2.0

func (_e *MockInterface_Expecter) GetProjectReleaseBinding(ctx interface{}, namespaceName interface{}, bindingName interface{}) *MockInterface_GetProjectReleaseBinding_Call

GetProjectReleaseBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • bindingName string

func (*MockInterface_Expecter) GetProjectType added in v1.2.0

func (_e *MockInterface_Expecter) GetProjectType(ctx interface{}, namespaceName interface{}, ptName interface{}) *MockInterface_GetProjectType_Call

GetProjectType is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ptName string

func (*MockInterface_Expecter) GetProjectTypeSchema added in v1.2.0

func (_e *MockInterface_Expecter) GetProjectTypeSchema(ctx interface{}, namespaceName interface{}, ptName interface{}) *MockInterface_GetProjectTypeSchema_Call

GetProjectTypeSchema is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ptName string

func (*MockInterface_Expecter) GetReleaseBinding

func (_e *MockInterface_Expecter) GetReleaseBinding(ctx interface{}, namespaceName interface{}, releaseBindingName interface{}) *MockInterface_GetReleaseBinding_Call

GetReleaseBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • releaseBindingName string

func (*MockInterface_Expecter) GetResource

func (_e *MockInterface_Expecter) GetResource(ctx interface{}, namespaceName interface{}, resourceName interface{}) *MockInterface_GetResource_Call

GetResource is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceName string

func (*MockInterface_Expecter) GetResourceRelease

func (_e *MockInterface_Expecter) GetResourceRelease(ctx interface{}, namespaceName interface{}, resourceReleaseName interface{}) *MockInterface_GetResourceRelease_Call

GetResourceRelease is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceReleaseName string

func (*MockInterface_Expecter) GetResourceReleaseBinding

func (_e *MockInterface_Expecter) GetResourceReleaseBinding(ctx interface{}, namespaceName interface{}, bindingName interface{}) *MockInterface_GetResourceReleaseBinding_Call

GetResourceReleaseBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • bindingName string

func (*MockInterface_Expecter) GetResourceType

func (_e *MockInterface_Expecter) GetResourceType(ctx interface{}, namespaceName interface{}, rtName interface{}) *MockInterface_GetResourceType_Call

GetResourceType is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • rtName string

func (*MockInterface_Expecter) GetResourceTypeSchema

func (_e *MockInterface_Expecter) GetResourceTypeSchema(ctx interface{}, namespaceName interface{}, rtName interface{}) *MockInterface_GetResourceTypeSchema_Call

GetResourceTypeSchema is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • rtName string

func (*MockInterface_Expecter) GetSecret

func (_e *MockInterface_Expecter) GetSecret(ctx interface{}, namespaceName interface{}, secretName interface{}) *MockInterface_GetSecret_Call

GetSecret is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • secretName string

func (*MockInterface_Expecter) GetSecretReference

func (_e *MockInterface_Expecter) GetSecretReference(ctx interface{}, namespaceName interface{}, secretReferenceName interface{}) *MockInterface_GetSecretReference_Call

GetSecretReference is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • secretReferenceName string

func (*MockInterface_Expecter) GetTrait

func (_e *MockInterface_Expecter) GetTrait(ctx interface{}, namespaceName interface{}, traitName interface{}) *MockInterface_GetTrait_Call

GetTrait is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • traitName string

func (*MockInterface_Expecter) GetTraitSchema

func (_e *MockInterface_Expecter) GetTraitSchema(ctx interface{}, namespaceName interface{}, traitName interface{}) *MockInterface_GetTraitSchema_Call

GetTraitSchema is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • traitName string

func (*MockInterface_Expecter) GetWorkflow

func (_e *MockInterface_Expecter) GetWorkflow(ctx interface{}, namespaceName interface{}, workflowName interface{}) *MockInterface_GetWorkflow_Call

GetWorkflow is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowName string

func (*MockInterface_Expecter) GetWorkflowPlane

func (_e *MockInterface_Expecter) GetWorkflowPlane(ctx interface{}, namespaceName interface{}, workflowPlaneName interface{}) *MockInterface_GetWorkflowPlane_Call

GetWorkflowPlane is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowPlaneName string

func (*MockInterface_Expecter) GetWorkflowRun

func (_e *MockInterface_Expecter) GetWorkflowRun(ctx interface{}, namespaceName interface{}, runName interface{}) *MockInterface_GetWorkflowRun_Call

GetWorkflowRun is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • runName string

func (*MockInterface_Expecter) GetWorkflowRunLogs

func (_e *MockInterface_Expecter) GetWorkflowRunLogs(ctx interface{}, namespaceName interface{}, runName interface{}, params interface{}) *MockInterface_GetWorkflowRunLogs_Call

GetWorkflowRunLogs is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • runName string
  • params *gen.GetWorkflowRunLogsParams

func (*MockInterface_Expecter) GetWorkflowRunStatus

func (_e *MockInterface_Expecter) GetWorkflowRunStatus(ctx interface{}, namespaceName interface{}, runName interface{}) *MockInterface_GetWorkflowRunStatus_Call

GetWorkflowRunStatus is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • runName string

func (*MockInterface_Expecter) GetWorkflowSchema

func (_e *MockInterface_Expecter) GetWorkflowSchema(ctx interface{}, namespaceName interface{}, workflowName interface{}) *MockInterface_GetWorkflowSchema_Call

GetWorkflowSchema is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workflowName string

func (*MockInterface_Expecter) GetWorkload

func (_e *MockInterface_Expecter) GetWorkload(ctx interface{}, namespaceName interface{}, workloadName interface{}) *MockInterface_GetWorkload_Call

GetWorkload is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • workloadName string

func (*MockInterface_Expecter) ListClusterComponentTypes

func (_e *MockInterface_Expecter) ListClusterComponentTypes(ctx interface{}, params interface{}) *MockInterface_ListClusterComponentTypes_Call

ListClusterComponentTypes is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterComponentTypesParams

func (*MockInterface_Expecter) ListClusterDataPlanes

func (_e *MockInterface_Expecter) ListClusterDataPlanes(ctx interface{}, params interface{}) *MockInterface_ListClusterDataPlanes_Call

ListClusterDataPlanes is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterDataPlanesParams

func (*MockInterface_Expecter) ListClusterObservabilityPlanes

func (_e *MockInterface_Expecter) ListClusterObservabilityPlanes(ctx interface{}, params interface{}) *MockInterface_ListClusterObservabilityPlanes_Call

ListClusterObservabilityPlanes is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterObservabilityPlanesParams

func (*MockInterface_Expecter) ListClusterProjectTypes added in v1.2.0

func (_e *MockInterface_Expecter) ListClusterProjectTypes(ctx interface{}, params interface{}) *MockInterface_ListClusterProjectTypes_Call

ListClusterProjectTypes is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterProjectTypesParams

func (*MockInterface_Expecter) ListClusterResourceTypes

func (_e *MockInterface_Expecter) ListClusterResourceTypes(ctx interface{}, params interface{}) *MockInterface_ListClusterResourceTypes_Call

ListClusterResourceTypes is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterResourceTypesParams

func (*MockInterface_Expecter) ListClusterRoleBindings

func (_e *MockInterface_Expecter) ListClusterRoleBindings(ctx interface{}, params interface{}) *MockInterface_ListClusterRoleBindings_Call

ListClusterRoleBindings is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterRoleBindingsParams

func (*MockInterface_Expecter) ListClusterRoles

func (_e *MockInterface_Expecter) ListClusterRoles(ctx interface{}, params interface{}) *MockInterface_ListClusterRoles_Call

ListClusterRoles is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterRolesParams

func (*MockInterface_Expecter) ListClusterTraits

func (_e *MockInterface_Expecter) ListClusterTraits(ctx interface{}, params interface{}) *MockInterface_ListClusterTraits_Call

ListClusterTraits is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterTraitsParams

func (*MockInterface_Expecter) ListClusterWorkflowPlanes

func (_e *MockInterface_Expecter) ListClusterWorkflowPlanes(ctx interface{}, params interface{}) *MockInterface_ListClusterWorkflowPlanes_Call

ListClusterWorkflowPlanes is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterWorkflowPlanesParams

func (*MockInterface_Expecter) ListClusterWorkflows

func (_e *MockInterface_Expecter) ListClusterWorkflows(ctx interface{}, params interface{}) *MockInterface_ListClusterWorkflows_Call

ListClusterWorkflows is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListClusterWorkflowsParams

func (*MockInterface_Expecter) ListComponentReleases

func (_e *MockInterface_Expecter) ListComponentReleases(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListComponentReleases_Call

ListComponentReleases is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListComponentReleasesParams

func (*MockInterface_Expecter) ListComponentTypes

func (_e *MockInterface_Expecter) ListComponentTypes(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListComponentTypes_Call

ListComponentTypes is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListComponentTypesParams

func (*MockInterface_Expecter) ListComponents

func (_e *MockInterface_Expecter) ListComponents(ctx interface{}, namespaceName interface{}, projectName interface{}, params interface{}) *MockInterface_ListComponents_Call

ListComponents is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • projectName string
  • params *gen.ListComponentsParams

func (*MockInterface_Expecter) ListDataPlanes

func (_e *MockInterface_Expecter) ListDataPlanes(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListDataPlanes_Call

ListDataPlanes is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListDataPlanesParams

func (*MockInterface_Expecter) ListDeploymentPipelines

func (_e *MockInterface_Expecter) ListDeploymentPipelines(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListDeploymentPipelines_Call

ListDeploymentPipelines is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListDeploymentPipelinesParams

func (*MockInterface_Expecter) ListEnvironments

func (_e *MockInterface_Expecter) ListEnvironments(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListEnvironments_Call

ListEnvironments is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListEnvironmentsParams

func (*MockInterface_Expecter) ListNamespaceRoleBindings

func (_e *MockInterface_Expecter) ListNamespaceRoleBindings(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListNamespaceRoleBindings_Call

ListNamespaceRoleBindings is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListNamespaceRoleBindingsParams

func (*MockInterface_Expecter) ListNamespaceRoles

func (_e *MockInterface_Expecter) ListNamespaceRoles(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListNamespaceRoles_Call

ListNamespaceRoles is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListNamespaceRolesParams

func (*MockInterface_Expecter) ListNamespaces

func (_e *MockInterface_Expecter) ListNamespaces(ctx interface{}, params interface{}) *MockInterface_ListNamespaces_Call

ListNamespaces is a helper method to define mock.On call

  • ctx context.Context
  • params *gen.ListNamespacesParams

func (*MockInterface_Expecter) ListObservabilityAlertsNotificationChannels

func (_e *MockInterface_Expecter) ListObservabilityAlertsNotificationChannels(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListObservabilityAlertsNotificationChannels_Call

ListObservabilityAlertsNotificationChannels is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListObservabilityAlertsNotificationChannelsParams

func (*MockInterface_Expecter) ListObservabilityPlanes

func (_e *MockInterface_Expecter) ListObservabilityPlanes(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListObservabilityPlanes_Call

ListObservabilityPlanes is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListObservabilityPlanesParams

func (*MockInterface_Expecter) ListProjectReleaseBindings added in v1.2.0

func (_e *MockInterface_Expecter) ListProjectReleaseBindings(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListProjectReleaseBindings_Call

ListProjectReleaseBindings is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListProjectReleaseBindingsParams

func (*MockInterface_Expecter) ListProjectReleases added in v1.2.0

func (_e *MockInterface_Expecter) ListProjectReleases(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListProjectReleases_Call

ListProjectReleases is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListProjectReleasesParams

func (*MockInterface_Expecter) ListProjectTypes added in v1.2.0

func (_e *MockInterface_Expecter) ListProjectTypes(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListProjectTypes_Call

ListProjectTypes is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListProjectTypesParams

func (*MockInterface_Expecter) ListProjects

func (_e *MockInterface_Expecter) ListProjects(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListProjects_Call

ListProjects is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListProjectsParams

func (*MockInterface_Expecter) ListReleaseBindings

func (_e *MockInterface_Expecter) ListReleaseBindings(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListReleaseBindings_Call

ListReleaseBindings is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListReleaseBindingsParams

func (*MockInterface_Expecter) ListResourceReleaseBindings

func (_e *MockInterface_Expecter) ListResourceReleaseBindings(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListResourceReleaseBindings_Call

ListResourceReleaseBindings is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListResourceReleaseBindingsParams

func (*MockInterface_Expecter) ListResourceReleases

func (_e *MockInterface_Expecter) ListResourceReleases(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListResourceReleases_Call

ListResourceReleases is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListResourceReleasesParams

func (*MockInterface_Expecter) ListResourceTypes

func (_e *MockInterface_Expecter) ListResourceTypes(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListResourceTypes_Call

ListResourceTypes is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListResourceTypesParams

func (*MockInterface_Expecter) ListResources

func (_e *MockInterface_Expecter) ListResources(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListResources_Call

ListResources is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListResourcesParams

func (*MockInterface_Expecter) ListSecretReferences

func (_e *MockInterface_Expecter) ListSecretReferences(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListSecretReferences_Call

ListSecretReferences is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListSecretReferencesParams

func (*MockInterface_Expecter) ListSecrets

func (_e *MockInterface_Expecter) ListSecrets(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListSecrets_Call

ListSecrets is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListSecretsParams

func (*MockInterface_Expecter) ListTraits

func (_e *MockInterface_Expecter) ListTraits(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListTraits_Call

ListTraits is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListTraitsParams

func (*MockInterface_Expecter) ListWorkflowPlanes

func (_e *MockInterface_Expecter) ListWorkflowPlanes(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListWorkflowPlanes_Call

ListWorkflowPlanes is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListWorkflowPlanesParams

func (*MockInterface_Expecter) ListWorkflowRuns

func (_e *MockInterface_Expecter) ListWorkflowRuns(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListWorkflowRuns_Call

ListWorkflowRuns is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListWorkflowRunsParams

func (*MockInterface_Expecter) ListWorkflows

func (_e *MockInterface_Expecter) ListWorkflows(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListWorkflows_Call

ListWorkflows is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListWorkflowsParams

func (*MockInterface_Expecter) ListWorkloads

func (_e *MockInterface_Expecter) ListWorkloads(ctx interface{}, namespaceName interface{}, params interface{}) *MockInterface_ListWorkloads_Call

ListWorkloads is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • params *gen.ListWorkloadsParams

func (*MockInterface_Expecter) UpdateClusterProjectType added in v1.2.0

func (_e *MockInterface_Expecter) UpdateClusterProjectType(ctx interface{}, cptName interface{}, cpt interface{}) *MockInterface_UpdateClusterProjectType_Call

UpdateClusterProjectType is a helper method to define mock.On call

  • ctx context.Context
  • cptName string
  • cpt gen.ClusterProjectType

func (*MockInterface_Expecter) UpdateClusterResourceType

func (_e *MockInterface_Expecter) UpdateClusterResourceType(ctx interface{}, crtName interface{}, crt interface{}) *MockInterface_UpdateClusterResourceType_Call

UpdateClusterResourceType is a helper method to define mock.On call

  • ctx context.Context
  • crtName string
  • crt gen.ClusterResourceType

func (*MockInterface_Expecter) UpdateComponentType

func (_e *MockInterface_Expecter) UpdateComponentType(ctx interface{}, namespaceName interface{}, ctName interface{}, ct interface{}) *MockInterface_UpdateComponentType_Call

UpdateComponentType is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ctName string
  • ct gen.ComponentType

func (*MockInterface_Expecter) UpdateProjectReleaseBinding added in v1.2.0

func (_e *MockInterface_Expecter) UpdateProjectReleaseBinding(ctx interface{}, namespaceName interface{}, bindingName interface{}, prb interface{}) *MockInterface_UpdateProjectReleaseBinding_Call

UpdateProjectReleaseBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • bindingName string
  • prb gen.ProjectReleaseBinding

func (*MockInterface_Expecter) UpdateProjectType added in v1.2.0

func (_e *MockInterface_Expecter) UpdateProjectType(ctx interface{}, namespaceName interface{}, ptName interface{}, pt interface{}) *MockInterface_UpdateProjectType_Call

UpdateProjectType is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • ptName string
  • pt gen.ProjectType

func (*MockInterface_Expecter) UpdateReleaseBinding

func (_e *MockInterface_Expecter) UpdateReleaseBinding(ctx interface{}, namespaceName interface{}, bindingName interface{}, req interface{}) *MockInterface_UpdateReleaseBinding_Call

UpdateReleaseBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • bindingName string
  • req gen.ReleaseBinding

func (*MockInterface_Expecter) UpdateResource

func (_e *MockInterface_Expecter) UpdateResource(ctx interface{}, namespaceName interface{}, resourceName interface{}, r interface{}) *MockInterface_UpdateResource_Call

UpdateResource is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • resourceName string
  • r gen.ResourceInstance

func (*MockInterface_Expecter) UpdateResourceReleaseBinding

func (_e *MockInterface_Expecter) UpdateResourceReleaseBinding(ctx interface{}, namespaceName interface{}, bindingName interface{}, rrb interface{}) *MockInterface_UpdateResourceReleaseBinding_Call

UpdateResourceReleaseBinding is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • bindingName string
  • rrb gen.ResourceReleaseBinding

func (*MockInterface_Expecter) UpdateResourceType

func (_e *MockInterface_Expecter) UpdateResourceType(ctx interface{}, namespaceName interface{}, rtName interface{}, rt interface{}) *MockInterface_UpdateResourceType_Call

UpdateResourceType is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • rtName string
  • rt gen.ResourceType

func (*MockInterface_Expecter) UpdateSecret

func (_e *MockInterface_Expecter) UpdateSecret(ctx interface{}, namespaceName interface{}, secretName interface{}, req interface{}) *MockInterface_UpdateSecret_Call

UpdateSecret is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • secretName string
  • req gen.UpdateSecretRequest

func (*MockInterface_Expecter) UpdateTrait

func (_e *MockInterface_Expecter) UpdateTrait(ctx interface{}, namespaceName interface{}, traitName interface{}, t interface{}) *MockInterface_UpdateTrait_Call

UpdateTrait is a helper method to define mock.On call

  • ctx context.Context
  • namespaceName string
  • traitName string
  • t gen.Trait

type MockInterface_GenerateRelease_Call

type MockInterface_GenerateRelease_Call struct {
	*mock.Call
}

MockInterface_GenerateRelease_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GenerateRelease'

func (*MockInterface_GenerateRelease_Call) Return

func (*MockInterface_GenerateRelease_Call) Run

type MockInterface_GetClusterComponentTypeSchema_Call

type MockInterface_GetClusterComponentTypeSchema_Call struct {
	*mock.Call
}

MockInterface_GetClusterComponentTypeSchema_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterComponentTypeSchema'

func (*MockInterface_GetClusterComponentTypeSchema_Call) Return

func (*MockInterface_GetClusterComponentTypeSchema_Call) Run

func (*MockInterface_GetClusterComponentTypeSchema_Call) RunAndReturn

type MockInterface_GetClusterComponentType_Call

type MockInterface_GetClusterComponentType_Call struct {
	*mock.Call
}

MockInterface_GetClusterComponentType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterComponentType'

func (*MockInterface_GetClusterComponentType_Call) Return

func (*MockInterface_GetClusterComponentType_Call) Run

func (*MockInterface_GetClusterComponentType_Call) RunAndReturn

type MockInterface_GetClusterDataPlane_Call

type MockInterface_GetClusterDataPlane_Call struct {
	*mock.Call
}

MockInterface_GetClusterDataPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterDataPlane'

func (*MockInterface_GetClusterDataPlane_Call) Return

func (*MockInterface_GetClusterDataPlane_Call) Run

func (*MockInterface_GetClusterDataPlane_Call) RunAndReturn

type MockInterface_GetClusterObservabilityPlane_Call

type MockInterface_GetClusterObservabilityPlane_Call struct {
	*mock.Call
}

MockInterface_GetClusterObservabilityPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterObservabilityPlane'

func (*MockInterface_GetClusterObservabilityPlane_Call) Return

func (*MockInterface_GetClusterObservabilityPlane_Call) Run

func (*MockInterface_GetClusterObservabilityPlane_Call) RunAndReturn

type MockInterface_GetClusterProjectTypeSchema_Call added in v1.2.0

type MockInterface_GetClusterProjectTypeSchema_Call struct {
	*mock.Call
}

MockInterface_GetClusterProjectTypeSchema_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterProjectTypeSchema'

func (*MockInterface_GetClusterProjectTypeSchema_Call) Return added in v1.2.0

func (*MockInterface_GetClusterProjectTypeSchema_Call) Run added in v1.2.0

func (*MockInterface_GetClusterProjectTypeSchema_Call) RunAndReturn added in v1.2.0

type MockInterface_GetClusterProjectType_Call added in v1.2.0

type MockInterface_GetClusterProjectType_Call struct {
	*mock.Call
}

MockInterface_GetClusterProjectType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterProjectType'

func (*MockInterface_GetClusterProjectType_Call) Return added in v1.2.0

func (*MockInterface_GetClusterProjectType_Call) Run added in v1.2.0

func (*MockInterface_GetClusterProjectType_Call) RunAndReturn added in v1.2.0

type MockInterface_GetClusterResourceTypeSchema_Call

type MockInterface_GetClusterResourceTypeSchema_Call struct {
	*mock.Call
}

MockInterface_GetClusterResourceTypeSchema_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterResourceTypeSchema'

func (*MockInterface_GetClusterResourceTypeSchema_Call) Return

func (*MockInterface_GetClusterResourceTypeSchema_Call) Run

func (*MockInterface_GetClusterResourceTypeSchema_Call) RunAndReturn

type MockInterface_GetClusterResourceType_Call

type MockInterface_GetClusterResourceType_Call struct {
	*mock.Call
}

MockInterface_GetClusterResourceType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterResourceType'

func (*MockInterface_GetClusterResourceType_Call) Return

func (*MockInterface_GetClusterResourceType_Call) Run

func (*MockInterface_GetClusterResourceType_Call) RunAndReturn

type MockInterface_GetClusterRoleBinding_Call

type MockInterface_GetClusterRoleBinding_Call struct {
	*mock.Call
}

MockInterface_GetClusterRoleBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterRoleBinding'

func (*MockInterface_GetClusterRoleBinding_Call) Return

func (*MockInterface_GetClusterRoleBinding_Call) Run

func (*MockInterface_GetClusterRoleBinding_Call) RunAndReturn

type MockInterface_GetClusterRole_Call

type MockInterface_GetClusterRole_Call struct {
	*mock.Call
}

MockInterface_GetClusterRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterRole'

func (*MockInterface_GetClusterRole_Call) Return

func (*MockInterface_GetClusterRole_Call) Run

func (*MockInterface_GetClusterRole_Call) RunAndReturn

type MockInterface_GetClusterTraitSchema_Call

type MockInterface_GetClusterTraitSchema_Call struct {
	*mock.Call
}

MockInterface_GetClusterTraitSchema_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterTraitSchema'

func (*MockInterface_GetClusterTraitSchema_Call) Return

func (*MockInterface_GetClusterTraitSchema_Call) Run

func (*MockInterface_GetClusterTraitSchema_Call) RunAndReturn

type MockInterface_GetClusterTrait_Call

type MockInterface_GetClusterTrait_Call struct {
	*mock.Call
}

MockInterface_GetClusterTrait_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterTrait'

func (*MockInterface_GetClusterTrait_Call) Return

func (*MockInterface_GetClusterTrait_Call) Run

func (*MockInterface_GetClusterTrait_Call) RunAndReturn

type MockInterface_GetClusterWorkflowPlane_Call

type MockInterface_GetClusterWorkflowPlane_Call struct {
	*mock.Call
}

MockInterface_GetClusterWorkflowPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterWorkflowPlane'

func (*MockInterface_GetClusterWorkflowPlane_Call) Return

func (*MockInterface_GetClusterWorkflowPlane_Call) Run

func (*MockInterface_GetClusterWorkflowPlane_Call) RunAndReturn

type MockInterface_GetClusterWorkflowSchema_Call

type MockInterface_GetClusterWorkflowSchema_Call struct {
	*mock.Call
}

MockInterface_GetClusterWorkflowSchema_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterWorkflowSchema'

func (*MockInterface_GetClusterWorkflowSchema_Call) Return

func (*MockInterface_GetClusterWorkflowSchema_Call) Run

func (*MockInterface_GetClusterWorkflowSchema_Call) RunAndReturn

type MockInterface_GetClusterWorkflow_Call

type MockInterface_GetClusterWorkflow_Call struct {
	*mock.Call
}

MockInterface_GetClusterWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClusterWorkflow'

func (*MockInterface_GetClusterWorkflow_Call) Return

func (*MockInterface_GetClusterWorkflow_Call) Run

func (*MockInterface_GetClusterWorkflow_Call) RunAndReturn

type MockInterface_GetComponentRelease_Call

type MockInterface_GetComponentRelease_Call struct {
	*mock.Call
}

MockInterface_GetComponentRelease_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetComponentRelease'

func (*MockInterface_GetComponentRelease_Call) Return

func (*MockInterface_GetComponentRelease_Call) Run

func (_c *MockInterface_GetComponentRelease_Call) Run(run func(ctx context.Context, namespaceName string, componentReleaseName string)) *MockInterface_GetComponentRelease_Call

func (*MockInterface_GetComponentRelease_Call) RunAndReturn

type MockInterface_GetComponentTypeSchema_Call

type MockInterface_GetComponentTypeSchema_Call struct {
	*mock.Call
}

MockInterface_GetComponentTypeSchema_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetComponentTypeSchema'

func (*MockInterface_GetComponentTypeSchema_Call) Return

func (*MockInterface_GetComponentTypeSchema_Call) Run

func (*MockInterface_GetComponentTypeSchema_Call) RunAndReturn

type MockInterface_GetComponentType_Call

type MockInterface_GetComponentType_Call struct {
	*mock.Call
}

MockInterface_GetComponentType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetComponentType'

func (*MockInterface_GetComponentType_Call) Return

func (*MockInterface_GetComponentType_Call) Run

func (*MockInterface_GetComponentType_Call) RunAndReturn

type MockInterface_GetComponent_Call

type MockInterface_GetComponent_Call struct {
	*mock.Call
}

MockInterface_GetComponent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetComponent'

func (*MockInterface_GetComponent_Call) Return

func (*MockInterface_GetComponent_Call) Run

func (_c *MockInterface_GetComponent_Call) Run(run func(ctx context.Context, namespaceName string, componentName string)) *MockInterface_GetComponent_Call

func (*MockInterface_GetComponent_Call) RunAndReturn

type MockInterface_GetDataPlane_Call

type MockInterface_GetDataPlane_Call struct {
	*mock.Call
}

MockInterface_GetDataPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDataPlane'

func (*MockInterface_GetDataPlane_Call) Return

func (*MockInterface_GetDataPlane_Call) Run

func (_c *MockInterface_GetDataPlane_Call) Run(run func(ctx context.Context, namespaceName string, dpName string)) *MockInterface_GetDataPlane_Call

func (*MockInterface_GetDataPlane_Call) RunAndReturn

type MockInterface_GetDeploymentPipeline_Call

type MockInterface_GetDeploymentPipeline_Call struct {
	*mock.Call
}

MockInterface_GetDeploymentPipeline_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDeploymentPipeline'

func (*MockInterface_GetDeploymentPipeline_Call) Return

func (*MockInterface_GetDeploymentPipeline_Call) Run

func (_c *MockInterface_GetDeploymentPipeline_Call) Run(run func(ctx context.Context, namespaceName string, deploymentPipelineName string)) *MockInterface_GetDeploymentPipeline_Call

func (*MockInterface_GetDeploymentPipeline_Call) RunAndReturn

type MockInterface_GetEnvironment_Call

type MockInterface_GetEnvironment_Call struct {
	*mock.Call
}

MockInterface_GetEnvironment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEnvironment'

func (*MockInterface_GetEnvironment_Call) Return

func (*MockInterface_GetEnvironment_Call) Run

func (_c *MockInterface_GetEnvironment_Call) Run(run func(ctx context.Context, namespaceName string, envName string)) *MockInterface_GetEnvironment_Call

func (*MockInterface_GetEnvironment_Call) RunAndReturn

type MockInterface_GetNamespaceRoleBinding_Call

type MockInterface_GetNamespaceRoleBinding_Call struct {
	*mock.Call
}

MockInterface_GetNamespaceRoleBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNamespaceRoleBinding'

func (*MockInterface_GetNamespaceRoleBinding_Call) Return

func (*MockInterface_GetNamespaceRoleBinding_Call) Run

func (*MockInterface_GetNamespaceRoleBinding_Call) RunAndReturn

type MockInterface_GetNamespaceRole_Call

type MockInterface_GetNamespaceRole_Call struct {
	*mock.Call
}

MockInterface_GetNamespaceRole_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNamespaceRole'

func (*MockInterface_GetNamespaceRole_Call) Return

func (*MockInterface_GetNamespaceRole_Call) Run

func (*MockInterface_GetNamespaceRole_Call) RunAndReturn

type MockInterface_GetNamespace_Call

type MockInterface_GetNamespace_Call struct {
	*mock.Call
}

MockInterface_GetNamespace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNamespace'

func (*MockInterface_GetNamespace_Call) Return

func (*MockInterface_GetNamespace_Call) Run

func (*MockInterface_GetNamespace_Call) RunAndReturn

type MockInterface_GetObservabilityAlertsNotificationChannel_Call

type MockInterface_GetObservabilityAlertsNotificationChannel_Call struct {
	*mock.Call
}

MockInterface_GetObservabilityAlertsNotificationChannel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObservabilityAlertsNotificationChannel'

func (*MockInterface_GetObservabilityAlertsNotificationChannel_Call) Run

type MockInterface_GetObservabilityPlane_Call

type MockInterface_GetObservabilityPlane_Call struct {
	*mock.Call
}

MockInterface_GetObservabilityPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetObservabilityPlane'

func (*MockInterface_GetObservabilityPlane_Call) Return

func (*MockInterface_GetObservabilityPlane_Call) Run

func (_c *MockInterface_GetObservabilityPlane_Call) Run(run func(ctx context.Context, namespaceName string, observabilityPlaneName string)) *MockInterface_GetObservabilityPlane_Call

func (*MockInterface_GetObservabilityPlane_Call) RunAndReturn

type MockInterface_GetProjectDeploymentPipeline_Call

type MockInterface_GetProjectDeploymentPipeline_Call struct {
	*mock.Call
}

MockInterface_GetProjectDeploymentPipeline_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectDeploymentPipeline'

func (*MockInterface_GetProjectDeploymentPipeline_Call) Return

func (*MockInterface_GetProjectDeploymentPipeline_Call) Run

func (*MockInterface_GetProjectDeploymentPipeline_Call) RunAndReturn

type MockInterface_GetProjectReleaseBinding_Call added in v1.2.0

type MockInterface_GetProjectReleaseBinding_Call struct {
	*mock.Call
}

MockInterface_GetProjectReleaseBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectReleaseBinding'

func (*MockInterface_GetProjectReleaseBinding_Call) Return added in v1.2.0

func (*MockInterface_GetProjectReleaseBinding_Call) Run added in v1.2.0

func (*MockInterface_GetProjectReleaseBinding_Call) RunAndReturn added in v1.2.0

type MockInterface_GetProjectRelease_Call added in v1.2.0

type MockInterface_GetProjectRelease_Call struct {
	*mock.Call
}

MockInterface_GetProjectRelease_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectRelease'

func (*MockInterface_GetProjectRelease_Call) Return added in v1.2.0

func (*MockInterface_GetProjectRelease_Call) Run added in v1.2.0

func (_c *MockInterface_GetProjectRelease_Call) Run(run func(ctx context.Context, namespaceName string, projectReleaseName string)) *MockInterface_GetProjectRelease_Call

func (*MockInterface_GetProjectRelease_Call) RunAndReturn added in v1.2.0

type MockInterface_GetProjectTypeSchema_Call added in v1.2.0

type MockInterface_GetProjectTypeSchema_Call struct {
	*mock.Call
}

MockInterface_GetProjectTypeSchema_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectTypeSchema'

func (*MockInterface_GetProjectTypeSchema_Call) Return added in v1.2.0

func (*MockInterface_GetProjectTypeSchema_Call) Run added in v1.2.0

func (*MockInterface_GetProjectTypeSchema_Call) RunAndReturn added in v1.2.0

type MockInterface_GetProjectType_Call added in v1.2.0

type MockInterface_GetProjectType_Call struct {
	*mock.Call
}

MockInterface_GetProjectType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectType'

func (*MockInterface_GetProjectType_Call) Return added in v1.2.0

func (*MockInterface_GetProjectType_Call) Run added in v1.2.0

func (*MockInterface_GetProjectType_Call) RunAndReturn added in v1.2.0

type MockInterface_GetProject_Call

type MockInterface_GetProject_Call struct {
	*mock.Call
}

MockInterface_GetProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProject'

func (*MockInterface_GetProject_Call) Return

func (*MockInterface_GetProject_Call) Run

func (_c *MockInterface_GetProject_Call) Run(run func(ctx context.Context, namespaceName string, projectName string)) *MockInterface_GetProject_Call

func (*MockInterface_GetProject_Call) RunAndReturn

type MockInterface_GetReleaseBinding_Call

type MockInterface_GetReleaseBinding_Call struct {
	*mock.Call
}

MockInterface_GetReleaseBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetReleaseBinding'

func (*MockInterface_GetReleaseBinding_Call) Return

func (*MockInterface_GetReleaseBinding_Call) Run

func (_c *MockInterface_GetReleaseBinding_Call) Run(run func(ctx context.Context, namespaceName string, releaseBindingName string)) *MockInterface_GetReleaseBinding_Call

func (*MockInterface_GetReleaseBinding_Call) RunAndReturn

type MockInterface_GetResourceReleaseBinding_Call

type MockInterface_GetResourceReleaseBinding_Call struct {
	*mock.Call
}

MockInterface_GetResourceReleaseBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetResourceReleaseBinding'

func (*MockInterface_GetResourceReleaseBinding_Call) Return

func (*MockInterface_GetResourceReleaseBinding_Call) Run

func (*MockInterface_GetResourceReleaseBinding_Call) RunAndReturn

type MockInterface_GetResourceRelease_Call

type MockInterface_GetResourceRelease_Call struct {
	*mock.Call
}

MockInterface_GetResourceRelease_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetResourceRelease'

func (*MockInterface_GetResourceRelease_Call) Return

func (*MockInterface_GetResourceRelease_Call) Run

func (_c *MockInterface_GetResourceRelease_Call) Run(run func(ctx context.Context, namespaceName string, resourceReleaseName string)) *MockInterface_GetResourceRelease_Call

func (*MockInterface_GetResourceRelease_Call) RunAndReturn

type MockInterface_GetResourceTypeSchema_Call

type MockInterface_GetResourceTypeSchema_Call struct {
	*mock.Call
}

MockInterface_GetResourceTypeSchema_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetResourceTypeSchema'

func (*MockInterface_GetResourceTypeSchema_Call) Return

func (*MockInterface_GetResourceTypeSchema_Call) Run

func (*MockInterface_GetResourceTypeSchema_Call) RunAndReturn

type MockInterface_GetResourceType_Call

type MockInterface_GetResourceType_Call struct {
	*mock.Call
}

MockInterface_GetResourceType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetResourceType'

func (*MockInterface_GetResourceType_Call) Return

func (*MockInterface_GetResourceType_Call) Run

func (*MockInterface_GetResourceType_Call) RunAndReturn

type MockInterface_GetResource_Call

type MockInterface_GetResource_Call struct {
	*mock.Call
}

MockInterface_GetResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetResource'

func (*MockInterface_GetResource_Call) Return

func (*MockInterface_GetResource_Call) Run

func (_c *MockInterface_GetResource_Call) Run(run func(ctx context.Context, namespaceName string, resourceName string)) *MockInterface_GetResource_Call

func (*MockInterface_GetResource_Call) RunAndReturn

type MockInterface_GetSecretReference_Call

type MockInterface_GetSecretReference_Call struct {
	*mock.Call
}

MockInterface_GetSecretReference_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSecretReference'

func (*MockInterface_GetSecretReference_Call) Return

func (*MockInterface_GetSecretReference_Call) Run

func (_c *MockInterface_GetSecretReference_Call) Run(run func(ctx context.Context, namespaceName string, secretReferenceName string)) *MockInterface_GetSecretReference_Call

func (*MockInterface_GetSecretReference_Call) RunAndReturn

type MockInterface_GetSecret_Call

type MockInterface_GetSecret_Call struct {
	*mock.Call
}

MockInterface_GetSecret_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSecret'

func (*MockInterface_GetSecret_Call) Return

func (*MockInterface_GetSecret_Call) Run

func (_c *MockInterface_GetSecret_Call) Run(run func(ctx context.Context, namespaceName string, secretName string)) *MockInterface_GetSecret_Call

func (*MockInterface_GetSecret_Call) RunAndReturn

type MockInterface_GetTraitSchema_Call

type MockInterface_GetTraitSchema_Call struct {
	*mock.Call
}

MockInterface_GetTraitSchema_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTraitSchema'

func (*MockInterface_GetTraitSchema_Call) Return

func (*MockInterface_GetTraitSchema_Call) Run

func (_c *MockInterface_GetTraitSchema_Call) Run(run func(ctx context.Context, namespaceName string, traitName string)) *MockInterface_GetTraitSchema_Call

func (*MockInterface_GetTraitSchema_Call) RunAndReturn

type MockInterface_GetTrait_Call

type MockInterface_GetTrait_Call struct {
	*mock.Call
}

MockInterface_GetTrait_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTrait'

func (*MockInterface_GetTrait_Call) Return

func (*MockInterface_GetTrait_Call) Run

func (_c *MockInterface_GetTrait_Call) Run(run func(ctx context.Context, namespaceName string, traitName string)) *MockInterface_GetTrait_Call

func (*MockInterface_GetTrait_Call) RunAndReturn

type MockInterface_GetWorkflowPlane_Call

type MockInterface_GetWorkflowPlane_Call struct {
	*mock.Call
}

MockInterface_GetWorkflowPlane_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowPlane'

func (*MockInterface_GetWorkflowPlane_Call) Return

func (*MockInterface_GetWorkflowPlane_Call) Run

func (_c *MockInterface_GetWorkflowPlane_Call) Run(run func(ctx context.Context, namespaceName string, workflowPlaneName string)) *MockInterface_GetWorkflowPlane_Call

func (*MockInterface_GetWorkflowPlane_Call) RunAndReturn

type MockInterface_GetWorkflowRunLogs_Call

type MockInterface_GetWorkflowRunLogs_Call struct {
	*mock.Call
}

MockInterface_GetWorkflowRunLogs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowRunLogs'

func (*MockInterface_GetWorkflowRunLogs_Call) Return

func (*MockInterface_GetWorkflowRunLogs_Call) Run

type MockInterface_GetWorkflowRunStatus_Call

type MockInterface_GetWorkflowRunStatus_Call struct {
	*mock.Call
}

MockInterface_GetWorkflowRunStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowRunStatus'

func (*MockInterface_GetWorkflowRunStatus_Call) Return

func (*MockInterface_GetWorkflowRunStatus_Call) Run

func (*MockInterface_GetWorkflowRunStatus_Call) RunAndReturn

type MockInterface_GetWorkflowRun_Call

type MockInterface_GetWorkflowRun_Call struct {
	*mock.Call
}

MockInterface_GetWorkflowRun_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowRun'

func (*MockInterface_GetWorkflowRun_Call) Return

func (*MockInterface_GetWorkflowRun_Call) Run

func (_c *MockInterface_GetWorkflowRun_Call) Run(run func(ctx context.Context, namespaceName string, runName string)) *MockInterface_GetWorkflowRun_Call

func (*MockInterface_GetWorkflowRun_Call) RunAndReturn

type MockInterface_GetWorkflowSchema_Call

type MockInterface_GetWorkflowSchema_Call struct {
	*mock.Call
}

MockInterface_GetWorkflowSchema_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowSchema'

func (*MockInterface_GetWorkflowSchema_Call) Return

func (*MockInterface_GetWorkflowSchema_Call) Run

func (_c *MockInterface_GetWorkflowSchema_Call) Run(run func(ctx context.Context, namespaceName string, workflowName string)) *MockInterface_GetWorkflowSchema_Call

func (*MockInterface_GetWorkflowSchema_Call) RunAndReturn

type MockInterface_GetWorkflow_Call

type MockInterface_GetWorkflow_Call struct {
	*mock.Call
}

MockInterface_GetWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflow'

func (*MockInterface_GetWorkflow_Call) Return

func (*MockInterface_GetWorkflow_Call) Run

func (_c *MockInterface_GetWorkflow_Call) Run(run func(ctx context.Context, namespaceName string, workflowName string)) *MockInterface_GetWorkflow_Call

func (*MockInterface_GetWorkflow_Call) RunAndReturn

type MockInterface_GetWorkload_Call

type MockInterface_GetWorkload_Call struct {
	*mock.Call
}

MockInterface_GetWorkload_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkload'

func (*MockInterface_GetWorkload_Call) Return

func (*MockInterface_GetWorkload_Call) Run

func (_c *MockInterface_GetWorkload_Call) Run(run func(ctx context.Context, namespaceName string, workloadName string)) *MockInterface_GetWorkload_Call

func (*MockInterface_GetWorkload_Call) RunAndReturn

type MockInterface_ListClusterComponentTypes_Call

type MockInterface_ListClusterComponentTypes_Call struct {
	*mock.Call
}

MockInterface_ListClusterComponentTypes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterComponentTypes'

func (*MockInterface_ListClusterComponentTypes_Call) Return

func (*MockInterface_ListClusterComponentTypes_Call) Run

type MockInterface_ListClusterDataPlanes_Call

type MockInterface_ListClusterDataPlanes_Call struct {
	*mock.Call
}

MockInterface_ListClusterDataPlanes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterDataPlanes'

func (*MockInterface_ListClusterDataPlanes_Call) Return

func (*MockInterface_ListClusterDataPlanes_Call) Run

type MockInterface_ListClusterObservabilityPlanes_Call

type MockInterface_ListClusterObservabilityPlanes_Call struct {
	*mock.Call
}

MockInterface_ListClusterObservabilityPlanes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterObservabilityPlanes'

func (*MockInterface_ListClusterObservabilityPlanes_Call) Return

func (*MockInterface_ListClusterObservabilityPlanes_Call) Run

type MockInterface_ListClusterProjectTypes_Call added in v1.2.0

type MockInterface_ListClusterProjectTypes_Call struct {
	*mock.Call
}

MockInterface_ListClusterProjectTypes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterProjectTypes'

func (*MockInterface_ListClusterProjectTypes_Call) Return added in v1.2.0

func (*MockInterface_ListClusterProjectTypes_Call) Run added in v1.2.0

func (*MockInterface_ListClusterProjectTypes_Call) RunAndReturn added in v1.2.0

type MockInterface_ListClusterResourceTypes_Call

type MockInterface_ListClusterResourceTypes_Call struct {
	*mock.Call
}

MockInterface_ListClusterResourceTypes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterResourceTypes'

func (*MockInterface_ListClusterResourceTypes_Call) Return

func (*MockInterface_ListClusterResourceTypes_Call) Run

type MockInterface_ListClusterRoleBindings_Call

type MockInterface_ListClusterRoleBindings_Call struct {
	*mock.Call
}

MockInterface_ListClusterRoleBindings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterRoleBindings'

func (*MockInterface_ListClusterRoleBindings_Call) Return

func (*MockInterface_ListClusterRoleBindings_Call) Run

type MockInterface_ListClusterRoles_Call

type MockInterface_ListClusterRoles_Call struct {
	*mock.Call
}

MockInterface_ListClusterRoles_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterRoles'

func (*MockInterface_ListClusterRoles_Call) Return

func (*MockInterface_ListClusterRoles_Call) Run

type MockInterface_ListClusterTraits_Call

type MockInterface_ListClusterTraits_Call struct {
	*mock.Call
}

MockInterface_ListClusterTraits_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterTraits'

func (*MockInterface_ListClusterTraits_Call) Return

func (*MockInterface_ListClusterTraits_Call) Run

type MockInterface_ListClusterWorkflowPlanes_Call

type MockInterface_ListClusterWorkflowPlanes_Call struct {
	*mock.Call
}

MockInterface_ListClusterWorkflowPlanes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterWorkflowPlanes'

func (*MockInterface_ListClusterWorkflowPlanes_Call) Return

func (*MockInterface_ListClusterWorkflowPlanes_Call) Run

type MockInterface_ListClusterWorkflows_Call

type MockInterface_ListClusterWorkflows_Call struct {
	*mock.Call
}

MockInterface_ListClusterWorkflows_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListClusterWorkflows'

func (*MockInterface_ListClusterWorkflows_Call) Return

func (*MockInterface_ListClusterWorkflows_Call) Run

type MockInterface_ListComponentReleases_Call

type MockInterface_ListComponentReleases_Call struct {
	*mock.Call
}

MockInterface_ListComponentReleases_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListComponentReleases'

func (*MockInterface_ListComponentReleases_Call) Return

func (*MockInterface_ListComponentReleases_Call) Run

type MockInterface_ListComponentTypes_Call

type MockInterface_ListComponentTypes_Call struct {
	*mock.Call
}

MockInterface_ListComponentTypes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListComponentTypes'

func (*MockInterface_ListComponentTypes_Call) Return

func (*MockInterface_ListComponentTypes_Call) Run

type MockInterface_ListComponents_Call

type MockInterface_ListComponents_Call struct {
	*mock.Call
}

MockInterface_ListComponents_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListComponents'

func (*MockInterface_ListComponents_Call) Return

func (*MockInterface_ListComponents_Call) Run

func (_c *MockInterface_ListComponents_Call) Run(run func(ctx context.Context, namespaceName string, projectName string, params *gen.ListComponentsParams)) *MockInterface_ListComponents_Call

func (*MockInterface_ListComponents_Call) RunAndReturn

type MockInterface_ListDataPlanes_Call

type MockInterface_ListDataPlanes_Call struct {
	*mock.Call
}

MockInterface_ListDataPlanes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListDataPlanes'

func (*MockInterface_ListDataPlanes_Call) Return

func (*MockInterface_ListDataPlanes_Call) Run

func (*MockInterface_ListDataPlanes_Call) RunAndReturn

type MockInterface_ListDeploymentPipelines_Call

type MockInterface_ListDeploymentPipelines_Call struct {
	*mock.Call
}

MockInterface_ListDeploymentPipelines_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListDeploymentPipelines'

func (*MockInterface_ListDeploymentPipelines_Call) Return

func (*MockInterface_ListDeploymentPipelines_Call) Run

type MockInterface_ListEnvironments_Call

type MockInterface_ListEnvironments_Call struct {
	*mock.Call
}

MockInterface_ListEnvironments_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEnvironments'

func (*MockInterface_ListEnvironments_Call) Return

func (*MockInterface_ListEnvironments_Call) Run

type MockInterface_ListNamespaceRoleBindings_Call

type MockInterface_ListNamespaceRoleBindings_Call struct {
	*mock.Call
}

MockInterface_ListNamespaceRoleBindings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNamespaceRoleBindings'

func (*MockInterface_ListNamespaceRoleBindings_Call) Return

func (*MockInterface_ListNamespaceRoleBindings_Call) Run

type MockInterface_ListNamespaceRoles_Call

type MockInterface_ListNamespaceRoles_Call struct {
	*mock.Call
}

MockInterface_ListNamespaceRoles_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNamespaceRoles'

func (*MockInterface_ListNamespaceRoles_Call) Return

func (*MockInterface_ListNamespaceRoles_Call) Run

type MockInterface_ListNamespaces_Call

type MockInterface_ListNamespaces_Call struct {
	*mock.Call
}

MockInterface_ListNamespaces_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNamespaces'

func (*MockInterface_ListNamespaces_Call) Return

func (*MockInterface_ListNamespaces_Call) Run

func (*MockInterface_ListNamespaces_Call) RunAndReturn

type MockInterface_ListObservabilityAlertsNotificationChannels_Call

type MockInterface_ListObservabilityAlertsNotificationChannels_Call struct {
	*mock.Call
}

MockInterface_ListObservabilityAlertsNotificationChannels_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObservabilityAlertsNotificationChannels'

func (*MockInterface_ListObservabilityAlertsNotificationChannels_Call) Run

type MockInterface_ListObservabilityPlanes_Call

type MockInterface_ListObservabilityPlanes_Call struct {
	*mock.Call
}

MockInterface_ListObservabilityPlanes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListObservabilityPlanes'

func (*MockInterface_ListObservabilityPlanes_Call) Return

func (*MockInterface_ListObservabilityPlanes_Call) Run

type MockInterface_ListProjectReleaseBindings_Call added in v1.2.0

type MockInterface_ListProjectReleaseBindings_Call struct {
	*mock.Call
}

MockInterface_ListProjectReleaseBindings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectReleaseBindings'

func (*MockInterface_ListProjectReleaseBindings_Call) Return added in v1.2.0

func (*MockInterface_ListProjectReleaseBindings_Call) Run added in v1.2.0

type MockInterface_ListProjectReleases_Call added in v1.2.0

type MockInterface_ListProjectReleases_Call struct {
	*mock.Call
}

MockInterface_ListProjectReleases_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectReleases'

func (*MockInterface_ListProjectReleases_Call) Return added in v1.2.0

func (*MockInterface_ListProjectReleases_Call) Run added in v1.2.0

func (*MockInterface_ListProjectReleases_Call) RunAndReturn added in v1.2.0

type MockInterface_ListProjectTypes_Call added in v1.2.0

type MockInterface_ListProjectTypes_Call struct {
	*mock.Call
}

MockInterface_ListProjectTypes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjectTypes'

func (*MockInterface_ListProjectTypes_Call) Return added in v1.2.0

func (*MockInterface_ListProjectTypes_Call) Run added in v1.2.0

func (*MockInterface_ListProjectTypes_Call) RunAndReturn added in v1.2.0

type MockInterface_ListProjects_Call

type MockInterface_ListProjects_Call struct {
	*mock.Call
}

MockInterface_ListProjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjects'

func (*MockInterface_ListProjects_Call) Return

func (*MockInterface_ListProjects_Call) Run

func (*MockInterface_ListProjects_Call) RunAndReturn

type MockInterface_ListReleaseBindings_Call

type MockInterface_ListReleaseBindings_Call struct {
	*mock.Call
}

MockInterface_ListReleaseBindings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListReleaseBindings'

func (*MockInterface_ListReleaseBindings_Call) Return

func (*MockInterface_ListReleaseBindings_Call) Run

type MockInterface_ListResourceReleaseBindings_Call

type MockInterface_ListResourceReleaseBindings_Call struct {
	*mock.Call
}

MockInterface_ListResourceReleaseBindings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListResourceReleaseBindings'

func (*MockInterface_ListResourceReleaseBindings_Call) Return

func (*MockInterface_ListResourceReleaseBindings_Call) Run

type MockInterface_ListResourceReleases_Call

type MockInterface_ListResourceReleases_Call struct {
	*mock.Call
}

MockInterface_ListResourceReleases_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListResourceReleases'

func (*MockInterface_ListResourceReleases_Call) Return

func (*MockInterface_ListResourceReleases_Call) Run

type MockInterface_ListResourceTypes_Call

type MockInterface_ListResourceTypes_Call struct {
	*mock.Call
}

MockInterface_ListResourceTypes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListResourceTypes'

func (*MockInterface_ListResourceTypes_Call) Return

func (*MockInterface_ListResourceTypes_Call) Run

type MockInterface_ListResources_Call

type MockInterface_ListResources_Call struct {
	*mock.Call
}

MockInterface_ListResources_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListResources'

func (*MockInterface_ListResources_Call) Return

func (*MockInterface_ListResources_Call) Run

type MockInterface_ListSecretReferences_Call

type MockInterface_ListSecretReferences_Call struct {
	*mock.Call
}

MockInterface_ListSecretReferences_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSecretReferences'

func (*MockInterface_ListSecretReferences_Call) Return

func (*MockInterface_ListSecretReferences_Call) Run

type MockInterface_ListSecrets_Call

type MockInterface_ListSecrets_Call struct {
	*mock.Call
}

MockInterface_ListSecrets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSecrets'

func (*MockInterface_ListSecrets_Call) Return

func (*MockInterface_ListSecrets_Call) Run

func (*MockInterface_ListSecrets_Call) RunAndReturn

type MockInterface_ListTraits_Call

type MockInterface_ListTraits_Call struct {
	*mock.Call
}

MockInterface_ListTraits_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTraits'

func (*MockInterface_ListTraits_Call) Return

func (*MockInterface_ListTraits_Call) Run

func (*MockInterface_ListTraits_Call) RunAndReturn

type MockInterface_ListWorkflowPlanes_Call

type MockInterface_ListWorkflowPlanes_Call struct {
	*mock.Call
}

MockInterface_ListWorkflowPlanes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflowPlanes'

func (*MockInterface_ListWorkflowPlanes_Call) Return

func (*MockInterface_ListWorkflowPlanes_Call) Run

type MockInterface_ListWorkflowRuns_Call

type MockInterface_ListWorkflowRuns_Call struct {
	*mock.Call
}

MockInterface_ListWorkflowRuns_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflowRuns'

func (*MockInterface_ListWorkflowRuns_Call) Return

func (*MockInterface_ListWorkflowRuns_Call) Run

type MockInterface_ListWorkflows_Call

type MockInterface_ListWorkflows_Call struct {
	*mock.Call
}

MockInterface_ListWorkflows_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflows'

func (*MockInterface_ListWorkflows_Call) Return

func (*MockInterface_ListWorkflows_Call) Run

func (*MockInterface_ListWorkflows_Call) RunAndReturn

type MockInterface_ListWorkloads_Call

type MockInterface_ListWorkloads_Call struct {
	*mock.Call
}

MockInterface_ListWorkloads_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkloads'

func (*MockInterface_ListWorkloads_Call) Return

func (*MockInterface_ListWorkloads_Call) Run

func (*MockInterface_ListWorkloads_Call) RunAndReturn

type MockInterface_UpdateClusterProjectType_Call added in v1.2.0

type MockInterface_UpdateClusterProjectType_Call struct {
	*mock.Call
}

MockInterface_UpdateClusterProjectType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterProjectType'

func (*MockInterface_UpdateClusterProjectType_Call) Return added in v1.2.0

func (*MockInterface_UpdateClusterProjectType_Call) Run added in v1.2.0

func (*MockInterface_UpdateClusterProjectType_Call) RunAndReturn added in v1.2.0

type MockInterface_UpdateClusterResourceType_Call

type MockInterface_UpdateClusterResourceType_Call struct {
	*mock.Call
}

MockInterface_UpdateClusterResourceType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateClusterResourceType'

func (*MockInterface_UpdateClusterResourceType_Call) Return

func (*MockInterface_UpdateClusterResourceType_Call) Run

type MockInterface_UpdateComponentType_Call

type MockInterface_UpdateComponentType_Call struct {
	*mock.Call
}

MockInterface_UpdateComponentType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateComponentType'

func (*MockInterface_UpdateComponentType_Call) Return

func (*MockInterface_UpdateComponentType_Call) Run

func (*MockInterface_UpdateComponentType_Call) RunAndReturn

type MockInterface_UpdateProjectReleaseBinding_Call added in v1.2.0

type MockInterface_UpdateProjectReleaseBinding_Call struct {
	*mock.Call
}

MockInterface_UpdateProjectReleaseBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectReleaseBinding'

func (*MockInterface_UpdateProjectReleaseBinding_Call) Return added in v1.2.0

func (*MockInterface_UpdateProjectReleaseBinding_Call) Run added in v1.2.0

func (*MockInterface_UpdateProjectReleaseBinding_Call) RunAndReturn added in v1.2.0

type MockInterface_UpdateProjectType_Call added in v1.2.0

type MockInterface_UpdateProjectType_Call struct {
	*mock.Call
}

MockInterface_UpdateProjectType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectType'

func (*MockInterface_UpdateProjectType_Call) Return added in v1.2.0

func (*MockInterface_UpdateProjectType_Call) Run added in v1.2.0

func (*MockInterface_UpdateProjectType_Call) RunAndReturn added in v1.2.0

type MockInterface_UpdateReleaseBinding_Call

type MockInterface_UpdateReleaseBinding_Call struct {
	*mock.Call
}

MockInterface_UpdateReleaseBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateReleaseBinding'

func (*MockInterface_UpdateReleaseBinding_Call) Return

func (*MockInterface_UpdateReleaseBinding_Call) Run

func (*MockInterface_UpdateReleaseBinding_Call) RunAndReturn

type MockInterface_UpdateResourceReleaseBinding_Call

type MockInterface_UpdateResourceReleaseBinding_Call struct {
	*mock.Call
}

MockInterface_UpdateResourceReleaseBinding_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateResourceReleaseBinding'

func (*MockInterface_UpdateResourceReleaseBinding_Call) Return

func (*MockInterface_UpdateResourceReleaseBinding_Call) Run

type MockInterface_UpdateResourceType_Call

type MockInterface_UpdateResourceType_Call struct {
	*mock.Call
}

MockInterface_UpdateResourceType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateResourceType'

func (*MockInterface_UpdateResourceType_Call) Return

func (*MockInterface_UpdateResourceType_Call) Run

func (*MockInterface_UpdateResourceType_Call) RunAndReturn

type MockInterface_UpdateResource_Call

type MockInterface_UpdateResource_Call struct {
	*mock.Call
}

MockInterface_UpdateResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateResource'

func (*MockInterface_UpdateResource_Call) Return

func (*MockInterface_UpdateResource_Call) Run

type MockInterface_UpdateSecret_Call

type MockInterface_UpdateSecret_Call struct {
	*mock.Call
}

MockInterface_UpdateSecret_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateSecret'

func (*MockInterface_UpdateSecret_Call) Return

func (*MockInterface_UpdateSecret_Call) Run

func (*MockInterface_UpdateSecret_Call) RunAndReturn

type MockInterface_UpdateTrait_Call

type MockInterface_UpdateTrait_Call struct {
	*mock.Call
}

MockInterface_UpdateTrait_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateTrait'

func (*MockInterface_UpdateTrait_Call) Return

func (*MockInterface_UpdateTrait_Call) Run

func (_c *MockInterface_UpdateTrait_Call) Run(run func(ctx context.Context, namespaceName string, traitName string, t gen.Trait)) *MockInterface_UpdateTrait_Call

func (*MockInterface_UpdateTrait_Call) RunAndReturn

Jump to

Keyboard shortcuts

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