mocks

package
v0.7.21 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlobObjectClient added in v0.7.14

type BlobObjectClient struct {
	mock.Mock
}

BlobObjectClient is an autogenerated mock type for the BlobObjectClient type

func NewBlobObjectClient added in v0.7.14

func NewBlobObjectClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *BlobObjectClient

NewBlobObjectClient creates a new instance of BlobObjectClient. 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 (*BlobObjectClient) EXPECT added in v0.7.21

func (*BlobObjectClient) Objects added in v0.7.14

func (_m *BlobObjectClient) Objects(ctx context.Context, bucket string, query *storage.Query) gcs.ObjectIterator

Objects provides a mock function with given fields: ctx, bucket, query

type BlobObjectClient_Expecter added in v0.7.21

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

func (*BlobObjectClient_Expecter) Objects added in v0.7.21

func (_e *BlobObjectClient_Expecter) Objects(ctx interface{}, bucket interface{}, query interface{}) *BlobObjectClient_Objects_Call

Objects is a helper method to define mock.On call

  • ctx context.Context
  • bucket string
  • query *storage.Query

type BlobObjectClient_Objects_Call added in v0.7.21

type BlobObjectClient_Objects_Call struct {
	*mock.Call
}

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

func (*BlobObjectClient_Objects_Call) Return added in v0.7.21

func (*BlobObjectClient_Objects_Call) Run added in v0.7.21

func (*BlobObjectClient_Objects_Call) RunAndReturn added in v0.7.21

type BlobStorageClient added in v0.7.14

type BlobStorageClient struct {
	mock.Mock
}

BlobStorageClient is an autogenerated mock type for the BlobStorageClient type

func NewBlobStorageClient added in v0.7.14

func NewBlobStorageClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *BlobStorageClient

NewBlobStorageClient creates a new instance of BlobStorageClient. 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 (*BlobStorageClient) EXPECT added in v0.7.21

func (*BlobStorageClient) ListDlqMetadata added in v0.7.14

func (_m *BlobStorageClient) ListDlqMetadata(bucketInfo gcs.BucketInfo) ([]models.DlqMetadata, error)

ListDlqMetadata provides a mock function with given fields: bucketInfo

type BlobStorageClient_Expecter added in v0.7.21

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

func (*BlobStorageClient_Expecter) ListDlqMetadata added in v0.7.21

func (_e *BlobStorageClient_Expecter) ListDlqMetadata(bucketInfo interface{}) *BlobStorageClient_ListDlqMetadata_Call

ListDlqMetadata is a helper method to define mock.On call

  • bucketInfo gcs.BucketInfo

type BlobStorageClient_ListDlqMetadata_Call added in v0.7.21

type BlobStorageClient_ListDlqMetadata_Call struct {
	*mock.Call
}

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

func (*BlobStorageClient_ListDlqMetadata_Call) Return added in v0.7.21

func (*BlobStorageClient_ListDlqMetadata_Call) Run added in v0.7.21

func (*BlobStorageClient_ListDlqMetadata_Call) RunAndReturn added in v0.7.21

type JobSpecificationServiceClient

type JobSpecificationServiceClient struct {
	mock.Mock
}

JobSpecificationServiceClient is an autogenerated mock type for the JobSpecificationServiceClient type

func NewJobSpecificationServiceClient

func NewJobSpecificationServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *JobSpecificationServiceClient

NewJobSpecificationServiceClient creates a new instance of JobSpecificationServiceClient. 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 (*JobSpecificationServiceClient) AddJobSpecifications

AddJobSpecifications provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) ChangeJobNamespace

ChangeJobNamespace provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) CheckJobSpecification

CheckJobSpecification provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) CheckJobSpecifications

CheckJobSpecifications provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) CreateJobSpecification

CreateJobSpecification provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) DeleteJobSpecification

DeleteJobSpecification provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) DeployJobSpecification

DeployJobSpecification provides a mock function with given fields: ctx, opts

func (*JobSpecificationServiceClient) EXPECT added in v0.7.21

func (*JobSpecificationServiceClient) GetDeployJobsStatus

GetDeployJobsStatus provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) GetJobSpecification

GetJobSpecification provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) GetJobSpecifications

GetJobSpecifications provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) GetJobTask

GetJobTask provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) GetWindow

GetWindow provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) JobInspect

JobInspect provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) ListJobSpecification

ListJobSpecification provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) RefreshJobs

RefreshJobs provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) ReplaceAllJobSpecifications

ReplaceAllJobSpecifications provides a mock function with given fields: ctx, opts

func (*JobSpecificationServiceClient) SyncJobsState added in v0.7.9

SyncJobsState provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) UpdateJobSpecifications

UpdateJobSpecifications provides a mock function with given fields: ctx, in, opts

func (*JobSpecificationServiceClient) UpdateJobsState added in v0.7.9

UpdateJobsState provides a mock function with given fields: ctx, in, opts

type JobSpecificationServiceClient_AddJobSpecifications_Call added in v0.7.21

type JobSpecificationServiceClient_AddJobSpecifications_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_AddJobSpecifications_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_AddJobSpecifications_Call) Run added in v0.7.21

type JobSpecificationServiceClient_ChangeJobNamespace_Call added in v0.7.21

type JobSpecificationServiceClient_ChangeJobNamespace_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_ChangeJobNamespace_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_ChangeJobNamespace_Call) Run added in v0.7.21

type JobSpecificationServiceClient_CheckJobSpecification_Call added in v0.7.21

type JobSpecificationServiceClient_CheckJobSpecification_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_CheckJobSpecification_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_CheckJobSpecification_Call) Run added in v0.7.21

type JobSpecificationServiceClient_CheckJobSpecifications_Call added in v0.7.21

type JobSpecificationServiceClient_CheckJobSpecifications_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_CheckJobSpecifications_Call) Run added in v0.7.21

type JobSpecificationServiceClient_CreateJobSpecification_Call added in v0.7.21

type JobSpecificationServiceClient_CreateJobSpecification_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_CreateJobSpecification_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_CreateJobSpecification_Call) Run added in v0.7.21

type JobSpecificationServiceClient_DeleteJobSpecification_Call added in v0.7.21

type JobSpecificationServiceClient_DeleteJobSpecification_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_DeleteJobSpecification_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_DeleteJobSpecification_Call) Run added in v0.7.21

type JobSpecificationServiceClient_DeployJobSpecification_Call added in v0.7.21

type JobSpecificationServiceClient_DeployJobSpecification_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_DeployJobSpecification_Call) Run added in v0.7.21

type JobSpecificationServiceClient_Expecter added in v0.7.21

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

func (*JobSpecificationServiceClient_Expecter) AddJobSpecifications added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) AddJobSpecifications(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_AddJobSpecifications_Call

AddJobSpecifications is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.AddJobSpecificationsRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) ChangeJobNamespace added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) ChangeJobNamespace(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_ChangeJobNamespace_Call

ChangeJobNamespace is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.ChangeJobNamespaceRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) CheckJobSpecification added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) CheckJobSpecification(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_CheckJobSpecification_Call

CheckJobSpecification is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.CheckJobSpecificationRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) CheckJobSpecifications added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) CheckJobSpecifications(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_CheckJobSpecifications_Call

CheckJobSpecifications is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.CheckJobSpecificationsRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) CreateJobSpecification added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) CreateJobSpecification(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_CreateJobSpecification_Call

CreateJobSpecification is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.CreateJobSpecificationRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) DeleteJobSpecification added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) DeleteJobSpecification(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_DeleteJobSpecification_Call

DeleteJobSpecification is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.DeleteJobSpecificationRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) DeployJobSpecification added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) DeployJobSpecification(ctx interface{}, opts ...interface{}) *JobSpecificationServiceClient_DeployJobSpecification_Call

