mocks

package
v1.33.3 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockOverrider added in v1.26.0

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

MockOverrider is a mock of Overrider interface.

func NewMockOverrider added in v1.26.0

func NewMockOverrider(ctrl *gomock.Controller) *MockOverrider

NewMockOverrider creates a new mock instance.

func (*MockOverrider) EXPECT added in v1.26.0

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

func (*MockOverrider) Override added in v1.26.0

func (m *MockOverrider) Override(body []byte) ([]byte, error)

Override mocks base method.

type MockOverriderMockRecorder added in v1.26.0

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

MockOverriderMockRecorder is the mock recorder for MockOverrider.

func (*MockOverriderMockRecorder) Override added in v1.26.0

func (mr *MockOverriderMockRecorder) Override(body interface{}) *gomock.Call

Override indicates an expected call of Override.

type MockStackConfiguration

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

MockStackConfiguration is a mock of StackConfiguration interface.

func NewMockStackConfiguration

func NewMockStackConfiguration(ctrl *gomock.Controller) *MockStackConfiguration

NewMockStackConfiguration creates a new mock instance.

func (*MockStackConfiguration) EXPECT

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

func (*MockStackConfiguration) Parameters

func (m *MockStackConfiguration) Parameters() ([]*cloudformation.Parameter, error)

Parameters mocks base method.

func (*MockStackConfiguration) SerializedParameters added in v1.16.0

func (m *MockStackConfiguration) SerializedParameters() (string, error)

SerializedParameters mocks base method.

func (*MockStackConfiguration) StackName

func (m *MockStackConfiguration) StackName() string

StackName mocks base method.

func (*MockStackConfiguration) Tags

Tags mocks base method.

func (*MockStackConfiguration) Template

func (m *MockStackConfiguration) Template() (string, error)

Template mocks base method.

type MockStackConfigurationMockRecorder

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

MockStackConfigurationMockRecorder is the mock recorder for MockStackConfiguration.

func (*MockStackConfigurationMockRecorder) Parameters

Parameters indicates an expected call of Parameters.

func (*MockStackConfigurationMockRecorder) SerializedParameters added in v1.16.0

func (mr *MockStackConfigurationMockRecorder) SerializedParameters() *gomock.Call

SerializedParameters indicates an expected call of SerializedParameters.

func (*MockStackConfigurationMockRecorder) StackName

StackName indicates an expected call of StackName.

func (*MockStackConfigurationMockRecorder) Tags

Tags indicates an expected call of Tags.

func (*MockStackConfigurationMockRecorder) Template

Template indicates an expected call of Template.

type MockcfnClient

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

MockcfnClient is a mock of cfnClient interface.

func NewMockcfnClient

func NewMockcfnClient(ctrl *gomock.Controller) *MockcfnClient

NewMockcfnClient creates a new mock instance.

func (*MockcfnClient) CancelUpdateStack added in v1.29.1

func (m *MockcfnClient) CancelUpdateStack(stackName string) error

CancelUpdateStack mocks base method.

func (*MockcfnClient) Create

func (m *MockcfnClient) Create(arg0 *cloudformation0.Stack) (string, error)

Create mocks base method.

func (*MockcfnClient) CreateAndWait

func (m *MockcfnClient) CreateAndWait(arg0 *cloudformation0.Stack) error

CreateAndWait mocks base method.

func (*MockcfnClient) Delete

func (m *MockcfnClient) Delete(stackName string) error

Delete mocks base method.

func (*MockcfnClient) DeleteAndWait

func (m *MockcfnClient) DeleteAndWait(stackName string) error

DeleteAndWait mocks base method.

func (*MockcfnClient) DeleteAndWaitWithRoleARN added in v0.5.0

func (m *MockcfnClient) DeleteAndWaitWithRoleARN(stackName, roleARN string) error

DeleteAndWaitWithRoleARN mocks base method.

func (*MockcfnClient) Describe

func (m *MockcfnClient) Describe(stackName string) (*cloudformation0.StackDescription, error)

Describe mocks base method.

func (*MockcfnClient) DescribeChangeSet added in v1.1.0

