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

Method makeNodeGroupStackName

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

makeNodeGroupStackName generates the name of the nodegroup stack identified by its name and this StackCollection's cluster.

(ngName string)

Source from the content-addressed store, hash-verified

173
174// makeNodeGroupStackName generates the name of the nodegroup stack identified by its name and this StackCollection's cluster.
175func (c *StackCollection) makeNodeGroupStackName(ngName string) string {
176 return makeNodeGroupStackName(c.spec.Metadata.Name, ngName)
177}
178
179func (c *StackCollection) createManagedNodeGroupTask(ctx context.Context, errorCh chan error, ng *api.ManagedNodeGroup, forceAddCNIPolicy bool, vpcImporter vpc.Importer) error {
180 name := c.makeNodeGroupStackName(ng.Name)

Callers 4

UpdateNodeGroupStackMethod · 0.95

Calls 1

makeNodeGroupStackNameFunction · 0.85

Tested by

no test coverage detected