DeployJobSpecification is a helper method to define mock.On call

  • ctx context.Context
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) GetDeployJobsStatus added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) GetDeployJobsStatus(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_GetDeployJobsStatus_Call

GetDeployJobsStatus is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.GetDeployJobsStatusRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) GetJobSpecification added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) GetJobSpecification(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_GetJobSpecification_Call

GetJobSpecification is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.GetJobSpecificationRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) GetJobSpecifications added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) GetJobSpecifications(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_GetJobSpecifications_Call

GetJobSpecifications is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.GetJobSpecificationsRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) GetJobTask added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) GetJobTask(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_GetJobTask_Call

GetJobTask is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.GetJobTaskRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) GetWindow added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) GetWindow(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_GetWindow_Call

GetWindow is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.GetWindowRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) JobInspect added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) JobInspect(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_JobInspect_Call

JobInspect is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.JobInspectRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) ListJobSpecification added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) ListJobSpecification(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_ListJobSpecification_Call

ListJobSpecification is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.ListJobSpecificationRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) RefreshJobs added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) RefreshJobs(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_RefreshJobs_Call

RefreshJobs is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.RefreshJobsRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) ReplaceAllJobSpecifications added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) ReplaceAllJobSpecifications(ctx interface{}, opts ...interface{}) *JobSpecificationServiceClient_ReplaceAllJobSpecifications_Call

ReplaceAllJobSpecifications is a helper method to define mock.On call

  • ctx context.Context
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) SyncJobsState added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) SyncJobsState(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_SyncJobsState_Call

SyncJobsState is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.SyncJobsStateRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) UpdateJobSpecifications added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) UpdateJobSpecifications(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_UpdateJobSpecifications_Call

UpdateJobSpecifications is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.UpdateJobSpecificationsRequest
  • opts ...grpc.CallOption

func (*JobSpecificationServiceClient_Expecter) UpdateJobsState added in v0.7.21

func (_e *JobSpecificationServiceClient_Expecter) UpdateJobsState(ctx interface{}, in interface{}, opts ...interface{}) *JobSpecificationServiceClient_UpdateJobsState_Call

UpdateJobsState is a helper method to define mock.On call

  • ctx context.Context
  • in *corev1beta1.UpdateJobsStateRequest
  • opts ...grpc.CallOption

type JobSpecificationServiceClient_GetDeployJobsStatus_Call added in v0.7.21

type JobSpecificationServiceClient_GetDeployJobsStatus_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_GetDeployJobsStatus_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_GetDeployJobsStatus_Call) Run added in v0.7.21

type JobSpecificationServiceClient_GetJobSpecification_Call added in v0.7.21

type JobSpecificationServiceClient_GetJobSpecification_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_GetJobSpecification_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_GetJobSpecification_Call) Run added in v0.7.21

type JobSpecificationServiceClient_GetJobSpecifications_Call added in v0.7.21

type JobSpecificationServiceClient_GetJobSpecifications_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_GetJobSpecifications_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_GetJobSpecifications_Call) Run added in v0.7.21

type JobSpecificationServiceClient_GetJobTask_Call added in v0.7.21

type JobSpecificationServiceClient_GetJobTask_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_GetJobTask_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_GetJobTask_Call) Run added in v0.7.21

func (*JobSpecificationServiceClient_GetJobTask_Call) RunAndReturn added in v0.7.21

type JobSpecificationServiceClient_GetWindow_Call added in v0.7.21

type JobSpecificationServiceClient_GetWindow_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_GetWindow_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_GetWindow_Call) Run added in v0.7.21

func (*JobSpecificationServiceClient_GetWindow_Call) RunAndReturn added in v0.7.21

type JobSpecificationServiceClient_JobInspect_Call added in v0.7.21

type JobSpecificationServiceClient_JobInspect_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_JobInspect_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_JobInspect_Call) Run added in v0.7.21

func (*JobSpecificationServiceClient_JobInspect_Call) RunAndReturn added in v0.7.21

type JobSpecificationServiceClient_ListJobSpecification_Call added in v0.7.21

type JobSpecificationServiceClient_ListJobSpecification_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_ListJobSpecification_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_ListJobSpecification_Call) Run added in v0.7.21

type JobSpecificationServiceClient_RefreshJobs_Call added in v0.7.21

type JobSpecificationServiceClient_RefreshJobs_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_RefreshJobs_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_RefreshJobs_Call) Run added in v0.7.21

type JobSpecificationServiceClient_ReplaceAllJobSpecifications_Call added in v0.7.21

type JobSpecificationServiceClient_ReplaceAllJobSpecifications_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_ReplaceAllJobSpecifications_Call) Run added in v0.7.21

type JobSpecificationServiceClient_SyncJobsState_Call added in v0.7.21

type JobSpecificationServiceClient_SyncJobsState_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_SyncJobsState_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_SyncJobsState_Call) Run added in v0.7.21

type JobSpecificationServiceClient_UpdateJobSpecifications_Call added in v0.7.21

type JobSpecificationServiceClient_UpdateJobSpecifications_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_UpdateJobSpecifications_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_UpdateJobSpecifications_Call) Run added in v0.7.21

type JobSpecificationServiceClient_UpdateJobsState_Call added in v0.7.21

type JobSpecificationServiceClient_UpdateJobsState_Call struct {
	*mock.Call
}

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

func (*JobSpecificationServiceClient_UpdateJobsState_Call) Return added in v0.7.21

func (*JobSpecificationServiceClient_UpdateJobsState_Call) Run added in v0.7.21

type ObjectIterator added in v0.7.14

type ObjectIterator struct {
	mock.Mock
}

ObjectIterator is an autogenerated mock type for the ObjectIterator type

func NewObjectIterator added in v0.7.14

func NewObjectIterator(t interface {
	mock.TestingT
	Cleanup(func())
}) *ObjectIterator

NewObjectIterator creates a new instance of ObjectIterator. 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 (*ObjectIterator) EXPECT added in v0.7.21

func (*ObjectIterator) Next added in v0.7.14

func (_m *ObjectIterator) Next() (*storage.ObjectAttrs, error)

Next provides a mock function with given fields:

type ObjectIterator_Expecter added in v0.7.21

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

func (*ObjectIterator_Expecter) Next added in v0.7.21

Next is a helper method to define mock.On call

type ObjectIterator_Next_Call added in v0.7.21

type ObjectIterator_Next_Call struct {
	*mock.Call
}

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

func (*ObjectIterator_Next_Call) Return added in v0.7.21

func (*ObjectIterator_Next_Call) Run added in v0.7.21

func (*ObjectIterator_Next_Call) RunAndReturn added in v0.7.21

type ResourceServiceClient added in v0.7.14

type ResourceServiceClient struct {
	mock.Mock
}

ResourceServiceClient is an autogenerated mock type for the ResourceServiceClient type

func NewResourceServiceClient added in v0.7.14

func NewResourceServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *ResourceServiceClient

NewResourceServiceClient creates a new instance of ResourceServiceClient. 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 (*ResourceServiceClient) ApplyAction added in v0.7.14

ApplyAction provides a mock function with given fields: ctx, in, opts

func (*ResourceServiceClient) CreateResource added in v0.7.14

CreateResource provides a mock function with given fields: ctx, in, opts

func (*ResourceServiceClient) DeleteResource added in v0.7.14

DeleteResource provides a mock function with given fields: ctx, in, opts

func (*ResourceServiceClient) EXPECT added in v0.7.21

func (*ResourceServiceClient) GetLog added in v0.7.14

GetLog provides a mock function with given fields: ctx, in, opts

func (*ResourceServiceClient) GetResource added in v0.7.14

GetResource provides a mock function with given fields: ctx, in, opts

func (*ResourceServiceClient) GetResourceRevisions added in v0.7.14

GetResourceRevisions provides a mock function with given fields: ctx, in, opts

func (*ResourceServiceClient) ListResources added in v0.7.14

ListResources provides a mock function with given fields: ctx, in, opts

func (*ResourceServiceClient) UpdateResource added in v0.7.14

UpdateResource provides a mock function with given fields: ctx, in, opts

type ResourceServiceClient_ApplyAction_Call added in v0.7.21