func (m *MockcfnClient) DescribeChangeSet(changeSetID, stackName string) (*cloudformation0.ChangeSetDescription, error)

DescribeChangeSet mocks base method.

func (*MockcfnClient) DescribeStackEvents added in v1.1.0

DescribeStackEvents mocks base method.

func (*MockcfnClient) EXPECT

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

func (*MockcfnClient) ErrorEvents added in v0.6.0

func (m *MockcfnClient) ErrorEvents(stackName string) ([]cloudformation0.StackEvent, error)

ErrorEvents mocks base method.

func (*MockcfnClient) Events

func (m *MockcfnClient) Events(stackName string) ([]cloudformation0.StackEvent, error)

Events mocks base method.

func (*MockcfnClient) ListStacksWithTags added in v1.1.0

func (m *MockcfnClient) ListStacksWithTags(tags map[string]string) ([]cloudformation0.StackDescription, error)

ListStacksWithTags mocks base method.

func (*MockcfnClient) Metadata added in v1.21.1

func (m *MockcfnClient) Metadata(opts cloudformation0.MetadataOpts) (string, error)

Metadata mocks base method.

func (*MockcfnClient) Outputs added in v1.3.0

func (m *MockcfnClient) Outputs(stack *cloudformation0.Stack) (map[string]string, error)

Outputs mocks base method.

func (*MockcfnClient) StackResources added in v1.16.0

func (m *MockcfnClient) StackResources(name string) ([]*cloudformation0.StackResource, error)

StackResources mocks base method.

func (*MockcfnClient) TemplateBody added in v0.5.0

func (m *MockcfnClient) TemplateBody(stackName string) (string, error)

TemplateBody mocks base method.

func (*MockcfnClient) TemplateBodyFromChangeSet added in v1.1.0

func (m *MockcfnClient) TemplateBodyFromChangeSet(changeSetID, stackName string) (string, error)

TemplateBodyFromChangeSet mocks base method.

func (*MockcfnClient) Update

func (m *MockcfnClient) Update(arg0 *cloudformation0.Stack) (string, error)

Update mocks base method.

func (*MockcfnClient) UpdateAndWait

func (m *MockcfnClient) UpdateAndWait(arg0 *cloudformation0.Stack) error

UpdateAndWait mocks base method.

func (*MockcfnClient) WaitForCreate

func (m *MockcfnClient) WaitForCreate(ctx context.Context, stackName string) error

WaitForCreate mocks base method.

func (*MockcfnClient) WaitForUpdate added in v0.5.0

func (m *MockcfnClient) WaitForUpdate(ctx context.Context, stackName string) error

WaitForUpdate mocks base method.

type MockcfnClientMockRecorder

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

MockcfnClientMockRecorder is the mock recorder for MockcfnClient.

func (*MockcfnClientMockRecorder) CancelUpdateStack added in v1.29.1

func (mr *MockcfnClientMockRecorder) CancelUpdateStack(stackName interface{}) *gomock.Call

CancelUpdateStack indicates an expected call of CancelUpdateStack.

func (*MockcfnClientMockRecorder) Create

func (mr *MockcfnClientMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockcfnClientMockRecorder) CreateAndWait

func (mr *MockcfnClientMockRecorder) CreateAndWait(arg0 interface{}) *gomock.Call

CreateAndWait indicates an expected call of CreateAndWait.

func (*MockcfnClientMockRecorder) Delete

func (mr *MockcfnClientMockRecorder) Delete(stackName interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockcfnClientMockRecorder) DeleteAndWait

func (mr *MockcfnClientMockRecorder) DeleteAndWait(stackName interface{}) *gomock.Call

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockcfnClientMockRecorder) DeleteAndWaitWithRoleARN added in v0.5.0

func (mr *MockcfnClientMockRecorder) DeleteAndWaitWithRoleARN(stackName, roleARN interface{}) *gomock.Call

DeleteAndWaitWithRoleARN indicates an expected call of DeleteAndWaitWithRoleARN.

func (*MockcfnClientMockRecorder) Describe

func (mr *MockcfnClientMockRecorder) Describe(stackName interface{}) *gomock.Call

Describe indicates an expected call of Describe.

func (*MockcfnClientMockRecorder) DescribeChangeSet added in v1.1.0

func (mr *MockcfnClientMockRecorder) DescribeChangeSet(changeSetID, stackName interface{}) *gomock.Call

DescribeChangeSet indicates an expected call of DescribeChangeSet.

func (*MockcfnClientMockRecorder) DescribeStackEvents added in v1.1.0

func (mr *MockcfnClientMockRecorder) DescribeStackEvents(arg0 interface{}) *gomock.Call

DescribeStackEvents indicates an expected call of DescribeStackEvents.

func (*MockcfnClientMockRecorder) ErrorEvents added in v0.6.0

func (mr *MockcfnClientMockRecorder) ErrorEvents(stackName interface{}) *gomock.Call

ErrorEvents indicates an expected call of ErrorEvents.

func (*MockcfnClientMockRecorder) Events

func (mr *MockcfnClientMockRecorder) Events(stackName interface{}) *gomock.Call

Events indicates an expected call of Events.

func (*MockcfnClientMockRecorder) ListStacksWithTags added in v1.1.0

func (mr *MockcfnClientMockRecorder) ListStacksWithTags(tags interface{}) *gomock.Call

ListStacksWithTags indicates an expected call of ListStacksWithTags.

func (*MockcfnClientMockRecorder) Metadata added in v1.21.1

func (mr *MockcfnClientMockRecorder) Metadata(opts interface{}) *gomock.Call

Metadata indicates an expected call of Metadata.

func (*MockcfnClientMockRecorder) Outputs added in v1.3.0

func (mr *MockcfnClientMockRecorder) Outputs(stack interface{}) *gomock.Call

Outputs indicates an expected call of Outputs.

func (*MockcfnClientMockRecorder) StackResources added in v1.16.0

func (mr *MockcfnClientMockRecorder) StackResources(name interface{}) *gomock.Call

StackResources indicates an expected call of StackResources.

func (*MockcfnClientMockRecorder) TemplateBody added in v0.5.0

func (mr *MockcfnClientMockRecorder) TemplateBody(stackName interface{}) *gomock.Call

TemplateBody indicates an expected call of TemplateBody.

func (*MockcfnClientMockRecorder) TemplateBodyFromChangeSet added in v1.1.0

func (mr *MockcfnClientMockRecorder) TemplateBodyFromChangeSet(changeSetID, stackName interface{}) *gomock.Call

TemplateBodyFromChangeSet indicates an expected call of TemplateBodyFromChangeSet.

func (*MockcfnClientMockRecorder) Update

func (mr *MockcfnClientMockRecorder) Update(arg0 interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockcfnClientMockRecorder) UpdateAndWait

func (mr *MockcfnClientMockRecorder) UpdateAndWait(arg0 interface{}) *gomock.Call

UpdateAndWait indicates an expected call of UpdateAndWait.

func (*MockcfnClientMockRecorder) WaitForCreate

func (mr *MockcfnClientMockRecorder) WaitForCreate(ctx, stackName interface{}) *gomock.Call

WaitForCreate indicates an expected call of WaitForCreate.

func (*MockcfnClientMockRecorder) WaitForUpdate added in v0.5.0

func (mr *MockcfnClientMockRecorder) WaitForUpdate(ctx, stackName interface{}) *gomock.Call

WaitForUpdate indicates an expected call of WaitForUpdate.

type MockcodePipelineClient added in v1.3.0

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

MockcodePipelineClient is a mock of codePipelineClient interface.

func NewMockcodePipelineClient added in v1.3.0

func NewMockcodePipelineClient(ctrl *gomock.Controller) *MockcodePipelineClient

NewMockcodePipelineClient creates a new mock instance.

func (*MockcodePipelineClient) EXPECT added in v1.3.0

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

func (*MockcodePipelineClient) RetryStageExecution added in v1.3.0

func (m *MockcodePipelineClient) RetryStageExecution(pipelineName, stageName string) error

RetryStageExecution mocks base method.

type MockcodePipelineClientMockRecorder added in v1.3.0

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

MockcodePipelineClientMockRecorder is the mock recorder for MockcodePipelineClient.

func (*MockcodePipelineClientMockRecorder) RetryStageExecution added in v1.3.0

func (mr *MockcodePipelineClientMockRecorder) RetryStageExecution(pipelineName, stageName interface{}) *gomock.Call

RetryStageExecution indicates an expected call of RetryStageExecution.

type MockcodeStarClient added in v1.3.0

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

MockcodeStarClient is a mock of codeStarClient interface.

func NewMockcodeStarClient added in v1.3.0

func NewMockcodeStarClient(ctrl *gomock.Controller) *MockcodeStarClient

NewMockcodeStarClient creates a new mock instance.

func (*MockcodeStarClient) EXPECT added in v1.3.0

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

func (*MockcodeStarClient) WaitUntilConnectionStatusAvailable added in v1.3.0

func (m *MockcodeStarClient) WaitUntilConnectionStatusAvailable(ctx context.Context, connectionARN string) error

WaitUntilConnectionStatusAvailable mocks base method.

type MockcodeStarClientMockRecorder added in v1.3.0

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

MockcodeStarClientMockRecorder is the mock recorder for MockcodeStarClient.

func (*MockcodeStarClientMockRecorder) WaitUntilConnectionStatusAvailable added in v1.3.0

func (mr *MockcodeStarClientMockRecorder) WaitUntilConnectionStatusAvailable(ctx, connectionARN interface{}) *gomock.Call

WaitUntilConnectionStatusAvailable indicates an expected call of WaitUntilConnectionStatusAvailable.

type MockcwClient added in v1.27.0

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

MockcwClient is a mock of cwClient interface.

func NewMockcwClient added in v1.27.0

func NewMockcwClient(ctrl *gomock.Controller) *MockcwClient

NewMockcwClient creates a new mock instance.

func (*MockcwClient) AlarmStatuses added in v1.27.0

func (m *MockcwClient) AlarmStatuses(opts ...cloudwatch.DescribeAlarmOpts) ([]cloudwatch.AlarmStatus, error)

AlarmStatuses mocks base method.

func (*MockcwClient) EXPECT added in v1.27.0

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

type MockcwClientMockRecorder added in v1.27.0

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

MockcwClientMockRecorder is the mock recorder for MockcwClient.

func (*MockcwClientMockRecorder) AlarmStatuses added in v1.27.0

func (mr *MockcwClientMockRecorder) AlarmStatuses(opts ...interface{}) *gomock.Call

AlarmStatuses indicates an expected call of AlarmStatuses.

type MockecsClient added in v1.2.0

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

MockecsClient is a mock of ecsClient interface.

func NewMockecsClient added in v1.2.0

func NewMockecsClient(ctrl *gomock.Controller) *MockecsClient

NewMockecsClient creates a new mock instance.

func (*MockecsClient) EXPECT added in v1.2.0

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

func (*MockecsClient) Service added in v1.2.0

func (m *MockecsClient) Service(clusterName, serviceName string) (*ecs.Service, error)

Service mocks base method.

func (*MockecsClient) StoppedServiceTasks added in v1.31.0

func (m *MockecsClient) StoppedServiceTasks(cluster, service string) ([]*ecs.Task, error)

StoppedServiceTasks mocks base method.

type MockecsClientMockRecorder added in v1.2.0

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

MockecsClientMockRecorder is the mock recorder for MockecsClient.

func (*MockecsClientMockRecorder) Service added in v1.2.0

func (mr *MockecsClientMockRecorder) Service(clusterName, serviceName interface{}) *gomock.Call

Service indicates an expected call of Service.

func (*MockecsClientMockRecorder) StoppedServiceTasks added in v1.31.0

func (mr *MockecsClientMockRecorder) StoppedServiceTasks(cluster, service interface{}) *gomock.Call

StoppedServiceTasks indicates an expected call of StoppedServiceTasks.

type MockimageRemover added in v1.29.0

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

MockimageRemover is a mock of imageRemover interface.

