bundledeployments

package
v0.149.0 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBundleDeploymentsInterface

type MockBundleDeploymentsInterface struct {
	mock.Mock
}

MockBundleDeploymentsInterface is an autogenerated mock type for the BundleDeploymentsInterface type

func NewMockBundleDeploymentsInterface

func NewMockBundleDeploymentsInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockBundleDeploymentsInterface

NewMockBundleDeploymentsInterface creates a new instance of MockBundleDeploymentsInterface. 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 (*MockBundleDeploymentsInterface) CompleteVersion

CompleteVersion provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) CreateDeployment

CreateDeployment provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) CreateOperation

CreateOperation provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) CreateVersion

CreateVersion provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) DeleteDeployment

DeleteDeployment provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) EXPECT

func (*MockBundleDeploymentsInterface) GetDeployment

GetDeployment provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) GetOperation

GetOperation provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) GetResource

GetResource provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) GetVersion

GetVersion provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) Heartbeat

Heartbeat provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) ListDeployments

ListDeployments provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) ListDeploymentsAll

ListDeploymentsAll provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) ListOperations

ListOperations provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) ListOperationsAll

ListOperationsAll provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) ListResources

ListResources provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) ListResourcesAll

ListResourcesAll provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) ListVersions

ListVersions provides a mock function with given fields: ctx, request

func (*MockBundleDeploymentsInterface) ListVersionsAll

ListVersionsAll provides a mock function with given fields: ctx, request

type MockBundleDeploymentsInterface_CompleteVersion_Call

type MockBundleDeploymentsInterface_CompleteVersion_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_CompleteVersion_Call) Return

func (*MockBundleDeploymentsInterface_CompleteVersion_Call) Run

type MockBundleDeploymentsInterface_CreateDeployment_Call

type MockBundleDeploymentsInterface_CreateDeployment_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_CreateDeployment_Call) Return

func (*MockBundleDeploymentsInterface_CreateDeployment_Call) Run

type MockBundleDeploymentsInterface_CreateOperation_Call

type MockBundleDeploymentsInterface_CreateOperation_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_CreateOperation_Call) Return

func (*MockBundleDeploymentsInterface_CreateOperation_Call) Run

type MockBundleDeploymentsInterface_CreateVersion_Call

type MockBundleDeploymentsInterface_CreateVersion_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_CreateVersion_Call) Return

func (*MockBundleDeploymentsInterface_CreateVersion_Call) Run

type MockBundleDeploymentsInterface_DeleteDeployment_Call

type MockBundleDeploymentsInterface_DeleteDeployment_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_DeleteDeployment_Call) Return

func (*MockBundleDeploymentsInterface_DeleteDeployment_Call) Run

type MockBundleDeploymentsInterface_Expecter

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

func (*MockBundleDeploymentsInterface_Expecter) CompleteVersion