type ResourceServiceClient_ApplyAction_Call struct {
	*mock.Call
}

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

func (*ResourceServiceClient_ApplyAction_Call) Return added in v0.7.21

func (*ResourceServiceClient_ApplyAction_Call) Run added in v0.7.21

type ResourceServiceClient_CreateResource_Call added in v0.7.21

type ResourceServiceClient_CreateResource_Call struct {
	*mock.Call
}

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

func (*ResourceServiceClient_CreateResource_Call) Return added in v0.7.21

func (*ResourceServiceClient_CreateResource_Call) Run added in v0.7.21

type ResourceServiceClient_DeleteResource_Call added in v0.7.21

type ResourceServiceClient_DeleteResource_Call struct {
	*mock.Call
}

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

func (*ResourceServiceClient_DeleteResource_Call) Return added in v0.7.21

func (*ResourceServiceClient_DeleteResource_Call) Run added in v0.7.21

type ResourceServiceClient_Expecter added in v0.7.21

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

func (*ResourceServiceClient_Expecter) ApplyAction added in v0.7.21

func (_e *ResourceServiceClient_Expecter) ApplyAction(ctx interface{}, in interface{}, opts ...interface{}) *ResourceServiceClient_ApplyAction_Call

ApplyAction is a helper method to define mock.On call

  • ctx context.Context
  • in *entropyv1beta1.ApplyActionRequest
  • opts ...grpc.CallOption

func (*ResourceServiceClient_Expecter) CreateResource added in v0.7.21

func (_e *ResourceServiceClient_Expecter) CreateResource(ctx interface{}, in interface{}, opts ...interface{}) *ResourceServiceClient_CreateResource_Call

CreateResource is a helper method to define mock.On call

  • ctx context.Context
  • in *entropyv1beta1.CreateResourceRequest
  • opts ...grpc.CallOption

func (*ResourceServiceClient_Expecter) DeleteResource added in v0.7.21

func (_e *ResourceServiceClient_Expecter) DeleteResource(ctx interface{}, in interface{}, opts ...interface{}) *ResourceServiceClient_DeleteResource_Call

DeleteResource is a helper method to define mock.On call

  • ctx context.Context
  • in *entropyv1beta1.DeleteResourceRequest
  • opts ...grpc.CallOption

func (*ResourceServiceClient_Expecter) GetLog added in v0.7.21

func (_e *ResourceServiceClient_Expecter) GetLog(ctx interface{}, in interface{}, opts ...interface{}) *ResourceServiceClient_GetLog_Call

GetLog is a helper method to define mock.On call

  • ctx context.Context
  • in *entropyv1beta1.GetLogRequest
  • opts ...grpc.CallOption

func (*ResourceServiceClient_Expecter) GetResource added in v0.7.21

func (_e *ResourceServiceClient_Expecter) GetResource(ctx interface{}, in interface{}, opts ...interface{}) *ResourceServiceClient_GetResource_Call

GetResource is a helper method to define mock.On call

  • ctx context.Context
  • in *entropyv1beta1.GetResourceRequest
  • opts ...grpc.CallOption

func (*ResourceServiceClient_Expecter) GetResourceRevisions added in v0.7.21

func (_e *ResourceServiceClient_Expecter) GetResourceRevisions(ctx interface{}, in interface{}, opts ...interface{}) *ResourceServiceClient_GetResourceRevisions_Call

GetResourceRevisions is a helper method to define mock.On call

  • ctx context.Context
  • in *entropyv1beta1.GetResourceRevisionsRequest
  • opts ...grpc.CallOption

func (*ResourceServiceClient_Expecter) ListResources added in v0.7.21

func (_e *ResourceServiceClient_Expecter) ListResources(ctx interface{}, in interface{}, opts ...interface{}) *ResourceServiceClient_ListResources_Call

ListResources is a helper method to define mock.On call

  • ctx context.Context
  • in *entropyv1beta1.ListResourcesRequest
  • opts ...grpc.CallOption

func (*ResourceServiceClient_Expecter) UpdateResource added in v0.7.21

func (_e *ResourceServiceClient_Expecter) UpdateResource(ctx interface{}, in interface{}, opts ...interface{}) *ResourceServiceClient_UpdateResource_Call

UpdateResource is a helper method to define mock.On call

  • ctx context.Context
  • in *entropyv1beta1.UpdateResourceRequest
  • opts ...grpc.CallOption

type ResourceServiceClient_GetLog_Call added in v0.7.21

type ResourceServiceClient_GetLog_Call struct {
	*mock.Call
}

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

func (*ResourceServiceClient_GetLog_Call) Return added in v0.7.21

func (*ResourceServiceClient_GetLog_Call) Run added in v0.7.21

type ResourceServiceClient_GetResourceRevisions_Call added in v0.7.21

type ResourceServiceClient_GetResourceRevisions_Call struct {
	*mock.Call
}

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

func (*ResourceServiceClient_GetResourceRevisions_Call) Return added in v0.7.21

func (*ResourceServiceClient_GetResourceRevisions_Call) Run added in v0.7.21

type ResourceServiceClient_GetResource_Call added in v0.7.21

type ResourceServiceClient_GetResource_Call struct {
	*mock.Call
}

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

func (*ResourceServiceClient_GetResource_Call) Return added in v0.7.21

func (*ResourceServiceClient_GetResource_Call) Run added in v0.7.21

type ResourceServiceClient_ListResources_Call added in v0.7.21

type ResourceServiceClient_ListResources_Call struct {
	*mock.Call
}

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

func (*ResourceServiceClient_ListResources_Call) Return added in v0.7.21

func (*ResourceServiceClient_ListResources_Call) Run added in v0.7.21

type ResourceServiceClient_UpdateResource_Call added in v0.7.21

type ResourceServiceClient_UpdateResource_Call struct {
	*mock.Call
}

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

func (*ResourceServiceClient_UpdateResource_Call) Return added in v0.7.21

func (*ResourceServiceClient_UpdateResource_Call) Run added in v0.7.21

type ShieldServiceClient added in v0.7.9

type ShieldServiceClient struct {
	mock.Mock
}

ShieldServiceClient is an autogenerated mock type for the ShieldServiceClient type

func NewShieldServiceClient added in v0.7.9

func NewShieldServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *ShieldServiceClient

NewShieldServiceClient creates a new instance of ShieldServiceClient. 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 (*ShieldServiceClient) CheckResourcePermission added in v0.7.9

CheckResourcePermission provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) CreateAction added in v0.7.9

CreateAction provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) CreateGroup added in v0.7.9

CreateGroup provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) CreateMetadataKey added in v0.7.9

CreateMetadataKey provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) CreateNamespace added in v0.7.9

CreateNamespace provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) CreateOrganization added in v0.7.9

CreateOrganization provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) CreatePolicy added in v0.7.9

CreatePolicy provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) CreateProject added in v0.7.9

CreateProject provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) CreateRelation added in v0.7.9

CreateRelation provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) CreateResource added in v0.7.9

CreateResource provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) CreateRole added in v0.7.9

CreateRole provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) CreateUser added in v0.7.9

CreateUser provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) DeleteRelation added in v0.7.9

DeleteRelation provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) EXPECT added in v0.7.21

func (*ShieldServiceClient) GetCurrentUser added in v0.7.9

GetCurrentUser provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) GetGroup added in v0.7.9

GetGroup provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) GetNamespace added in v0.7.9

GetNamespace provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) GetOrganization added in v0.7.9

GetOrganization provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) GetProject added in v0.7.9

GetProject provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) GetRelation added in v0.7.9

GetRelation provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) GetResource added in v0.7.9

GetResource provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) GetUser added in v0.7.9

GetUser provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListActions added in v0.7.9

ListActions provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListGroupRelations added in v0.7.9

ListGroupRelations provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListGroups added in v0.7.9

ListGroups provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListNamespaces added in v0.7.9

