MCPcopy Index your code
hub / github.com/eksctl-io/eksctl / CreateStack

Method CreateStack

pkg/cfn/manager/nodegroup.go:55–55  ·  view source on GitHub ↗

CreateStack creates a CloudFormation stack.

(ctx context.Context, stackName string, resourceSet builder.ResourceSetReader, tags, parameters map[string]string, errs chan error)

Source from the content-addressed store, hash-verified

53type NodeGroupStackManager interface {
54 // CreateStack creates a CloudFormation stack.
55 CreateStack(ctx context.Context, stackName string, resourceSet builder.ResourceSetReader, tags, parameters map[string]string, errs chan error) error
56}
57
58// A NodeGroupResourceSet creates resources for a nodegroup.

Callers 2

DoCreateStackRequestMethod · 0.65
createNodeGroupMethod · 0.65

Implementers 13

StackCollectionpkg/cfn/manager/api.go
FakeStackManagerpkg/cfn/manager/fakes/fake_stack_manag
FakeStackCreatorpkg/cfn/manager/fakes/fake_stack_creat
NodeGroupStackManagerpkg/cfn/manager/mocks/NodeGroupStackMa
FakeStackCreatorpkg/actions/accessentry/fakes/fake_sta
StackCreatorpkg/actions/capability/mocks/stack_cre
StackCreator_Expecterpkg/actions/capability/mocks/stack_cre
FakeStackCreatorpkg/actions/podidentityassociation/fak
FakeStackManagerpkg/actions/addon/fakes/fake_stack_man
CloudFormationpkg/eks/mocksv2/CloudFormation.go
CloudFormation_Expecterpkg/eks/mocksv2/CloudFormation.go
StackCreatorpkg/automode/mocks/stack_creator.go

Calls

no outgoing calls

Tested by

no test coverage detected