Documentation
¶
Index ¶
- type MockBundleDeploymentsInterface
- func (_m *MockBundleDeploymentsInterface) CompleteVersion(ctx context.Context, request bundledeployments.CompleteVersionRequest) (*bundledeployments.Version, error)
- func (_m *MockBundleDeploymentsInterface) CreateDeployment(ctx context.Context, request bundledeployments.CreateDeploymentRequest) (*bundledeployments.Deployment, error)
- func (_m *MockBundleDeploymentsInterface) CreateOperation(ctx context.Context, request bundledeployments.CreateOperationRequest) (*bundledeployments.Operation, error)
- func (_m *MockBundleDeploymentsInterface) CreateVersion(ctx context.Context, request bundledeployments.CreateVersionRequest) (*bundledeployments.Version, error)
- func (_m *MockBundleDeploymentsInterface) DeleteDeployment(ctx context.Context, request bundledeployments.DeleteDeploymentRequest) error
- func (_m *MockBundleDeploymentsInterface) EXPECT() *MockBundleDeploymentsInterface_Expecter
- func (_m *MockBundleDeploymentsInterface) GetDeployment(ctx context.Context, request bundledeployments.GetDeploymentRequest) (*bundledeployments.Deployment, error)
- func (_m *MockBundleDeploymentsInterface) GetOperation(ctx context.Context, request bundledeployments.GetOperationRequest) (*bundledeployments.Operation, error)
- func (_m *MockBundleDeploymentsInterface) GetResource(ctx context.Context, request bundledeployments.GetResourceRequest) (*bundledeployments.Resource, error)
- func (_m *MockBundleDeploymentsInterface) GetVersion(ctx context.Context, request bundledeployments.GetVersionRequest) (*bundledeployments.Version, error)
- func (_m *MockBundleDeploymentsInterface) Heartbeat(ctx context.Context, request bundledeployments.HeartbeatRequest) (*bundledeployments.HeartbeatResponse, error)
- func (_m *MockBundleDeploymentsInterface) ListDeployments(ctx context.Context, request bundledeployments.ListDeploymentsRequest) listing.Iterator[bundledeployments.Deployment]
- func (_m *MockBundleDeploymentsInterface) ListDeploymentsAll(ctx context.Context, request bundledeployments.ListDeploymentsRequest) ([]bundledeployments.Deployment, error)
- func (_m *MockBundleDeploymentsInterface) ListOperations(ctx context.Context, request bundledeployments.ListOperationsRequest) listing.Iterator[bundledeployments.Operation]
- func (_m *MockBundleDeploymentsInterface) ListOperationsAll(ctx context.Context, request bundledeployments.ListOperationsRequest) ([]bundledeployments.Operation, error)
- func (_m *MockBundleDeploymentsInterface) ListResources(ctx context.Context, request bundledeployments.ListResourcesRequest) listing.Iterator[bundledeployments.Resource]
- func (_m *MockBundleDeploymentsInterface) ListResourcesAll(ctx context.Context, request bundledeployments.ListResourcesRequest) ([]bundledeployments.Resource, error)
- func (_m *MockBundleDeploymentsInterface) ListVersions(ctx context.Context, request bundledeployments.ListVersionsRequest) listing.Iterator[bundledeployments.Version]
- func (_m *MockBundleDeploymentsInterface) ListVersionsAll(ctx context.Context, request bundledeployments.ListVersionsRequest) ([]bundledeployments.Version, error)
- type MockBundleDeploymentsInterface_CompleteVersion_Call
- func (_c *MockBundleDeploymentsInterface_CompleteVersion_Call) Return(_a0 *bundledeployments.Version, _a1 error) *MockBundleDeploymentsInterface_CompleteVersion_Call
- func (_c *MockBundleDeploymentsInterface_CompleteVersion_Call) Run(...) *MockBundleDeploymentsInterface_CompleteVersion_Call
- func (_c *MockBundleDeploymentsInterface_CompleteVersion_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_CompleteVersion_Call
- type MockBundleDeploymentsInterface_CreateDeployment_Call
- func (_c *MockBundleDeploymentsInterface_CreateDeployment_Call) Return(_a0 *bundledeployments.Deployment, _a1 error) *MockBundleDeploymentsInterface_CreateDeployment_Call
- func (_c *MockBundleDeploymentsInterface_CreateDeployment_Call) Run(...) *MockBundleDeploymentsInterface_CreateDeployment_Call
- func (_c *MockBundleDeploymentsInterface_CreateDeployment_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_CreateDeployment_Call
- type MockBundleDeploymentsInterface_CreateOperation_Call
- func (_c *MockBundleDeploymentsInterface_CreateOperation_Call) Return(_a0 *bundledeployments.Operation, _a1 error) *MockBundleDeploymentsInterface_CreateOperation_Call
- func (_c *MockBundleDeploymentsInterface_CreateOperation_Call) Run(...) *MockBundleDeploymentsInterface_CreateOperation_Call
- func (_c *MockBundleDeploymentsInterface_CreateOperation_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_CreateOperation_Call
- type MockBundleDeploymentsInterface_CreateVersion_Call
- func (_c *MockBundleDeploymentsInterface_CreateVersion_Call) Return(_a0 *bundledeployments.Version, _a1 error) *MockBundleDeploymentsInterface_CreateVersion_Call
- func (_c *MockBundleDeploymentsInterface_CreateVersion_Call) Run(run func(ctx context.Context, request bundledeployments.CreateVersionRequest)) *MockBundleDeploymentsInterface_CreateVersion_Call
- func (_c *MockBundleDeploymentsInterface_CreateVersion_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_CreateVersion_Call
- type MockBundleDeploymentsInterface_DeleteDeployment_Call
- func (_c *MockBundleDeploymentsInterface_DeleteDeployment_Call) Return(_a0 error) *MockBundleDeploymentsInterface_DeleteDeployment_Call
- func (_c *MockBundleDeploymentsInterface_DeleteDeployment_Call) Run(...) *MockBundleDeploymentsInterface_DeleteDeployment_Call
- func (_c *MockBundleDeploymentsInterface_DeleteDeployment_Call) RunAndReturn(run func(context.Context, bundledeployments.DeleteDeploymentRequest) error) *MockBundleDeploymentsInterface_DeleteDeployment_Call
- type MockBundleDeploymentsInterface_Expecter
- func (_e *MockBundleDeploymentsInterface_Expecter) CompleteVersion(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_CompleteVersion_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) CreateDeployment(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_CreateDeployment_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) CreateOperation(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_CreateOperation_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) CreateVersion(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_CreateVersion_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) DeleteDeployment(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_DeleteDeployment_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) GetDeployment(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_GetDeployment_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) GetOperation(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_GetOperation_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) GetResource(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_GetResource_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) GetVersion(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_GetVersion_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) Heartbeat(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_Heartbeat_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) ListDeployments(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListDeployments_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) ListDeploymentsAll(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListDeploymentsAll_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) ListOperations(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListOperations_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) ListOperationsAll(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListOperationsAll_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) ListResources(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListResources_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) ListResourcesAll(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListResourcesAll_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) ListVersions(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListVersions_Call
- func (_e *MockBundleDeploymentsInterface_Expecter) ListVersionsAll(ctx interface{}, request interface{}) *MockBundleDeploymentsInterface_ListVersionsAll_Call
- type MockBundleDeploymentsInterface_GetDeployment_Call
- func (_c *MockBundleDeploymentsInterface_GetDeployment_Call) Return(_a0 *bundledeployments.Deployment, _a1 error) *MockBundleDeploymentsInterface_GetDeployment_Call
- func (_c *MockBundleDeploymentsInterface_GetDeployment_Call) Run(run func(ctx context.Context, request bundledeployments.GetDeploymentRequest)) *MockBundleDeploymentsInterface_GetDeployment_Call
- func (_c *MockBundleDeploymentsInterface_GetDeployment_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_GetDeployment_Call
- type MockBundleDeploymentsInterface_GetOperation_Call
- func (_c *MockBundleDeploymentsInterface_GetOperation_Call) Return(_a0 *bundledeployments.Operation, _a1 error) *MockBundleDeploymentsInterface_GetOperation_Call
- func (_c *MockBundleDeploymentsInterface_GetOperation_Call) Run(run func(ctx context.Context, request bundledeployments.GetOperationRequest)) *MockBundleDeploymentsInterface_GetOperation_Call
- func (_c *MockBundleDeploymentsInterface_GetOperation_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_GetOperation_Call
- type MockBundleDeploymentsInterface_GetResource_Call
- func (_c *MockBundleDeploymentsInterface_GetResource_Call) Return(_a0 *bundledeployments.Resource, _a1 error) *MockBundleDeploymentsInterface_GetResource_Call
- func (_c *MockBundleDeploymentsInterface_GetResource_Call) Run(run func(ctx context.Context, request bundledeployments.GetResourceRequest)) *MockBundleDeploymentsInterface_GetResource_Call
- func (_c *MockBundleDeploymentsInterface_GetResource_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_GetResource_Call
- type MockBundleDeploymentsInterface_GetVersion_Call
- func (_c *MockBundleDeploymentsInterface_GetVersion_Call) Return(_a0 *bundledeployments.Version, _a1 error) *MockBundleDeploymentsInterface_GetVersion_Call
- func (_c *MockBundleDeploymentsInterface_GetVersion_Call) Run(run func(ctx context.Context, request bundledeployments.GetVersionRequest)) *MockBundleDeploymentsInterface_GetVersion_Call
- func (_c *MockBundleDeploymentsInterface_GetVersion_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_GetVersion_Call
- type MockBundleDeploymentsInterface_Heartbeat_Call
- func (_c *MockBundleDeploymentsInterface_Heartbeat_Call) Return(_a0 *bundledeployments.HeartbeatResponse, _a1 error) *MockBundleDeploymentsInterface_Heartbeat_Call
- func (_c *MockBundleDeploymentsInterface_Heartbeat_Call) Run(run func(ctx context.Context, request bundledeployments.HeartbeatRequest)) *MockBundleDeploymentsInterface_Heartbeat_Call
- func (_c *MockBundleDeploymentsInterface_Heartbeat_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_Heartbeat_Call
- type MockBundleDeploymentsInterface_ListDeploymentsAll_Call
- func (_c *MockBundleDeploymentsInterface_ListDeploymentsAll_Call) Return(_a0 []bundledeployments.Deployment, _a1 error) *MockBundleDeploymentsInterface_ListDeploymentsAll_Call
- func (_c *MockBundleDeploymentsInterface_ListDeploymentsAll_Call) Run(...) *MockBundleDeploymentsInterface_ListDeploymentsAll_Call
- func (_c *MockBundleDeploymentsInterface_ListDeploymentsAll_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_ListDeploymentsAll_Call
- type MockBundleDeploymentsInterface_ListDeployments_Call
- func (_c *MockBundleDeploymentsInterface_ListDeployments_Call) Return(_a0 listing.Iterator[bundledeployments.Deployment]) *MockBundleDeploymentsInterface_ListDeployments_Call
- func (_c *MockBundleDeploymentsInterface_ListDeployments_Call) Run(...) *MockBundleDeploymentsInterface_ListDeployments_Call
- func (_c *MockBundleDeploymentsInterface_ListDeployments_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_ListDeployments_Call
- type MockBundleDeploymentsInterface_ListOperationsAll_Call
- func (_c *MockBundleDeploymentsInterface_ListOperationsAll_Call) Return(_a0 []bundledeployments.Operation, _a1 error) *MockBundleDeploymentsInterface_ListOperationsAll_Call
- func (_c *MockBundleDeploymentsInterface_ListOperationsAll_Call) Run(run func(ctx context.Context, request bundledeployments.ListOperationsRequest)) *MockBundleDeploymentsInterface_ListOperationsAll_Call
- func (_c *MockBundleDeploymentsInterface_ListOperationsAll_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_ListOperationsAll_Call
- type MockBundleDeploymentsInterface_ListOperations_Call
- func (_c *MockBundleDeploymentsInterface_ListOperations_Call) Return(_a0 listing.Iterator[bundledeployments.Operation]) *MockBundleDeploymentsInterface_ListOperations_Call
- func (_c *MockBundleDeploymentsInterface_ListOperations_Call) Run(run func(ctx context.Context, request bundledeployments.ListOperationsRequest)) *MockBundleDeploymentsInterface_ListOperations_Call
- func (_c *MockBundleDeploymentsInterface_ListOperations_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_ListOperations_Call
- type MockBundleDeploymentsInterface_ListResourcesAll_Call
- func (_c *MockBundleDeploymentsInterface_ListResourcesAll_Call) Return(_a0 []bundledeployments.Resource, _a1 error) *MockBundleDeploymentsInterface_ListResourcesAll_Call
- func (_c *MockBundleDeploymentsInterface_ListResourcesAll_Call) Run(run func(ctx context.Context, request bundledeployments.ListResourcesRequest)) *MockBundleDeploymentsInterface_ListResourcesAll_Call
- func (_c *MockBundleDeploymentsInterface_ListResourcesAll_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_ListResourcesAll_Call
- type MockBundleDeploymentsInterface_ListResources_Call
- func (_c *MockBundleDeploymentsInterface_ListResources_Call) Return(_a0 listing.Iterator[bundledeployments.Resource]) *MockBundleDeploymentsInterface_ListResources_Call
- func (_c *MockBundleDeploymentsInterface_ListResources_Call) Run(run func(ctx context.Context, request bundledeployments.ListResourcesRequest)) *MockBundleDeploymentsInterface_ListResources_Call
- func (_c *MockBundleDeploymentsInterface_ListResources_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_ListResources_Call
- type MockBundleDeploymentsInterface_ListVersionsAll_Call
- func (_c *MockBundleDeploymentsInterface_ListVersionsAll_Call) Return(_a0 []bundledeployments.Version, _a1 error) *MockBundleDeploymentsInterface_ListVersionsAll_Call
- func (_c *MockBundleDeploymentsInterface_ListVersionsAll_Call) Run(run func(ctx context.Context, request bundledeployments.ListVersionsRequest)) *MockBundleDeploymentsInterface_ListVersionsAll_Call
- func (_c *MockBundleDeploymentsInterface_ListVersionsAll_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_ListVersionsAll_Call
- type MockBundleDeploymentsInterface_ListVersions_Call
- func (_c *MockBundleDeploymentsInterface_ListVersions_Call) Return(_a0 listing.Iterator[bundledeployments.Version]) *MockBundleDeploymentsInterface_ListVersions_Call
- func (_c *MockBundleDeploymentsInterface_ListVersions_Call) Run(run func(ctx context.Context, request bundledeployments.ListVersionsRequest)) *MockBundleDeploymentsInterface_ListVersions_Call
- func (_c *MockBundleDeploymentsInterface_ListVersions_Call) RunAndReturn(...) *MockBundleDeploymentsInterface_ListVersions_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBundleDeploymentsInterface ¶
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 ¶
func (_m *MockBundleDeploymentsInterface) CompleteVersion(ctx context.Context, request bundledeployments.CompleteVersionRequest) (*bundledeployments.Version, error)
CompleteVersion provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) CreateDeployment ¶
func (_m *MockBundleDeploymentsInterface) CreateDeployment(ctx context.Context, request bundledeployments.CreateDeploymentRequest) (*bundledeployments.Deployment, error)
CreateDeployment provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) CreateOperation ¶
func (_m *MockBundleDeploymentsInterface) CreateOperation(ctx context.Context, request bundledeployments.CreateOperationRequest) (*bundledeployments.Operation, error)
CreateOperation provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) CreateVersion ¶
func (_m *MockBundleDeploymentsInterface) CreateVersion(ctx context.Context, request bundledeployments.CreateVersionRequest) (*bundledeployments.Version, error)
CreateVersion provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) DeleteDeployment ¶
func (_m *MockBundleDeploymentsInterface) DeleteDeployment(ctx context.Context, request bundledeployments.DeleteDeploymentRequest) error
DeleteDeployment provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) EXPECT ¶
func (_m *MockBundleDeploymentsInterface) EXPECT() *MockBundleDeploymentsInterface_Expecter
func (*MockBundleDeploymentsInterface) GetDeployment ¶
func (_m *MockBundleDeploymentsInterface) GetDeployment(ctx context.Context, request bundledeployments.GetDeploymentRequest) (*bundledeployments.Deployment, error)
GetDeployment provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) GetOperation ¶
func (_m *MockBundleDeploymentsInterface) GetOperation(ctx context.Context, request bundledeployments.GetOperationRequest) (*bundledeployments.Operation, error)
GetOperation provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) GetResource ¶
func (_m *MockBundleDeploymentsInterface) GetResource(ctx context.Context, request bundledeployments.GetResourceRequest) (*bundledeployments.Resource, error)
GetResource provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) GetVersion ¶
func (_m *MockBundleDeploymentsInterface) GetVersion(ctx context.Context, request bundledeployments.GetVersionRequest) (*bundledeployments.Version, error)
GetVersion provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) Heartbeat ¶
func (_m *MockBundleDeploymentsInterface) Heartbeat(ctx context.Context, request bundledeployments.HeartbeatRequest) (*bundledeployments.HeartbeatResponse, error)
Heartbeat provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) ListDeployments ¶
func (_m *MockBundleDeploymentsInterface) ListDeployments(ctx context.Context, request bundledeployments.ListDeploymentsRequest) listing.Iterator[bundledeployments.Deployment]
ListDeployments provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) ListDeploymentsAll ¶
func (_m *MockBundleDeploymentsInterface) ListDeploymentsAll(ctx context.Context, request bundledeployments.ListDeploymentsRequest) ([]bundledeployments.Deployment, error)
ListDeploymentsAll provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) ListOperations ¶
func (_m *MockBundleDeploymentsInterface) ListOperations(ctx context.Context, request bundledeployments.ListOperationsRequest) listing.Iterator[bundledeployments.Operation]
ListOperations provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) ListOperationsAll ¶
func (_m *MockBundleDeploymentsInterface) ListOperationsAll(ctx context.Context, request bundledeployments.ListOperationsRequest) ([]bundledeployments.Operation, error)
ListOperationsAll provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) ListResources ¶
func (_m *MockBundleDeploymentsInterface) ListResources(ctx context.Context, request bundledeployments.ListResourcesRequest) listing.Iterator[bundledeployments.Resource]
ListResources provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) ListResourcesAll ¶
func (_m *MockBundleDeploymentsInterface) ListResourcesAll(ctx context.Context, request bundledeployments.ListResourcesRequest) ([]bundledeployments.Resource, error)
ListResourcesAll provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) ListVersions ¶
func (_m *MockBundleDeploymentsInterface) ListVersions(ctx context.Context, request bundledeployments.ListVersionsRequest) listing.Iterator[bundledeployments.Version]
ListVersions provides a mock function with given fields: ctx, request
func (*MockBundleDeploymentsInterface) ListVersionsAll ¶
func (_m *MockBundleDeploymentsInterface) ListVersionsAll(ctx context.Context, request bundledeployments.ListVersionsRequest) ([]bundledeployments.Version, error)
ListVersionsAll provides a mock function with given fields: ctx, request
type MockBundleDeploymentsInterface_CompleteVersion_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 (_c *MockBundleDeploymentsInterface_CompleteVersion_Call) Return(_a0 *bundledeployments.Version, _a1 error) *MockBundleDeploymentsInterface_CompleteVersion_Call
func (*MockBundleDeploymentsInterface_CompleteVersion_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_CompleteVersion_Call) Run(run func(ctx context.Context, request bundledeployments.CompleteVersionRequest)) *MockBundleDeploymentsInterface_CompleteVersion_Call
func (*MockBundleDeploymentsInterface_CompleteVersion_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_CompleteVersion_Call) RunAndReturn(run func(context.Context, bundledeployments.CompleteVersionRequest) (*bundledeployments.Version, error)) *MockBundleDeploymentsInterface_CompleteVersion_Call
type MockBundleDeploymentsInterface_CreateDeployment_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 (_c *MockBundleDeploymentsInterface_CreateDeployment_Call) Return(_a0 *bundledeployments.Deployment, _a1 error) *MockBundleDeploymentsInterface_CreateDeployment_Call
func (*MockBundleDeploymentsInterface_CreateDeployment_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_CreateDeployment_Call) Run(run func(ctx context.Context, request bundledeployments.CreateDeploymentRequest)) *MockBundleDeploymentsInterface_CreateDeployment_Call
func (*MockBundleDeploymentsInterface_CreateDeployment_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_CreateDeployment_Call) RunAndReturn(run func(context.Context, bundledeployments.CreateDeploymentRequest) (*bundledeployments.Deployment, error)) *MockBundleDeploymentsInterface_CreateDeployment_Call
type MockBundleDeploymentsInterface_CreateOperation_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 (_c *MockBundleDeploymentsInterface_CreateOperation_Call) Return(_a0 *bundledeployments.Operation, _a1 error) *MockBundleDeploymentsInterface_CreateOperation_Call
func (*MockBundleDeploymentsInterface_CreateOperation_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_CreateOperation_Call) Run(run func(ctx context.Context, request bundledeployments.CreateOperationRequest)) *MockBundleDeploymentsInterface_CreateOperation_Call
func (*MockBundleDeploymentsInterface_CreateOperation_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_CreateOperation_Call) RunAndReturn(run func(context.Context, bundledeployments.CreateOperationRequest) (*bundledeployments.Operation, error)) *MockBundleDeploymentsInterface_CreateOperation_Call
type MockBundleDeploymentsInterface_CreateVersion_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 (_c *MockBundleDeploymentsInterface_CreateVersion_Call) Return(_a0 *bundledeployments.Version, _a1 error) *MockBundleDeploymentsInterface_CreateVersion_Call
func (*MockBundleDeploymentsInterface_CreateVersion_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_CreateVersion_Call) Run(run func(ctx context.Context, request bundledeployments.CreateVersionRequest)) *MockBundleDeploymentsInterface_CreateVersion_Call
func (*MockBundleDeploymentsInterface_CreateVersion_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_CreateVersion_Call) RunAndReturn(run func(context.Context, bundledeployments.CreateVersionRequest) (*bundledeployments.Version, error)) *MockBundleDeploymentsInterface_CreateVersion_Call
type MockBundleDeploymentsInterface_DeleteDeployment_Call ¶
MockBundleDeploymentsInterface_DeleteDeployment_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteDeployment'
func (*MockBundleDeploymentsInterface_DeleteDeployment_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_DeleteDeployment_Call) Run(run func(ctx context.Context, request bundledeployments.DeleteDeploymentRequest)) *MockBundleDeploymentsInterface_DeleteDeployment_Call
func (*MockBundleDeploymentsInterface_DeleteDeployment_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_DeleteDeployment_Call) RunAndReturn(run func(context.Context, bundledeployments.DeleteDeploymentRequest) error) *MockBundleDeploymentsInterface_DeleteDeployment_Call
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 ¶
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 (_c *MockBundleDeploymentsInterface_GetDeployment_Call) Return(_a0 *bundledeployments.Deployment, _a1 error) *MockBundleDeploymentsInterface_GetDeployment_Call
func (*MockBundleDeploymentsInterface_GetDeployment_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_GetDeployment_Call) Run(run func(ctx context.Context, request bundledeployments.GetDeploymentRequest)) *MockBundleDeploymentsInterface_GetDeployment_Call
func (*MockBundleDeploymentsInterface_GetDeployment_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_GetDeployment_Call) RunAndReturn(run func(context.Context, bundledeployments.GetDeploymentRequest) (*bundledeployments.Deployment, error)) *MockBundleDeploymentsInterface_GetDeployment_Call
type MockBundleDeploymentsInterface_GetOperation_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 (_c *MockBundleDeploymentsInterface_GetOperation_Call) Return(_a0 *bundledeployments.Operation, _a1 error) *MockBundleDeploymentsInterface_GetOperation_Call
func (*MockBundleDeploymentsInterface_GetOperation_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_GetOperation_Call) Run(run func(ctx context.Context, request bundledeployments.GetOperationRequest)) *MockBundleDeploymentsInterface_GetOperation_Call
func (*MockBundleDeploymentsInterface_GetOperation_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_GetOperation_Call) RunAndReturn(run func(context.Context, bundledeployments.GetOperationRequest) (*bundledeployments.Operation, error)) *MockBundleDeploymentsInterface_GetOperation_Call
type MockBundleDeploymentsInterface_GetResource_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 (_c *MockBundleDeploymentsInterface_GetResource_Call) Return(_a0 *bundledeployments.Resource, _a1 error) *MockBundleDeploymentsInterface_GetResource_Call
func (*MockBundleDeploymentsInterface_GetResource_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_GetResource_Call) Run(run func(ctx context.Context, request bundledeployments.GetResourceRequest)) *MockBundleDeploymentsInterface_GetResource_Call
func (*MockBundleDeploymentsInterface_GetResource_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_GetResource_Call) RunAndReturn(run func(context.Context, bundledeployments.GetResourceRequest) (*bundledeployments.Resource, error)) *MockBundleDeploymentsInterface_GetResource_Call
type MockBundleDeploymentsInterface_GetVersion_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 (_c *MockBundleDeploymentsInterface_GetVersion_Call) Return(_a0 *bundledeployments.Version, _a1 error) *MockBundleDeploymentsInterface_GetVersion_Call
func (*MockBundleDeploymentsInterface_GetVersion_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_GetVersion_Call) Run(run func(ctx context.Context, request bundledeployments.GetVersionRequest)) *MockBundleDeploymentsInterface_GetVersion_Call
func (*MockBundleDeploymentsInterface_GetVersion_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_GetVersion_Call) RunAndReturn(run func(context.Context, bundledeployments.GetVersionRequest) (*bundledeployments.Version, error)) *MockBundleDeploymentsInterface_GetVersion_Call
type MockBundleDeploymentsInterface_Heartbeat_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 (_c *MockBundleDeploymentsInterface_Heartbeat_Call) Return(_a0 *bundledeployments.HeartbeatResponse, _a1 error) *MockBundleDeploymentsInterface_Heartbeat_Call
func (*MockBundleDeploymentsInterface_Heartbeat_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_Heartbeat_Call) Run(run func(ctx context.Context, request bundledeployments.HeartbeatRequest)) *MockBundleDeploymentsInterface_Heartbeat_Call
func (*MockBundleDeploymentsInterface_Heartbeat_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_Heartbeat_Call) RunAndReturn(run func(context.Context, bundledeployments.HeartbeatRequest) (*bundledeployments.HeartbeatResponse, error)) *MockBundleDeploymentsInterface_Heartbeat_Call
type MockBundleDeploymentsInterface_ListDeploymentsAll_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 (_c *MockBundleDeploymentsInterface_ListDeploymentsAll_Call) Return(_a0 []bundledeployments.Deployment, _a1 error) *MockBundleDeploymentsInterface_ListDeploymentsAll_Call
func (*MockBundleDeploymentsInterface_ListDeploymentsAll_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_ListDeploymentsAll_Call) Run(run func(ctx context.Context, request bundledeployments.ListDeploymentsRequest)) *MockBundleDeploymentsInterface_ListDeploymentsAll_Call
func (*MockBundleDeploymentsInterface_ListDeploymentsAll_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_ListDeploymentsAll_Call) RunAndReturn(run func(context.Context, bundledeployments.ListDeploymentsRequest) ([]bundledeployments.Deployment, error)) *MockBundleDeploymentsInterface_ListDeploymentsAll_Call
type MockBundleDeploymentsInterface_ListDeployments_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 ¶
func (_c *MockBundleDeploymentsInterface_ListDeployments_Call) Run(run func(ctx context.Context, request bundledeployments.ListDeploymentsRequest)) *MockBundleDeploymentsInterface_ListDeployments_Call
func (*MockBundleDeploymentsInterface_ListDeployments_Call) RunAndReturn ¶
type MockBundleDeploymentsInterface_ListOperationsAll_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 (_c *MockBundleDeploymentsInterface_ListOperationsAll_Call) Return(_a0 []bundledeployments.Operation, _a1 error) *MockBundleDeploymentsInterface_ListOperationsAll_Call
func (*MockBundleDeploymentsInterface_ListOperationsAll_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_ListOperationsAll_Call) Run(run func(ctx context.Context, request bundledeployments.ListOperationsRequest)) *MockBundleDeploymentsInterface_ListOperationsAll_Call
func (*MockBundleDeploymentsInterface_ListOperationsAll_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_ListOperationsAll_Call) RunAndReturn(run func(context.Context, bundledeployments.ListOperationsRequest) ([]bundledeployments.Operation, error)) *MockBundleDeploymentsInterface_ListOperationsAll_Call
type MockBundleDeploymentsInterface_ListOperations_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 ¶
func (_c *MockBundleDeploymentsInterface_ListOperations_Call) Run(run func(ctx context.Context, request bundledeployments.ListOperationsRequest)) *MockBundleDeploymentsInterface_ListOperations_Call
func (*MockBundleDeploymentsInterface_ListOperations_Call) RunAndReturn ¶
type MockBundleDeploymentsInterface_ListResourcesAll_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 (_c *MockBundleDeploymentsInterface_ListResourcesAll_Call) Return(_a0 []bundledeployments.Resource, _a1 error) *MockBundleDeploymentsInterface_ListResourcesAll_Call
func (*MockBundleDeploymentsInterface_ListResourcesAll_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_ListResourcesAll_Call) Run(run func(ctx context.Context, request bundledeployments.ListResourcesRequest)) *MockBundleDeploymentsInterface_ListResourcesAll_Call
func (*MockBundleDeploymentsInterface_ListResourcesAll_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_ListResourcesAll_Call) RunAndReturn(run func(context.Context, bundledeployments.ListResourcesRequest) ([]bundledeployments.Resource, error)) *MockBundleDeploymentsInterface_ListResourcesAll_Call
type MockBundleDeploymentsInterface_ListResources_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 ¶
func (_c *MockBundleDeploymentsInterface_ListResources_Call) Run(run func(ctx context.Context, request bundledeployments.ListResourcesRequest)) *MockBundleDeploymentsInterface_ListResources_Call
func (*MockBundleDeploymentsInterface_ListResources_Call) RunAndReturn ¶
type MockBundleDeploymentsInterface_ListVersionsAll_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 (_c *MockBundleDeploymentsInterface_ListVersionsAll_Call) Return(_a0 []bundledeployments.Version, _a1 error) *MockBundleDeploymentsInterface_ListVersionsAll_Call
func (*MockBundleDeploymentsInterface_ListVersionsAll_Call) Run ¶
func (_c *MockBundleDeploymentsInterface_ListVersionsAll_Call) Run(run func(ctx context.Context, request bundledeployments.ListVersionsRequest)) *MockBundleDeploymentsInterface_ListVersionsAll_Call
func (*MockBundleDeploymentsInterface_ListVersionsAll_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_ListVersionsAll_Call) RunAndReturn(run func(context.Context, bundledeployments.ListVersionsRequest) ([]bundledeployments.Version, error)) *MockBundleDeploymentsInterface_ListVersionsAll_Call
type MockBundleDeploymentsInterface_ListVersions_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 ¶
func (_c *MockBundleDeploymentsInterface_ListVersions_Call) Run(run func(ctx context.Context, request bundledeployments.ListVersionsRequest)) *MockBundleDeploymentsInterface_ListVersions_Call
func (*MockBundleDeploymentsInterface_ListVersions_Call) RunAndReturn ¶
func (_c *MockBundleDeploymentsInterface_ListVersions_Call) RunAndReturn(run func(context.Context, bundledeployments.ListVersionsRequest) listing.Iterator[bundledeployments.Version]) *MockBundleDeploymentsInterface_ListVersions_Call