ListNamespaces provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListOrganizationAdmins added in v0.7.9

ListOrganizationAdmins provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListOrganizations added in v0.7.9

ListOrganizations provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListPolicies added in v0.7.9

ListPolicies provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListProjectAdmins added in v0.7.9

ListProjectAdmins provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListProjects added in v0.7.9

ListProjects provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListRelations added in v0.7.9

ListRelations provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListResources added in v0.7.9

ListResources provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListRoles added in v0.7.9

ListRoles provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListUserGroups added in v0.7.9

ListUserGroups provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) ListUsers added in v0.7.9

ListUsers provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) UpdateCurrentUser added in v0.7.9

UpdateCurrentUser provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) UpdateGroup added in v0.7.9

UpdateGroup provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) UpdateNamespace added in v0.7.9

UpdateNamespace provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) UpdateOrganization added in v0.7.9

UpdateOrganization provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) UpdateProject added in v0.7.9

UpdateProject provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) UpdateResource added in v0.7.9

UpdateResource provides a mock function with given fields: ctx, in, opts

func (*ShieldServiceClient) UpdateUser added in v0.7.9

UpdateUser provides a mock function with given fields: ctx, in, opts

type ShieldServiceClient_CheckResourcePermission_Call added in v0.7.21

type ShieldServiceClient_CheckResourcePermission_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_CheckResourcePermission_Call) Return added in v0.7.21

func (*ShieldServiceClient_CheckResourcePermission_Call) Run added in v0.7.21

type ShieldServiceClient_CreateAction_Call added in v0.7.21

type ShieldServiceClient_CreateAction_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_CreateAction_Call) Return added in v0.7.21

func (*ShieldServiceClient_CreateAction_Call) Run added in v0.7.21

type ShieldServiceClient_CreateGroup_Call added in v0.7.21

type ShieldServiceClient_CreateGroup_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_CreateGroup_Call) Return added in v0.7.21

func (*ShieldServiceClient_CreateGroup_Call) Run added in v0.7.21

func (*ShieldServiceClient_CreateGroup_Call) RunAndReturn added in v0.7.21

type ShieldServiceClient_CreateMetadataKey_Call added in v0.7.21

type ShieldServiceClient_CreateMetadataKey_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_CreateMetadataKey_Call) Return added in v0.7.21

func (*ShieldServiceClient_CreateMetadataKey_Call) Run added in v0.7.21

type ShieldServiceClient_CreateNamespace_Call added in v0.7.21

type ShieldServiceClient_CreateNamespace_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_CreateNamespace_Call) Return added in v0.7.21

func (*ShieldServiceClient_CreateNamespace_Call) Run added in v0.7.21

type ShieldServiceClient_CreateOrganization_Call added in v0.7.21

type ShieldServiceClient_CreateOrganization_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_CreateOrganization_Call) Return added in v0.7.21

func (*ShieldServiceClient_CreateOrganization_Call) Run added in v0.7.21

type ShieldServiceClient_CreatePolicy_Call added in v0.7.21

type ShieldServiceClient_CreatePolicy_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_CreatePolicy_Call) Return added in v0.7.21

func (*ShieldServiceClient_CreatePolicy_Call) Run added in v0.7.21

type ShieldServiceClient_CreateProject_Call added in v0.7.21

type ShieldServiceClient_CreateProject_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_CreateProject_Call) Return added in v0.7.21

func (*ShieldServiceClient_CreateProject_Call) Run added in v0.7.21

type ShieldServiceClient_CreateRelation_Call added in v0.7.21

type ShieldServiceClient_CreateRelation_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_CreateRelation_Call) Return added in v0.7.21

func (*ShieldServiceClient_CreateRelation_Call) Run added in v0.7.21

type ShieldServiceClient_CreateResource_Call added in v0.7.21

type ShieldServiceClient_CreateResource_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_CreateResource_Call) Return added in v0.7.21

func (*ShieldServiceClient_CreateResource_Call) Run added in v0.7.21

type ShieldServiceClient_CreateRole_Call added in v0.7.21

type ShieldServiceClient_CreateRole_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_CreateRole_Call) Return added in v0.7.21

func (*ShieldServiceClient_CreateRole_Call) Run added in v0.7.21

func (*ShieldServiceClient_CreateRole_Call) RunAndReturn added in v0.7.21

type ShieldServiceClient_CreateUser_Call added in v0.7.21

type ShieldServiceClient_CreateUser_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_CreateUser_Call) Return added in v0.7.21

func (*ShieldServiceClient_CreateUser_Call) Run added in v0.7.21

func (*ShieldServiceClient_CreateUser_Call) RunAndReturn added in v0.7.21

type ShieldServiceClient_DeleteRelation_Call added in v0.7.21

type ShieldServiceClient_DeleteRelation_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_DeleteRelation_Call) Return added in v0.7.21

func (*ShieldServiceClient_DeleteRelation_Call) Run added in v0.7.21

type ShieldServiceClient_Expecter added in v0.7.21

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

func (*ShieldServiceClient_Expecter) CheckResourcePermission added in v0.7.21

func (_e *ShieldServiceClient_Expecter) CheckResourcePermission(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_CheckResourcePermission_Call

CheckResourcePermission is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.CheckResourcePermissionRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) CreateAction added in v0.7.21

func (_e *ShieldServiceClient_Expecter) CreateAction(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_CreateAction_Call

CreateAction is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.CreateActionRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) CreateGroup added in v0.7.21

func (_e *ShieldServiceClient_Expecter) CreateGroup(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_CreateGroup_Call

CreateGroup is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.CreateGroupRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) CreateMetadataKey added in v0.7.21

func (_e *ShieldServiceClient_Expecter) CreateMetadataKey(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_CreateMetadataKey_Call

CreateMetadataKey is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.CreateMetadataKeyRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) CreateNamespace added in v0.7.21

func (_e *ShieldServiceClient_Expecter) CreateNamespace(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_CreateNamespace_Call

CreateNamespace is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.CreateNamespaceRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) CreateOrganization added in v0.7.21

func (_e *ShieldServiceClient_Expecter) CreateOrganization(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_CreateOrganization_Call

CreateOrganization is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.CreateOrganizationRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) CreatePolicy added in v0.7.21

func (_e *ShieldServiceClient_Expecter) CreatePolicy(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_CreatePolicy_Call

CreatePolicy is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.CreatePolicyRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) CreateProject added in v0.7.21

func (_e *ShieldServiceClient_Expecter) CreateProject(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_CreateProject_Call

CreateProject is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.CreateProjectRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) CreateRelation added in v0.7.21

func (_e *ShieldServiceClient_Expecter) CreateRelation(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_CreateRelation_Call

CreateRelation is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.CreateRelationRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) CreateResource added in v0.7.21

func (_e *ShieldServiceClient_Expecter) CreateResource(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_CreateResource_Call

CreateResource is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.CreateResourceRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) CreateRole added in v0.7.21

func (_e *ShieldServiceClient_Expecter) CreateRole(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_CreateRole_Call

CreateRole is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.CreateRoleRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) CreateUser added in v0.7.21

func (_e *ShieldServiceClient_Expecter) CreateUser(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_CreateUser_Call

CreateUser is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.CreateUserRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) DeleteRelation added in v0.7.21

func (_e *ShieldServiceClient_Expecter) DeleteRelation(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_DeleteRelation_Call

DeleteRelation is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.DeleteRelationRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) GetCurrentUser added in v0.7.21

func (_e *ShieldServiceClient_Expecter) GetCurrentUser(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_GetCurrentUser_Call

GetCurrentUser is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.GetCurrentUserRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) GetGroup added in v0.7.21

func (_e *ShieldServiceClient_Expecter) GetGroup(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_GetGroup_Call

GetGroup is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.GetGroupRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) GetNamespace added in v0.7.21

func (_e *ShieldServiceClient_Expecter) GetNamespace(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_GetNamespace_Call

GetNamespace is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.GetNamespaceRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) GetOrganization added in v0.7.21

