Documentation ¶
Index ¶
- type NodeGroupResourceSet
- func (_m *NodeGroupResourceSet) AddAllResources(ctx context.Context) error
- func (_m *NodeGroupResourceSet) GetAllOutputs(_a0 types.Stack) error
- func (_m *NodeGroupResourceSet) RenderJSON() ([]byte, error)
- func (_m *NodeGroupResourceSet) WithIAM() bool
- func (_m *NodeGroupResourceSet) WithNamedIAM() bool
- type NodeGroupStackManager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeGroupResourceSet ¶
NodeGroupResourceSet is an autogenerated mock type for the NodeGroupResourceSet type
func NewNodeGroupResourceSet ¶
func NewNodeGroupResourceSet(t interface { mock.TestingT Cleanup(func()) }) *NodeGroupResourceSet
NewNodeGroupResourceSet creates a new instance of NodeGroupResourceSet. 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 (*NodeGroupResourceSet) AddAllResources ¶
func (_m *NodeGroupResourceSet) AddAllResources(ctx context.Context) error
AddAllResources provides a mock function with given fields: ctx
func (*NodeGroupResourceSet) GetAllOutputs ¶
func (_m *NodeGroupResourceSet) GetAllOutputs(_a0 types.Stack) error
GetAllOutputs provides a mock function with given fields: _a0
func (*NodeGroupResourceSet) RenderJSON ¶
func (_m *NodeGroupResourceSet) RenderJSON() ([]byte, error)
RenderJSON provides a mock function with given fields:
func (*NodeGroupResourceSet) WithIAM ¶
func (_m *NodeGroupResourceSet) WithIAM() bool
WithIAM provides a mock function with given fields:
func (*NodeGroupResourceSet) WithNamedIAM ¶
func (_m *NodeGroupResourceSet) WithNamedIAM() bool
WithNamedIAM provides a mock function with given fields:
type NodeGroupStackManager ¶
NodeGroupStackManager is an autogenerated mock type for the NodeGroupStackManager type
func NewNodeGroupStackManager ¶
func NewNodeGroupStackManager(t interface { mock.TestingT Cleanup(func()) }) *NodeGroupStackManager
NewNodeGroupStackManager creates a new instance of NodeGroupStackManager. 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 (*NodeGroupStackManager) CreateStack ¶
func (_m *NodeGroupStackManager) CreateStack(ctx context.Context, stackName string, resourceSet builder.ResourceSetReader, tags map[string]string, parameters map[string]string, errs chan error) error
CreateStack provides a mock function with given fields: ctx, stackName, resourceSet, tags, parameters, errs