Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockchangeSetAPI
- func (m *MockchangeSetAPI) CreateChangeSet(arg0 *cloudformation.CreateChangeSetInput) (*cloudformation.CreateChangeSetOutput, error)
- func (m *MockchangeSetAPI) DeleteChangeSet(arg0 *cloudformation.DeleteChangeSetInput) (*cloudformation.DeleteChangeSetOutput, error)
- func (m *MockchangeSetAPI) DescribeChangeSet(arg0 *cloudformation.DescribeChangeSetInput) (*cloudformation.DescribeChangeSetOutput, error)
- func (m *MockchangeSetAPI) EXPECT() *MockchangeSetAPIMockRecorder
- func (m *MockchangeSetAPI) ExecuteChangeSet(arg0 *cloudformation.ExecuteChangeSetInput) (*cloudformation.ExecuteChangeSetOutput, error)
- func (m *MockchangeSetAPI) WaitUntilChangeSetCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, ...) error
- type MockchangeSetAPIMockRecorder
- func (mr *MockchangeSetAPIMockRecorder) CreateChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockchangeSetAPIMockRecorder) DeleteChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockchangeSetAPIMockRecorder) DescribeChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockchangeSetAPIMockRecorder) ExecuteChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockchangeSetAPIMockRecorder) WaitUntilChangeSetCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type Mockclient
- func (m *Mockclient) CancelUpdateStack(in *cloudformation.CancelUpdateStackInput) (*cloudformation.CancelUpdateStackOutput, error)
- func (m *Mockclient) CreateChangeSet(arg0 *cloudformation.CreateChangeSetInput) (*cloudformation.CreateChangeSetOutput, error)
- func (m *Mockclient) DeleteChangeSet(arg0 *cloudformation.DeleteChangeSetInput) (*cloudformation.DeleteChangeSetOutput, error)
- func (m *Mockclient) DeleteStack(arg0 *cloudformation.DeleteStackInput) (*cloudformation.DeleteStackOutput, error)
- func (m *Mockclient) DescribeChangeSet(arg0 *cloudformation.DescribeChangeSetInput) (*cloudformation.DescribeChangeSetOutput, error)
- func (m *Mockclient) DescribeStackEvents(arg0 *cloudformation.DescribeStackEventsInput) (*cloudformation.DescribeStackEventsOutput, error)
- func (m *Mockclient) DescribeStackResources(input *cloudformation.DescribeStackResourcesInput) (*cloudformation.DescribeStackResourcesOutput, error)
- func (m *Mockclient) DescribeStacks(arg0 *cloudformation.DescribeStacksInput) (*cloudformation.DescribeStacksOutput, error)
- func (m *Mockclient) EXPECT() *MockclientMockRecorder
- func (m *Mockclient) ExecuteChangeSet(arg0 *cloudformation.ExecuteChangeSetInput) (*cloudformation.ExecuteChangeSetOutput, error)
- func (m *Mockclient) GetTemplate(input *cloudformation.GetTemplateInput) (*cloudformation.GetTemplateOutput, error)
- func (m *Mockclient) GetTemplateSummary(in *cloudformation.GetTemplateSummaryInput) (*cloudformation.GetTemplateSummaryOutput, error)
- func (m *Mockclient) WaitUntilChangeSetCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, ...) error
- func (m *Mockclient) WaitUntilStackCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, ...) error
- func (m *Mockclient) WaitUntilStackDeleteCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, ...) error
- func (m *Mockclient) WaitUntilStackUpdateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, ...) error
- type MockclientMockRecorder
- func (mr *MockclientMockRecorder) CancelUpdateStack(in interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) CreateChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) DeleteChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) DeleteStack(arg0 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) DescribeChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) DescribeStackEvents(arg0 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) DescribeStackResources(input interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) DescribeStacks(arg0 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) ExecuteChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) GetTemplate(input interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) GetTemplateSummary(in interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) WaitUntilChangeSetCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) WaitUntilStackCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) WaitUntilStackDeleteCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) WaitUntilStackUpdateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockchangeSetAPI ¶
type MockchangeSetAPI struct {
// contains filtered or unexported fields
}
MockchangeSetAPI is a mock of changeSetAPI interface.
func NewMockchangeSetAPI ¶
func NewMockchangeSetAPI(ctrl *gomock.Controller) *MockchangeSetAPI
NewMockchangeSetAPI creates a new mock instance.
func (*MockchangeSetAPI) CreateChangeSet ¶
func (m *MockchangeSetAPI) CreateChangeSet(arg0 *cloudformation.CreateChangeSetInput) (*cloudformation.CreateChangeSetOutput, error)
CreateChangeSet mocks base method.
func (*MockchangeSetAPI) DeleteChangeSet ¶
func (m *MockchangeSetAPI) DeleteChangeSet(arg0 *cloudformation.DeleteChangeSetInput) (*cloudformation.DeleteChangeSetOutput, error)
DeleteChangeSet mocks base method.
func (*MockchangeSetAPI) DescribeChangeSet ¶
func (m *MockchangeSetAPI) DescribeChangeSet(arg0 *cloudformation.DescribeChangeSetInput) (*cloudformation.DescribeChangeSetOutput, error)
DescribeChangeSet mocks base method.
func (*MockchangeSetAPI) EXPECT ¶
func (m *MockchangeSetAPI) EXPECT() *MockchangeSetAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockchangeSetAPI) ExecuteChangeSet ¶
func (m *MockchangeSetAPI) ExecuteChangeSet(arg0 *cloudformation.ExecuteChangeSetInput) (*cloudformation.ExecuteChangeSetOutput, error)
ExecuteChangeSet mocks base method.
func (*MockchangeSetAPI) WaitUntilChangeSetCreateCompleteWithContext ¶
func (m *MockchangeSetAPI) WaitUntilChangeSetCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, arg2 ...request.WaiterOption) error
WaitUntilChangeSetCreateCompleteWithContext mocks base method.
type MockchangeSetAPIMockRecorder ¶
type MockchangeSetAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockchangeSetAPIMockRecorder is the mock recorder for MockchangeSetAPI.
func (*MockchangeSetAPIMockRecorder) CreateChangeSet ¶
func (mr *MockchangeSetAPIMockRecorder) CreateChangeSet(arg0 interface{}) *gomock.Call
CreateChangeSet indicates an expected call of CreateChangeSet.
func (*MockchangeSetAPIMockRecorder) DeleteChangeSet ¶
func (mr *MockchangeSetAPIMockRecorder) DeleteChangeSet(arg0 interface{}) *gomock.Call
DeleteChangeSet indicates an expected call of DeleteChangeSet.
func (*MockchangeSetAPIMockRecorder) DescribeChangeSet ¶
func (mr *MockchangeSetAPIMockRecorder) DescribeChangeSet(arg0 interface{}) *gomock.Call
DescribeChangeSet indicates an expected call of DescribeChangeSet.
func (*MockchangeSetAPIMockRecorder) ExecuteChangeSet ¶
func (mr *MockchangeSetAPIMockRecorder) ExecuteChangeSet(arg0 interface{}) *gomock.Call
ExecuteChangeSet indicates an expected call of ExecuteChangeSet.
func (*MockchangeSetAPIMockRecorder) WaitUntilChangeSetCreateCompleteWithContext ¶
func (mr *MockchangeSetAPIMockRecorder) WaitUntilChangeSetCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilChangeSetCreateCompleteWithContext indicates an expected call of WaitUntilChangeSetCreateCompleteWithContext.
type Mockclient ¶ added in v1.1.0
type Mockclient struct {
// contains filtered or unexported fields
}
Mockclient is a mock of client interface.
func NewMockclient ¶ added in v1.1.0
func NewMockclient(ctrl *gomock.Controller) *Mockclient
NewMockclient creates a new mock instance.
func (*Mockclient) CancelUpdateStack ¶ added in v1.29.0
func (m *Mockclient) CancelUpdateStack(in *cloudformation.CancelUpdateStackInput) (*cloudformation.CancelUpdateStackOutput, error)
CancelUpdateStack mocks base method.
func (*Mockclient) CreateChangeSet ¶ added in v1.1.0
func (m *Mockclient) CreateChangeSet(arg0 *cloudformation.CreateChangeSetInput) (*cloudformation.CreateChangeSetOutput, error)
CreateChangeSet mocks base method.
func (*Mockclient) DeleteChangeSet ¶ added in v1.1.0
func (m *Mockclient) DeleteChangeSet(arg0 *cloudformation.DeleteChangeSetInput) (*cloudformation.DeleteChangeSetOutput, error)
DeleteChangeSet mocks base method.
func (*Mockclient) DeleteStack ¶ added in v1.1.0
func (m *Mockclient) DeleteStack(arg0 *cloudformation.DeleteStackInput) (*cloudformation.DeleteStackOutput, error)
DeleteStack mocks base method.
func (*Mockclient) DescribeChangeSet ¶ added in v1.1.0
func (m *Mockclient) DescribeChangeSet(arg0 *cloudformation.DescribeChangeSetInput) (*cloudformation.DescribeChangeSetOutput, error)
DescribeChangeSet mocks base method.
func (*Mockclient) DescribeStackEvents ¶ added in v1.1.0
func (m *Mockclient) DescribeStackEvents(arg0 *cloudformation.DescribeStackEventsInput) (*cloudformation.DescribeStackEventsOutput, error)
DescribeStackEvents mocks base method.
func (*Mockclient) DescribeStackResources ¶ added in v1.5.0
func (m *Mockclient) DescribeStackResources(input *cloudformation.DescribeStackResourcesInput) (*cloudformation.DescribeStackResourcesOutput, error)
DescribeStackResources mocks base method.
func (*Mockclient) DescribeStacks ¶ added in v1.1.0
func (m *Mockclient) DescribeStacks(arg0 *cloudformation.DescribeStacksInput) (*cloudformation.DescribeStacksOutput, error)
DescribeStacks mocks base method.
func (*Mockclient) EXPECT ¶ added in v1.1.0
func (m *Mockclient) EXPECT() *MockclientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*Mockclient) ExecuteChangeSet ¶ added in v1.1.0
func (m *Mockclient) ExecuteChangeSet(arg0 *cloudformation.ExecuteChangeSetInput) (*cloudformation.ExecuteChangeSetOutput, error)
ExecuteChangeSet mocks base method.
func (*Mockclient) GetTemplate ¶ added in v1.1.0
func (m *Mockclient) GetTemplate(input *cloudformation.GetTemplateInput) (*cloudformation.GetTemplateOutput, error)
GetTemplate mocks base method.
func (*Mockclient) GetTemplateSummary ¶ added in v1.5.0
func (m *Mockclient) GetTemplateSummary(in *cloudformation.GetTemplateSummaryInput) (*cloudformation.GetTemplateSummaryOutput, error)
GetTemplateSummary mocks base method.
func (*Mockclient) WaitUntilChangeSetCreateCompleteWithContext ¶ added in v1.1.0
func (m *Mockclient) WaitUntilChangeSetCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, arg2 ...request.WaiterOption) error
WaitUntilChangeSetCreateCompleteWithContext mocks base method.
func (*Mockclient) WaitUntilStackCreateCompleteWithContext ¶ added in v1.1.0
func (m *Mockclient) WaitUntilStackCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.WaiterOption) error
WaitUntilStackCreateCompleteWithContext mocks base method.
func (*Mockclient) WaitUntilStackDeleteCompleteWithContext ¶ added in v1.1.0
func (m *Mockclient) WaitUntilStackDeleteCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.WaiterOption) error
WaitUntilStackDeleteCompleteWithContext mocks base method.
func (*Mockclient) WaitUntilStackUpdateCompleteWithContext ¶ added in v1.1.0
func (m *Mockclient) WaitUntilStackUpdateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.WaiterOption) error
WaitUntilStackUpdateCompleteWithContext mocks base method.
type MockclientMockRecorder ¶ added in v1.1.0
type MockclientMockRecorder struct {
// contains filtered or unexported fields
}
MockclientMockRecorder is the mock recorder for Mockclient.
func (*MockclientMockRecorder) CancelUpdateStack ¶ added in v1.29.0
func (mr *MockclientMockRecorder) CancelUpdateStack(in interface{}) *gomock.Call
CancelUpdateStack indicates an expected call of CancelUpdateStack.
func (*MockclientMockRecorder) CreateChangeSet ¶ added in v1.1.0
func (mr *MockclientMockRecorder) CreateChangeSet(arg0 interface{}) *gomock.Call
CreateChangeSet indicates an expected call of CreateChangeSet.
func (*MockclientMockRecorder) DeleteChangeSet ¶ added in v1.1.0
func (mr *MockclientMockRecorder) DeleteChangeSet(arg0 interface{}) *gomock.Call
DeleteChangeSet indicates an expected call of DeleteChangeSet.
func (*MockclientMockRecorder) DeleteStack ¶ added in v1.1.0
func (mr *MockclientMockRecorder) DeleteStack(arg0 interface{}) *gomock.Call
DeleteStack indicates an expected call of DeleteStack.
func (*MockclientMockRecorder) DescribeChangeSet ¶ added in v1.1.0
func (mr *MockclientMockRecorder) DescribeChangeSet(arg0 interface{}) *gomock.Call
DescribeChangeSet indicates an expected call of DescribeChangeSet.
func (*MockclientMockRecorder) DescribeStackEvents ¶ added in v1.1.0
func (mr *MockclientMockRecorder) DescribeStackEvents(arg0 interface{}) *gomock.Call
DescribeStackEvents indicates an expected call of DescribeStackEvents.
func (*MockclientMockRecorder) DescribeStackResources ¶ added in v1.5.0
func (mr *MockclientMockRecorder) DescribeStackResources(input interface{}) *gomock.Call
DescribeStackResources indicates an expected call of DescribeStackResources.
func (*MockclientMockRecorder) DescribeStacks ¶ added in v1.1.0
func (mr *MockclientMockRecorder) DescribeStacks(arg0 interface{}) *gomock.Call
DescribeStacks indicates an expected call of DescribeStacks.
func (*MockclientMockRecorder) ExecuteChangeSet ¶ added in v1.1.0
func (mr *MockclientMockRecorder) ExecuteChangeSet(arg0 interface{}) *gomock.Call
ExecuteChangeSet indicates an expected call of ExecuteChangeSet.
func (*MockclientMockRecorder) GetTemplate ¶ added in v1.1.0
func (mr *MockclientMockRecorder) GetTemplate(input interface{}) *gomock.Call
GetTemplate indicates an expected call of GetTemplate.
func (*MockclientMockRecorder) GetTemplateSummary ¶ added in v1.5.0
func (mr *MockclientMockRecorder) GetTemplateSummary(in interface{}) *gomock.Call
GetTemplateSummary indicates an expected call of GetTemplateSummary.
func (*MockclientMockRecorder) WaitUntilChangeSetCreateCompleteWithContext ¶ added in v1.1.0
func (mr *MockclientMockRecorder) WaitUntilChangeSetCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilChangeSetCreateCompleteWithContext indicates an expected call of WaitUntilChangeSetCreateCompleteWithContext.
func (*MockclientMockRecorder) WaitUntilStackCreateCompleteWithContext ¶ added in v1.1.0
func (mr *MockclientMockRecorder) WaitUntilStackCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilStackCreateCompleteWithContext indicates an expected call of WaitUntilStackCreateCompleteWithContext.
func (*MockclientMockRecorder) WaitUntilStackDeleteCompleteWithContext ¶ added in v1.1.0
func (mr *MockclientMockRecorder) WaitUntilStackDeleteCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilStackDeleteCompleteWithContext indicates an expected call of WaitUntilStackDeleteCompleteWithContext.
func (*MockclientMockRecorder) WaitUntilStackUpdateCompleteWithContext ¶ added in v1.1.0
func (mr *MockclientMockRecorder) WaitUntilStackUpdateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilStackUpdateCompleteWithContext indicates an expected call of WaitUntilStackUpdateCompleteWithContext.