func (_e *ShieldServiceClient_Expecter) GetOrganization(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_GetOrganization_Call

GetOrganization is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.GetOrganizationRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) GetProject added in v0.7.21

func (_e *ShieldServiceClient_Expecter) GetProject(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_GetProject_Call

GetProject is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.GetProjectRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) GetRelation added in v0.7.21

func (_e *ShieldServiceClient_Expecter) GetRelation(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_GetRelation_Call

GetRelation is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.GetRelationRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) GetResource added in v0.7.21

func (_e *ShieldServiceClient_Expecter) GetResource(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_GetResource_Call

GetResource is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.GetResourceRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) GetUser added in v0.7.21

func (_e *ShieldServiceClient_Expecter) GetUser(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_GetUser_Call

GetUser is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.GetUserRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListActions added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListActions(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListActions_Call

ListActions is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListActionsRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListGroupRelations added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListGroupRelations(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListGroupRelations_Call

ListGroupRelations is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListGroupRelationsRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListGroups added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListGroups(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListGroups_Call

ListGroups is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListGroupsRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListNamespaces added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListNamespaces(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListNamespaces_Call

ListNamespaces is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListNamespacesRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListOrganizationAdmins added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListOrganizationAdmins(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListOrganizationAdmins_Call

ListOrganizationAdmins is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListOrganizationAdminsRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListOrganizations added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListOrganizations(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListOrganizations_Call

ListOrganizations is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListOrganizationsRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListPolicies added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListPolicies(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListPolicies_Call

ListPolicies is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListPoliciesRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListProjectAdmins added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListProjectAdmins(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListProjectAdmins_Call

ListProjectAdmins is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListProjectAdminsRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListProjects added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListProjects(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListProjects_Call

ListProjects is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListProjectsRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListRelations added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListRelations(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListRelations_Call

ListRelations is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListRelationsRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListResources added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListResources(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListResources_Call

ListResources is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListResourcesRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListRoles added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListRoles(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListRoles_Call

ListRoles is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListRolesRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListUserGroups added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListUserGroups(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListUserGroups_Call

ListUserGroups is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListUserGroupsRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) ListUsers added in v0.7.21

func (_e *ShieldServiceClient_Expecter) ListUsers(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_ListUsers_Call

ListUsers is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.ListUsersRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) UpdateCurrentUser added in v0.7.21

func (_e *ShieldServiceClient_Expecter) UpdateCurrentUser(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_UpdateCurrentUser_Call

UpdateCurrentUser is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.UpdateCurrentUserRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) UpdateGroup added in v0.7.21

func (_e *ShieldServiceClient_Expecter) UpdateGroup(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_UpdateGroup_Call

UpdateGroup is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.UpdateGroupRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) UpdateNamespace added in v0.7.21

func (_e *ShieldServiceClient_Expecter) UpdateNamespace(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_UpdateNamespace_Call

UpdateNamespace is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.UpdateNamespaceRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) UpdateOrganization added in v0.7.21

func (_e *ShieldServiceClient_Expecter) UpdateOrganization(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_UpdateOrganization_Call

UpdateOrganization is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.UpdateOrganizationRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) UpdateProject added in v0.7.21

func (_e *ShieldServiceClient_Expecter) UpdateProject(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_UpdateProject_Call

UpdateProject is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.UpdateProjectRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) UpdateResource added in v0.7.21

func (_e *ShieldServiceClient_Expecter) UpdateResource(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_UpdateResource_Call

UpdateResource is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.UpdateResourceRequest
  • opts ...grpc.CallOption

func (*ShieldServiceClient_Expecter) UpdateUser added in v0.7.21

func (_e *ShieldServiceClient_Expecter) UpdateUser(ctx interface{}, in interface{}, opts ...interface{}) *ShieldServiceClient_UpdateUser_Call

UpdateUser is a helper method to define mock.On call

  • ctx context.Context
  • in *shieldv1beta1.UpdateUserRequest
  • opts ...grpc.CallOption

type ShieldServiceClient_GetCurrentUser_Call added in v0.7.21

type ShieldServiceClient_GetCurrentUser_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_GetCurrentUser_Call) Return added in v0.7.21

func (*ShieldServiceClient_GetCurrentUser_Call) Run added in v0.7.21

type ShieldServiceClient_GetGroup_Call added in v0.7.21

type ShieldServiceClient_GetGroup_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_GetGroup_Call) Return added in v0.7.21

func (*ShieldServiceClient_GetGroup_Call) Run added in v0.7.21

func (*ShieldServiceClient_GetGroup_Call) RunAndReturn added in v0.7.21

type ShieldServiceClient_GetNamespace_Call added in v0.7.21

type ShieldServiceClient_GetNamespace_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_GetNamespace_Call) Return added in v0.7.21

func (*ShieldServiceClient_GetNamespace_Call) Run added in v0.7.21

type ShieldServiceClient_GetOrganization_Call added in v0.7.21

type ShieldServiceClient_GetOrganization_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_GetOrganization_Call) Return added in v0.7.21

func (*ShieldServiceClient_GetOrganization_Call) Run added in v0.7.21

type ShieldServiceClient_GetProject_Call added in v0.7.21

type ShieldServiceClient_GetProject_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_GetProject_Call) Return added in v0.7.21

func (*ShieldServiceClient_GetProject_Call) Run added in v0.7.21

func (*ShieldServiceClient_GetProject_Call) RunAndReturn added in v0.7.21

type ShieldServiceClient_GetRelation_Call added in v0.7.21

type ShieldServiceClient_GetRelation_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_GetRelation_Call) Return added in v0.7.21

func (*ShieldServiceClient_GetRelation_Call) Run added in v0.7.21

func (*ShieldServiceClient_GetRelation_Call) RunAndReturn added in v0.7.21

type ShieldServiceClient_GetResource_Call added in v0.7.21

type ShieldServiceClient_GetResource_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_GetResource_Call) Return added in v0.7.21

func (*ShieldServiceClient_GetResource_Call) Run added in v0.7.21

func (*ShieldServiceClient_GetResource_Call) RunAndReturn added in v0.7.21

type ShieldServiceClient_GetUser_Call added in v0.7.21

type ShieldServiceClient_GetUser_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_GetUser_Call) Return added in v0.7.21

func (*ShieldServiceClient_GetUser_Call) Run added in v0.7.21

func (*ShieldServiceClient_GetUser_Call) RunAndReturn added in v0.7.21

type ShieldServiceClient_ListActions_Call added in v0.7.21

type ShieldServiceClient_ListActions_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListActions_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListActions_Call) Run added in v0.7.21

func (*ShieldServiceClient_ListActions_Call) RunAndReturn added in v0.7.21

type ShieldServiceClient_ListGroupRelations_Call added in v0.7.21

type ShieldServiceClient_ListGroupRelations_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListGroupRelations_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListGroupRelations_Call) Run added in v0.7.21

type ShieldServiceClient_ListGroups_Call added in v0.7.21

type ShieldServiceClient_ListGroups_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListGroups_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListGroups_Call) Run added in v0.7.21

func (*ShieldServiceClient_ListGroups_Call) RunAndReturn added in v0.7.21

type ShieldServiceClient_ListNamespaces_Call added in v0.7.21

type ShieldServiceClient_ListNamespaces_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListNamespaces_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListNamespaces_Call) Run added in v0.7.21

type ShieldServiceClient_ListOrganizationAdmins_Call added in v0.7.21

type ShieldServiceClient_ListOrganizationAdmins_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListOrganizationAdmins_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListOrganizationAdmins_Call) Run added in v0.7.21

type ShieldServiceClient_ListOrganizations_Call added in v0.7.21

type ShieldServiceClient_ListOrganizations_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListOrganizations_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListOrganizations_Call) Run added in v0.7.21

