MCPcopy Create free account
hub / github.com/eksctl-io/eksctl / MakeClusterStackNameFromName

Method MakeClusterStackNameFromName

pkg/cfn/manager/cluster.go:31–33  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

29}
30
31func (c *StackCollection) MakeClusterStackNameFromName(name string) string {
32 return "eksctl-" + name + "-cluster"
33}
34
35// createClusterTask creates the cluster
36func (c *StackCollection) createClusterTask(ctx context.Context, errs chan error, supportsManagedNodes bool) error {

Callers 2

MakeClusterStackNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected