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

Method ListClusterStackNames

pkg/cfn/manager/api.go:514–516  ·  view source on GitHub ↗

ListClusterStackNames gets all stack names matching regex

(ctx context.Context)

Source from the content-addressed store, hash-verified

512
513// ListClusterStackNames gets all stack names matching regex
514func (c *StackCollection) ListClusterStackNames(ctx context.Context) ([]string, error) {
515 return c.ListStackNames(ctx, clusterStackRegex)
516}
517
518// ListAddonIAMStackNames lists the stack names for all access entries in the specified cluster.
519func (c *StackCollection) ListAddonIAMStackNames(ctx context.Context, clusterName, addonName string) ([]string, error) {

Callers 1

Calls 1

ListStackNamesMethod · 0.95

Tested by

no test coverage detected