func NewMockimageRemover added in v1.29.0

func NewMockimageRemover(ctrl *gomock.Controller) *MockimageRemover

NewMockimageRemover creates a new mock instance.

func (*MockimageRemover) ClearRepository added in v1.29.0

func (m *MockimageRemover) ClearRepository(repoName string) error

ClearRepository mocks base method.

func (*MockimageRemover) EXPECT added in v1.29.0

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

type MockimageRemoverMockRecorder added in v1.29.0

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

MockimageRemoverMockRecorder is the mock recorder for MockimageRemover.

func (*MockimageRemoverMockRecorder) ClearRepository added in v1.29.0

func (mr *MockimageRemoverMockRecorder) ClearRepository(repoName interface{}) *gomock.Call

ClearRepository indicates an expected call of ClearRepository.

type Mocks3Client added in v1.7.0

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

Mocks3Client is a mock of s3Client interface.

func NewMocks3Client added in v1.7.0

func NewMocks3Client(ctrl *gomock.Controller) *Mocks3Client

NewMocks3Client creates a new mock instance.

func (*Mocks3Client) EXPECT added in v1.7.0

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

func (*Mocks3Client) EmptyBucket added in v1.29.0

func (m *Mocks3Client) EmptyBucket(bucket string) error

EmptyBucket mocks base method.

func (*Mocks3Client) Upload added in v1.14.0

func (m *Mocks3Client) Upload(bucket, fileName string, data io.Reader) (string, error)

Upload mocks base method.

type Mocks3ClientMockRecorder added in v1.7.0

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

Mocks3ClientMockRecorder is the mock recorder for Mocks3Client.

func (*Mocks3ClientMockRecorder) EmptyBucket added in v1.29.0

func (mr *Mocks3ClientMockRecorder) EmptyBucket(bucket interface{}) *gomock.Call

EmptyBucket indicates an expected call of EmptyBucket.

func (*Mocks3ClientMockRecorder) Upload added in v1.14.0

func (mr *Mocks3ClientMockRecorder) Upload(bucket, fileName, data interface{}) *gomock.Call

Upload indicates an expected call of Upload.

type MockstackSetClient

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

MockstackSetClient is a mock of stackSetClient interface.

func NewMockstackSetClient

func NewMockstackSetClient(ctrl *gomock.Controller) *MockstackSetClient

NewMockstackSetClient creates a new mock instance.

func (*MockstackSetClient) Create

func (m *MockstackSetClient) Create(name, template string, opts ...stackset.CreateOrUpdateOption) error

Create mocks base method.

func (*MockstackSetClient) CreateInstances added in v1.21.1

func (m *MockstackSetClient) CreateInstances(name string, accounts, regions []string) (string, error)

CreateInstances mocks base method.

func (*MockstackSetClient) CreateInstancesAndWait

func (m *MockstackSetClient) CreateInstancesAndWait(name string, accounts, regions []string) error

CreateInstancesAndWait mocks base method.

func (*MockstackSetClient) Delete

func (m *MockstackSetClient) Delete(name string) error

Delete mocks base method.

func (*MockstackSetClient) DeleteAllInstances added in v1.21.0

func (m *MockstackSetClient) DeleteAllInstances(name string) (string, error)

DeleteAllInstances mocks base method.

func (*MockstackSetClient) DeleteInstance added in v1.29.0

func (m *MockstackSetClient) DeleteInstance(name, account, region string) (string, error)

DeleteInstance mocks base method.

func (*MockstackSetClient) Describe

func (m *MockstackSetClient) Describe(name string) (stackset.Description, error)

Describe mocks base method.

func (*MockstackSetClient) DescribeOperation added in v1.21.1

func (m *MockstackSetClient) DescribeOperation(name, opID string) (stackset.Operation, error)

DescribeOperation mocks base method.

func (*MockstackSetClient) EXPECT

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

func (*MockstackSetClient) InstanceSummaries

func (m *MockstackSetClient) InstanceSummaries(name string, opts ...stackset.InstanceSummariesOption) ([]stackset.InstanceSummary, error)

InstanceSummaries mocks base method.