func (_e *MockBundleDeploymentsInterface_Expecter) CompleteVersion(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_CompleteVersion_Call

CompleteVersion is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.CompleteVersionRequest

func (*MockBundleDeploymentsInterface_Expecter) CreateDeployment

func (_e *MockBundleDeploymentsInterface_Expecter) CreateDeployment(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_CreateDeployment_Call

CreateDeployment is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.CreateDeploymentRequest

func (*MockBundleDeploymentsInterface_Expecter) CreateOperation

func (_e *MockBundleDeploymentsInterface_Expecter) CreateOperation(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_CreateOperation_Call

CreateOperation is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.CreateOperationRequest

func (*MockBundleDeploymentsInterface_Expecter) CreateVersion

func (_e *MockBundleDeploymentsInterface_Expecter) CreateVersion(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_CreateVersion_Call

CreateVersion is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.CreateVersionRequest

func (*MockBundleDeploymentsInterface_Expecter) DeleteDeployment

func (_e *MockBundleDeploymentsInterface_Expecter) DeleteDeployment(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_DeleteDeployment_Call

DeleteDeployment is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.DeleteDeploymentRequest

func (*MockBundleDeploymentsInterface_Expecter) GetDeployment

func (_e *MockBundleDeploymentsInterface_Expecter) GetDeployment(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_GetDeployment_Call

GetDeployment is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.GetDeploymentRequest

func (*MockBundleDeploymentsInterface_Expecter) GetOperation

func (_e *MockBundleDeploymentsInterface_Expecter) GetOperation(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_GetOperation_Call

GetOperation is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.GetOperationRequest

func (*MockBundleDeploymentsInterface_Expecter) GetResource

func (_e *MockBundleDeploymentsInterface_Expecter) GetResource(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_GetResource_Call

GetResource is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.GetResourceRequest

func (*MockBundleDeploymentsInterface_Expecter) GetVersion

func (_e *MockBundleDeploymentsInterface_Expecter) GetVersion(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_GetVersion_Call

GetVersion is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.GetVersionRequest

func (*MockBundleDeploymentsInterface_Expecter) Heartbeat

func (_e *MockBundleDeploymentsInterface_Expecter) Heartbeat(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_Heartbeat_Call

Heartbeat is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.HeartbeatRequest

func (*MockBundleDeploymentsInterface_Expecter) ListDeployments

func (_e *MockBundleDeploymentsInterface_Expecter) ListDeployments(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListDeployments_Call

ListDeployments is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.ListDeploymentsRequest

func (*MockBundleDeploymentsInterface_Expecter) ListDeploymentsAll

func (_e *MockBundleDeploymentsInterface_Expecter) ListDeploymentsAll(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListDeploymentsAll_Call

ListDeploymentsAll is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.ListDeploymentsRequest

func (*MockBundleDeploymentsInterface_Expecter) ListOperations

func (_e *MockBundleDeploymentsInterface_Expecter) ListOperations(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListOperations_Call

ListOperations is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.ListOperationsRequest

func (*MockBundleDeploymentsInterface_Expecter) ListOperationsAll

func (_e *MockBundleDeploymentsInterface_Expecter) ListOperationsAll(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListOperationsAll_Call

ListOperationsAll is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.ListOperationsRequest

func (*MockBundleDeploymentsInterface_Expecter) ListResources

func (_e *MockBundleDeploymentsInterface_Expecter) ListResources(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListResources_Call

ListResources is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.ListResourcesRequest

func (*MockBundleDeploymentsInterface_Expecter) ListResourcesAll

func (_e *MockBundleDeploymentsInterface_Expecter) ListResourcesAll(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListResourcesAll_Call

ListResourcesAll is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.ListResourcesRequest

func (*MockBundleDeploymentsInterface_Expecter) ListVersions

func (_e *MockBundleDeploymentsInterface_Expecter) ListVersions(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListVersions_Call

ListVersions is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.ListVersionsRequest

func (*MockBundleDeploymentsInterface_Expecter) ListVersionsAll

func (_e *MockBundleDeploymentsInterface_Expecter) ListVersionsAll(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListVersionsAll_Call

ListVersionsAll is a helper method to define mock.On call

  • ctx context.Context
  • request bundledeployments.ListVersionsRequest

type MockBundleDeploymentsInterface_GetDeployment_Call

type MockBundleDeploymentsInterface_GetDeployment_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_GetDeployment_Call) Return

func (*MockBundleDeploymentsInterface_GetDeployment_Call) Run

type MockBundleDeploymentsInterface_GetOperation_Call

type MockBundleDeploymentsInterface_GetOperation_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_GetOperation_Call) Return

func (*MockBundleDeploymentsInterface_GetOperation_Call) Run

type MockBundleDeploymentsInterface_GetResource_Call

type MockBundleDeploymentsInterface_GetResource_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_GetResource_Call) Return

func (*MockBundleDeploymentsInterface_GetResource_Call) Run

type MockBundleDeploymentsInterface_GetVersion_Call

type MockBundleDeploymentsInterface_GetVersion_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_GetVersion_Call) Return

func (*MockBundleDeploymentsInterface_GetVersion_Call) Run

type MockBundleDeploymentsInterface_Heartbeat_Call

type MockBundleDeploymentsInterface_Heartbeat_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_Heartbeat_Call) Return

func (*MockBundleDeploymentsInterface_Heartbeat_Call) Run

type MockBundleDeploymentsInterface_ListDeploymentsAll_Call

type MockBundleDeploymentsInterface_ListDeploymentsAll_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_ListDeploymentsAll_Call) Return

func (*MockBundleDeploymentsInterface_ListDeploymentsAll_Call) Run

type MockBundleDeploymentsInterface_ListDeployments_Call

type MockBundleDeploymentsInterface_ListDeployments_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_ListDeployments_Call) Run

type MockBundleDeploymentsInterface_ListOperationsAll_Call

type MockBundleDeploymentsInterface_ListOperationsAll_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_ListOperationsAll_Call) Return

func (*MockBundleDeploymentsInterface_ListOperationsAll_Call) Run

type MockBundleDeploymentsInterface_ListOperations_Call

type MockBundleDeploymentsInterface_ListOperations_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_ListOperations_Call) Run

type MockBundleDeploymentsInterface_ListResourcesAll_Call

type MockBundleDeploymentsInterface_ListResourcesAll_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_ListResourcesAll_Call) Return

func (*MockBundleDeploymentsInterface_ListResourcesAll_Call) Run

type MockBundleDeploymentsInterface_ListResources_Call

type MockBundleDeploymentsInterface_ListResources_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_ListResources_Call) Run

type MockBundleDeploymentsInterface_ListVersionsAll_Call

type MockBundleDeploymentsInterface_ListVersionsAll_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_ListVersionsAll_Call) Return

func (*MockBundleDeploymentsInterface_ListVersionsAll_Call) Run

type MockBundleDeploymentsInterface_ListVersions_Call

type MockBundleDeploymentsInterface_ListVersions_Call struct {
	*mock.Call
}

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

func (*MockBundleDeploymentsInterface_ListVersions_Call) Run

Jump to

Keyboard shortcuts

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