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

Method ListAccessEntryStackNames

pkg/cfn/manager/api.go:524–526  ·  view source on GitHub ↗

ListAccessEntryStackNames lists the stack names for all access entries in the specified cluster.

(ctx context.Context, clusterName string)

Source from the content-addressed store, hash-verified

522
523// ListAccessEntryStackNames lists the stack names for all access entries in the specified cluster.
524func (c *StackCollection) ListAccessEntryStackNames(ctx context.Context, clusterName string) ([]string, error) {
525 return c.ListStackNames(ctx, fmt.Sprintf("^eksctl-%s-accessentry-*", clusterName))
526}
527
528// ListStacksWithStatuses gets all of CloudFormation stacks
529func (c *StackCollection) ListStacksWithStatuses(ctx context.Context, statusFilters ...types.StackStatus) ([]*Stack, error) {

Callers

nothing calls this directly

Calls 1

ListStackNamesMethod · 0.95

Tested by

no test coverage detected