type ShieldServiceClient_ListPolicies_Call added in v0.7.21

type ShieldServiceClient_ListPolicies_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListPolicies_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListPolicies_Call) Run added in v0.7.21

type ShieldServiceClient_ListProjectAdmins_Call added in v0.7.21

type ShieldServiceClient_ListProjectAdmins_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListProjectAdmins_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListProjectAdmins_Call) Run added in v0.7.21

type ShieldServiceClient_ListProjects_Call added in v0.7.21

type ShieldServiceClient_ListProjects_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListProjects_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListProjects_Call) Run added in v0.7.21

type ShieldServiceClient_ListRelations_Call added in v0.7.21

type ShieldServiceClient_ListRelations_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListRelations_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListRelations_Call) Run added in v0.7.21

type ShieldServiceClient_ListResources_Call added in v0.7.21

type ShieldServiceClient_ListResources_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListResources_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListResources_Call) Run added in v0.7.21

type ShieldServiceClient_ListRoles_Call added in v0.7.21

type ShieldServiceClient_ListRoles_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListRoles_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListRoles_Call) Run added in v0.7.21

func (*ShieldServiceClient_ListRoles_Call) RunAndReturn added in v0.7.21

type ShieldServiceClient_ListUserGroups_Call added in v0.7.21

type ShieldServiceClient_ListUserGroups_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListUserGroups_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListUserGroups_Call) Run added in v0.7.21

type ShieldServiceClient_ListUsers_Call added in v0.7.21

type ShieldServiceClient_ListUsers_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_ListUsers_Call) Return added in v0.7.21

func (*ShieldServiceClient_ListUsers_Call) Run added in v0.7.21

func (*ShieldServiceClient_ListUsers_Call) RunAndReturn added in v0.7.21

type ShieldServiceClient_UpdateCurrentUser_Call added in v0.7.21

type ShieldServiceClient_UpdateCurrentUser_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_UpdateCurrentUser_Call) Return added in v0.7.21

func (*ShieldServiceClient_UpdateCurrentUser_Call) Run added in v0.7.21

type ShieldServiceClient_UpdateGroup_Call added in v0.7.21

type ShieldServiceClient_UpdateGroup_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_UpdateGroup_Call) Return added in v0.7.21

func (*ShieldServiceClient_UpdateGroup_Call) Run added in v0.7.21

func (*ShieldServiceClient_UpdateGroup_Call) RunAndReturn added in v0.7.21

type ShieldServiceClient_UpdateNamespace_Call added in v0.7.21

type ShieldServiceClient_UpdateNamespace_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_UpdateNamespace_Call) Return added in v0.7.21

func (*ShieldServiceClient_UpdateNamespace_Call) Run added in v0.7.21

type ShieldServiceClient_UpdateOrganization_Call added in v0.7.21

type ShieldServiceClient_UpdateOrganization_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_UpdateOrganization_Call) Return added in v0.7.21

func (*ShieldServiceClient_UpdateOrganization_Call) Run added in v0.7.21

type ShieldServiceClient_UpdateProject_Call added in v0.7.21

type ShieldServiceClient_UpdateProject_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_UpdateProject_Call) Return added in v0.7.21

func (*ShieldServiceClient_UpdateProject_Call) Run added in v0.7.21

type ShieldServiceClient_UpdateResource_Call added in v0.7.21

type ShieldServiceClient_UpdateResource_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_UpdateResource_Call) Return added in v0.7.21

func (*ShieldServiceClient_UpdateResource_Call) Run added in v0.7.21

type ShieldServiceClient_UpdateUser_Call added in v0.7.21

type ShieldServiceClient_UpdateUser_Call struct {
	*mock.Call
}

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

func (*ShieldServiceClient_UpdateUser_Call) Return added in v0.7.21

func (*ShieldServiceClient_UpdateUser_Call) Run added in v0.7.21

func (*ShieldServiceClient_UpdateUser_Call) RunAndReturn added in v0.7.21

type SirenServiceClient added in v0.7.9

type SirenServiceClient struct {
	mock.Mock
}

SirenServiceClient is an autogenerated mock type for the SirenServiceClient type

func NewSirenServiceClient added in v0.7.9

func NewSirenServiceClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *SirenServiceClient

NewSirenServiceClient creates a new instance of SirenServiceClient. 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 (*SirenServiceClient) CreateAlerts added in v0.7.9

CreateAlerts provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) CreateAlertsWithNamespace added in v0.7.9

CreateAlertsWithNamespace provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) CreateNamespace added in v0.7.9

CreateNamespace provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) CreateProvider added in v0.7.9

CreateProvider provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) CreateReceiver added in v0.7.9

CreateReceiver provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) CreateSilence added in v0.7.9

CreateSilence provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) CreateSubscription added in v0.7.9

CreateSubscription provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) DeleteNamespace added in v0.7.9

DeleteNamespace provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) DeleteProvider added in v0.7.9

DeleteProvider provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) DeleteReceiver added in v0.7.9

DeleteReceiver provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) DeleteSubscription added in v0.7.9

DeleteSubscription provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) DeleteTemplate added in v0.7.9

DeleteTemplate provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) EXPECT added in v0.7.21

func (*SirenServiceClient) ExpireSilence added in v0.7.9

ExpireSilence provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) GetNamespace added in v0.7.9

GetNamespace provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) GetProvider added in v0.7.9

GetProvider provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) GetReceiver added in v0.7.9

GetReceiver provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) GetSilence added in v0.7.9

GetSilence provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) GetSubscription added in v0.7.9

GetSubscription provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) GetTemplate added in v0.7.9

GetTemplate provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) ListAlerts added in v0.7.9

ListAlerts provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) ListNamespaces added in v0.7.9

ListNamespaces provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) ListProviders added in v0.7.9

ListProviders provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) ListReceivers added in v0.7.9

ListReceivers provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) ListRules added in v0.7.9

ListRules provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) ListSilences added in v0.7.9

ListSilences provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) ListSubscriptions added in v0.7.9

ListSubscriptions provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) ListTemplates added in v0.7.9

ListTemplates provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) NotifyReceiver added in v0.7.9

NotifyReceiver provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) RenderTemplate added in v0.7.9

RenderTemplate provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) UpdateNamespace added in v0.7.9

UpdateNamespace provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) UpdateProvider added in v0.7.9

UpdateProvider provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) UpdateReceiver added in v0.7.9

UpdateReceiver provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) UpdateRule added in v0.7.9

UpdateRule provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) UpdateSubscription added in v0.7.9

UpdateSubscription provides a mock function with given fields: ctx, in, opts

func (*SirenServiceClient) UpsertTemplate added in v0.7.9

UpsertTemplate provides a mock function with given fields: ctx, in, opts

type SirenServiceClient_CreateAlertsWithNamespace_Call added in v0.7.21

type SirenServiceClient_CreateAlertsWithNamespace_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_CreateAlertsWithNamespace_Call) Return added in v0.7.21

func (*SirenServiceClient_CreateAlertsWithNamespace_Call) Run added in v0.7.21

type SirenServiceClient_CreateAlerts_Call added in v0.7.21

type SirenServiceClient_CreateAlerts_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_CreateAlerts_Call) Return added in v0.7.21

func (*SirenServiceClient_CreateAlerts_Call) Run added in v0.7.21

func (*SirenServiceClient_CreateAlerts_Call) RunAndReturn added in v0.7.21

type SirenServiceClient_CreateNamespace_Call added in v0.7.21

type SirenServiceClient_CreateNamespace_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_CreateNamespace_Call) Return added in v0.7.21

func (*SirenServiceClient_CreateNamespace_Call) Run added in v0.7.21

type SirenServiceClient_CreateProvider_Call added in v0.7.21

type SirenServiceClient_CreateProvider_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_CreateProvider_Call) Return added in v0.7.21

func (*SirenServiceClient_CreateProvider_Call) Run added in v0.7.21