func (*MockstackSetClient) Update added in v1.21.1

func (m *MockstackSetClient) Update(name, template string, opts ...stackset.CreateOrUpdateOption) (string, error)

Update mocks base method.

func (*MockstackSetClient) UpdateAndWait

func (m *MockstackSetClient) UpdateAndWait(name, template string, opts ...stackset.CreateOrUpdateOption) error

UpdateAndWait mocks base method.

func (*MockstackSetClient) WaitForOperation added in v1.21.0

func (m *MockstackSetClient) WaitForOperation(name, opID string) error

WaitForOperation mocks base method.

func (*MockstackSetClient) WaitForStackSetLastOperationComplete added in v1.6.0

func (m *MockstackSetClient) WaitForStackSetLastOperationComplete(name string) error

WaitForStackSetLastOperationComplete mocks base method.

type MockstackSetClientMockRecorder

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

MockstackSetClientMockRecorder is the mock recorder for MockstackSetClient.

func (*MockstackSetClientMockRecorder) Create

func (mr *MockstackSetClientMockRecorder) Create(name, template interface{}, opts ...interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockstackSetClientMockRecorder) CreateInstances added in v1.21.1

func (mr *MockstackSetClientMockRecorder) CreateInstances(name, accounts, regions interface{}) *gomock.Call

CreateInstances indicates an expected call of CreateInstances.

func (*MockstackSetClientMockRecorder) CreateInstancesAndWait

func (mr *MockstackSetClientMockRecorder) CreateInstancesAndWait(name, accounts, regions interface{}) *gomock.Call

CreateInstancesAndWait indicates an expected call of CreateInstancesAndWait.

func (*MockstackSetClientMockRecorder) Delete

func (mr *MockstackSetClientMockRecorder) Delete(name interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockstackSetClientMockRecorder) DeleteAllInstances added in v1.21.0

func (mr *MockstackSetClientMockRecorder) DeleteAllInstances(name interface{}) *gomock.Call

DeleteAllInstances indicates an expected call of DeleteAllInstances.

func (*MockstackSetClientMockRecorder) DeleteInstance added in v1.29.0

func (mr *MockstackSetClientMockRecorder) DeleteInstance(name, account, region interface{}) *gomock.Call

DeleteInstance indicates an expected call of DeleteInstance.

func (*MockstackSetClientMockRecorder) Describe

func (mr *MockstackSetClientMockRecorder) Describe(name interface{}) *gomock.Call

Describe indicates an expected call of Describe.

func (*MockstackSetClientMockRecorder) DescribeOperation added in v1.21.1

func (mr *MockstackSetClientMockRecorder) DescribeOperation(name, opID interface{}) *gomock.Call

DescribeOperation indicates an expected call of DescribeOperation.

func (*MockstackSetClientMockRecorder) InstanceSummaries

func (mr *MockstackSetClientMockRecorder) InstanceSummaries(name interface{}, opts ...interface{}) *gomock.Call

InstanceSummaries indicates an expected call of InstanceSummaries.

func (*MockstackSetClientMockRecorder) Update added in v1.21.1

func (mr *MockstackSetClientMockRecorder) Update(name, template interface{}, opts ...interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockstackSetClientMockRecorder) UpdateAndWait

func (mr *MockstackSetClientMockRecorder) UpdateAndWait(name, template interface{}, opts ...interface{}) *gomock.Call

UpdateAndWait indicates an expected call of UpdateAndWait.

func (*MockstackSetClientMockRecorder) WaitForOperation added in v1.21.0

func (mr *MockstackSetClientMockRecorder) WaitForOperation(name, opID interface{}) *gomock.Call

WaitForOperation indicates an expected call of WaitForOperation.

func (*MockstackSetClientMockRecorder) WaitForStackSetLastOperationComplete added in v1.6.0

func (mr *MockstackSetClientMockRecorder) WaitForStackSetLastOperationComplete(name interface{}) *gomock.Call

WaitForStackSetLastOperationComplete indicates an expected call of WaitForStackSetLastOperationComplete.

Jump to

Keyboard shortcuts

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