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

Function defaultStackStatusFilter

pkg/cfn/manager/api.go:573–575  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

571}
572
573func defaultStackStatusFilter() []types.StackStatus {
574 return allNonDeletedStackStatuses()
575}
576
577// DeleteStackBySpec sends a request to delete the stack
578func (c *StackCollection) DeleteStackBySpec(ctx context.Context, s *Stack) (*Stack, error) {

Callers 2

ListStacksMatchingMethod · 0.85
ListStackNamesMethod · 0.85

Calls 1

Tested by

no test coverage detected