type SirenServiceClient_CreateReceiver_Call added in v0.7.21

type SirenServiceClient_CreateReceiver_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_CreateReceiver_Call) Return added in v0.7.21

func (*SirenServiceClient_CreateReceiver_Call) Run added in v0.7.21

type SirenServiceClient_CreateSilence_Call added in v0.7.21

type SirenServiceClient_CreateSilence_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_CreateSilence_Call) Return added in v0.7.21

func (*SirenServiceClient_CreateSilence_Call) Run added in v0.7.21

type SirenServiceClient_CreateSubscription_Call added in v0.7.21

type SirenServiceClient_CreateSubscription_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_CreateSubscription_Call) Return added in v0.7.21

func (*SirenServiceClient_CreateSubscription_Call) Run added in v0.7.21

type SirenServiceClient_DeleteNamespace_Call added in v0.7.21

type SirenServiceClient_DeleteNamespace_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_DeleteNamespace_Call) Return added in v0.7.21

func (*SirenServiceClient_DeleteNamespace_Call) Run added in v0.7.21

type SirenServiceClient_DeleteProvider_Call added in v0.7.21

type SirenServiceClient_DeleteProvider_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_DeleteProvider_Call) Return added in v0.7.21

func (*SirenServiceClient_DeleteProvider_Call) Run added in v0.7.21

type SirenServiceClient_DeleteReceiver_Call added in v0.7.21

type SirenServiceClient_DeleteReceiver_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_DeleteReceiver_Call) Return added in v0.7.21

func (*SirenServiceClient_DeleteReceiver_Call) Run added in v0.7.21

type SirenServiceClient_DeleteSubscription_Call added in v0.7.21

type SirenServiceClient_DeleteSubscription_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_DeleteSubscription_Call) Return added in v0.7.21

func (*SirenServiceClient_DeleteSubscription_Call) Run added in v0.7.21

type SirenServiceClient_DeleteTemplate_Call added in v0.7.21

type SirenServiceClient_DeleteTemplate_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_DeleteTemplate_Call) Return added in v0.7.21

func (*SirenServiceClient_DeleteTemplate_Call) Run added in v0.7.21

type SirenServiceClient_Expecter added in v0.7.21

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

func (*SirenServiceClient_Expecter) CreateAlerts added in v0.7.21

func (_e *SirenServiceClient_Expecter) CreateAlerts(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_CreateAlerts_Call

CreateAlerts is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.CreateAlertsRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) CreateAlertsWithNamespace added in v0.7.21

func (_e *SirenServiceClient_Expecter) CreateAlertsWithNamespace(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_CreateAlertsWithNamespace_Call

CreateAlertsWithNamespace is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.CreateAlertsWithNamespaceRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) CreateNamespace added in v0.7.21

func (_e *SirenServiceClient_Expecter) CreateNamespace(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_CreateNamespace_Call

CreateNamespace is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.CreateNamespaceRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) CreateProvider added in v0.7.21

func (_e *SirenServiceClient_Expecter) CreateProvider(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_CreateProvider_Call

CreateProvider is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.CreateProviderRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) CreateReceiver added in v0.7.21

func (_e *SirenServiceClient_Expecter) CreateReceiver(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_CreateReceiver_Call

CreateReceiver is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.CreateReceiverRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) CreateSilence added in v0.7.21

func (_e *SirenServiceClient_Expecter) CreateSilence(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_CreateSilence_Call

CreateSilence is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.CreateSilenceRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) CreateSubscription added in v0.7.21

func (_e *SirenServiceClient_Expecter) CreateSubscription(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_CreateSubscription_Call

CreateSubscription is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.CreateSubscriptionRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) DeleteNamespace added in v0.7.21

func (_e *SirenServiceClient_Expecter) DeleteNamespace(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_DeleteNamespace_Call

DeleteNamespace is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.DeleteNamespaceRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) DeleteProvider added in v0.7.21

func (_e *SirenServiceClient_Expecter) DeleteProvider(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_DeleteProvider_Call

DeleteProvider is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.DeleteProviderRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) DeleteReceiver added in v0.7.21

func (_e *SirenServiceClient_Expecter) DeleteReceiver(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_DeleteReceiver_Call

DeleteReceiver is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.DeleteReceiverRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) DeleteSubscription added in v0.7.21

func (_e *SirenServiceClient_Expecter) DeleteSubscription(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_DeleteSubscription_Call

DeleteSubscription is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.DeleteSubscriptionRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) DeleteTemplate added in v0.7.21

func (_e *SirenServiceClient_Expecter) DeleteTemplate(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_DeleteTemplate_Call

DeleteTemplate is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.DeleteTemplateRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) ExpireSilence added in v0.7.21

func (_e *SirenServiceClient_Expecter) ExpireSilence(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_ExpireSilence_Call

ExpireSilence is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.ExpireSilenceRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) GetNamespace added in v0.7.21

func (_e *SirenServiceClient_Expecter) GetNamespace(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_GetNamespace_Call

GetNamespace is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.GetNamespaceRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) GetProvider added in v0.7.21

func (_e *SirenServiceClient_Expecter) GetProvider(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_GetProvider_Call

GetProvider is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.GetProviderRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) GetReceiver added in v0.7.21

func (_e *SirenServiceClient_Expecter) GetReceiver(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_GetReceiver_Call

GetReceiver is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.GetReceiverRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) GetSilence added in v0.7.21

func (_e *SirenServiceClient_Expecter) GetSilence(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_GetSilence_Call

GetSilence is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.GetSilenceRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) GetSubscription added in v0.7.21

func (_e *SirenServiceClient_Expecter) GetSubscription(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_GetSubscription_Call

GetSubscription is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.GetSubscriptionRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) GetTemplate added in v0.7.21

func (_e *SirenServiceClient_Expecter) GetTemplate(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_GetTemplate_Call

GetTemplate is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.GetTemplateRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) ListAlerts added in v0.7.21

func (_e *SirenServiceClient_Expecter) ListAlerts(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_ListAlerts_Call

ListAlerts is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.ListAlertsRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) ListNamespaces added in v0.7.21

func (_e *SirenServiceClient_Expecter) ListNamespaces(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_ListNamespaces_Call

ListNamespaces is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.ListNamespacesRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) ListProviders added in v0.7.21

func (_e *SirenServiceClient_Expecter) ListProviders(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_ListProviders_Call

ListProviders is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.ListProvidersRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) ListReceivers added in v0.7.21

func (_e *SirenServiceClient_Expecter) ListReceivers(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_ListReceivers_Call

ListReceivers is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.ListReceiversRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) ListRules added in v0.7.21

func (_e *SirenServiceClient_Expecter) ListRules(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_ListRules_Call

ListRules is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.ListRulesRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) ListSilences added in v0.7.21

func (_e *SirenServiceClient_Expecter) ListSilences(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_ListSilences_Call

ListSilences is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.ListSilencesRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) ListSubscriptions added in v0.7.21

func (_e *SirenServiceClient_Expecter) ListSubscriptions(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_ListSubscriptions_Call

ListSubscriptions is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.ListSubscriptionsRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) ListTemplates added in v0.7.21

func (_e *SirenServiceClient_Expecter) ListTemplates(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_ListTemplates_Call

ListTemplates is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.ListTemplatesRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) NotifyReceiver added in v0.7.21

func (_e *SirenServiceClient_Expecter) NotifyReceiver(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_NotifyReceiver_Call

NotifyReceiver is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.NotifyReceiverRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) RenderTemplate added in v0.7.21

func (_e *SirenServiceClient_Expecter) RenderTemplate(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_RenderTemplate_Call

RenderTemplate is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.RenderTemplateRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) UpdateNamespace added in v0.7.21

func (_e *SirenServiceClient_Expecter) UpdateNamespace(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_UpdateNamespace_Call

UpdateNamespace is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.UpdateNamespaceRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) UpdateProvider added in v0.7.21

func (_e *SirenServiceClient_Expecter) UpdateProvider(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_UpdateProvider_Call

UpdateProvider is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.UpdateProviderRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) UpdateReceiver added in v0.7.21

func (_e *SirenServiceClient_Expecter) UpdateReceiver(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_UpdateReceiver_Call

UpdateReceiver is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.UpdateReceiverRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) UpdateRule added in v0.7.21

func (_e *SirenServiceClient_Expecter) UpdateRule(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_UpdateRule_Call

UpdateRule is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.UpdateRuleRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) UpdateSubscription added in v0.7.21

func (_e *SirenServiceClient_Expecter) UpdateSubscription(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_UpdateSubscription_Call

UpdateSubscription is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.UpdateSubscriptionRequest
  • opts ...grpc.CallOption

func (*SirenServiceClient_Expecter) UpsertTemplate added in v0.7.21

func (_e *SirenServiceClient_Expecter) UpsertTemplate(ctx interface{}, in interface{}, opts ...interface{}) *SirenServiceClient_UpsertTemplate_Call

UpsertTemplate is a helper method to define mock.On call

  • ctx context.Context
  • in *sirenv1beta1.UpsertTemplateRequest
  • opts ...grpc.CallOption

type SirenServiceClient_ExpireSilence_Call added in v0.7.21

type SirenServiceClient_ExpireSilence_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_ExpireSilence_Call) Return added in v0.7.21

func (*SirenServiceClient_ExpireSilence_Call) Run added in v0.7.21

type SirenServiceClient_GetNamespace_Call added in v0.7.21

type SirenServiceClient_GetNamespace_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_GetNamespace_Call) Return added in v0.7.21

func (*SirenServiceClient_GetNamespace_Call) Run added in v0.7.21

func (*SirenServiceClient_GetNamespace_Call) RunAndReturn added in v0.7.21

type SirenServiceClient_GetProvider_Call added in v0.7.21

type SirenServiceClient_GetProvider_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_GetProvider_Call) Return added in v0.7.21

func (*SirenServiceClient_GetProvider_Call) Run added in v0.7.21

func (*SirenServiceClient_GetProvider_Call) RunAndReturn added in v0.7.21

type SirenServiceClient_GetReceiver_Call added in v0.7.21

type SirenServiceClient_GetReceiver_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_GetReceiver_Call) Return added in v0.7.21

func (*SirenServiceClient_GetReceiver_Call) Run added in v0.7.21

func (*SirenServiceClient_GetReceiver_Call) RunAndReturn added in v0.7.21

type SirenServiceClient_GetSilence_Call added in v0.7.21

type SirenServiceClient_GetSilence_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_GetSilence_Call) Return added in v0.7.21

func (*SirenServiceClient_GetSilence_Call) Run added in v0.7.21

func (*SirenServiceClient_GetSilence_Call) RunAndReturn added in v0.7.21

type SirenServiceClient_GetSubscription_Call added in v0.7.21

type SirenServiceClient_GetSubscription_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_GetSubscription_Call) Return added in v0.7.21

func (*SirenServiceClient_GetSubscription_Call) Run added in v0.7.21

type SirenServiceClient_GetTemplate_Call added in v0.7.21

type SirenServiceClient_GetTemplate_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_GetTemplate_Call) Return added in v0.7.21

func (*SirenServiceClient_GetTemplate_Call) Run added in v0.7.21

func (*SirenServiceClient_GetTemplate_Call) RunAndReturn added in v0.7.21

type SirenServiceClient_ListAlerts_Call added in v0.7.21

type SirenServiceClient_ListAlerts_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_ListAlerts_Call) Return added in v0.7.21

func (*SirenServiceClient_ListAlerts_Call) Run added in v0.7.21

func (*SirenServiceClient_ListAlerts_Call) RunAndReturn added in v0.7.21

type SirenServiceClient_ListNamespaces_Call added in v0.7.21

type SirenServiceClient_ListNamespaces_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_ListNamespaces_Call) Return added in v0.7.21

func (*SirenServiceClient_ListNamespaces_Call) Run added in v0.7.21

type SirenServiceClient_ListProviders_Call added in v0.7.21

type SirenServiceClient_ListProviders_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_ListProviders_Call) Return added in v0.7.21

func (*SirenServiceClient_ListProviders_Call) Run added in v0.7.21

type SirenServiceClient_ListReceivers_Call added in v0.7.21

type SirenServiceClient_ListReceivers_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_ListReceivers_Call) Return added in v0.7.21

func (*SirenServiceClient_ListReceivers_Call) Run added in v0.7.21

type SirenServiceClient_ListRules_Call added in v0.7.21

type SirenServiceClient_ListRules_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_ListRules_Call) Return added in v0.7.21

func (*SirenServiceClient_ListRules_Call) Run added in v0.7.21

func (*SirenServiceClient_ListRules_Call) RunAndReturn added in v0.7.21

type SirenServiceClient_ListSilences_Call added in v0.7.21

type SirenServiceClient_ListSilences_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_ListSilences_Call) Return added in v0.7.21

func (*SirenServiceClient_ListSilences_Call) Run added in v0.7.21

func (*SirenServiceClient_ListSilences_Call) RunAndReturn added in v0.7.21

type SirenServiceClient_ListSubscriptions_Call added in v0.7.21

type SirenServiceClient_ListSubscriptions_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_ListSubscriptions_Call) Return added in v0.7.21

func (*SirenServiceClient_ListSubscriptions_Call) Run added in v0.7.21

type SirenServiceClient_ListTemplates_Call added in v0.7.21

type SirenServiceClient_ListTemplates_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_ListTemplates_Call) Return added in v0.7.21

func (*SirenServiceClient_ListTemplates_Call) Run added in v0.7.21

type SirenServiceClient_NotifyReceiver_Call added in v0.7.21

type SirenServiceClient_NotifyReceiver_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_NotifyReceiver_Call) Return added in v0.7.21

func (*SirenServiceClient_NotifyReceiver_Call) Run added in v0.7.21

type SirenServiceClient_RenderTemplate_Call added in v0.7.21

type SirenServiceClient_RenderTemplate_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_RenderTemplate_Call) Return added in v0.7.21

func (*SirenServiceClient_RenderTemplate_Call) Run added in v0.7.21

type SirenServiceClient_UpdateNamespace_Call added in v0.7.21

type SirenServiceClient_UpdateNamespace_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_UpdateNamespace_Call) Return added in v0.7.21

func (*SirenServiceClient_UpdateNamespace_Call) Run added in v0.7.21

type SirenServiceClient_UpdateProvider_Call added in v0.7.21

type SirenServiceClient_UpdateProvider_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_UpdateProvider_Call) Return added in v0.7.21

func (*SirenServiceClient_UpdateProvider_Call) Run added in v0.7.21

type SirenServiceClient_UpdateReceiver_Call added in v0.7.21

type SirenServiceClient_UpdateReceiver_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_UpdateReceiver_Call) Return added in v0.7.21

func (*SirenServiceClient_UpdateReceiver_Call) Run added in v0.7.21

type SirenServiceClient_UpdateRule_Call added in v0.7.21

type SirenServiceClient_UpdateRule_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_UpdateRule_Call) Return added in v0.7.21

func (*SirenServiceClient_UpdateRule_Call) Run added in v0.7.21

func (*SirenServiceClient_UpdateRule_Call) RunAndReturn added in v0.7.21

type SirenServiceClient_UpdateSubscription_Call added in v0.7.21

type SirenServiceClient_UpdateSubscription_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_UpdateSubscription_Call) Return added in v0.7.21

func (*SirenServiceClient_UpdateSubscription_Call) Run added in v0.7.21

type SirenServiceClient_UpsertTemplate_Call added in v0.7.21

type SirenServiceClient_UpsertTemplate_Call struct {
	*mock.Call
}

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

func (*SirenServiceClient_UpsertTemplate_Call) Return added in v0.7.21

func (*SirenServiceClient_UpsertTemplate_Call) Run added in v0.7.21

Jump to

Keyboard shortcuts

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