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

Method MustUpdateStack

pkg/cfn/manager/api.go:386–388  ·  view source on GitHub ↗

MustUpdateStack is like UpdateStack but returns a NoChangeError if there are no changes to execute.

(ctx context.Context, options UpdateStackOptions)

Source from the content-addressed store, hash-verified

384
385// MustUpdateStack is like UpdateStack but returns a NoChangeError if there are no changes to execute.
386func (c *StackCollection) MustUpdateStack(ctx context.Context, options UpdateStackOptions) error {
387 return c.updateStack(ctx, options, false)
388}
389
390// DescribeStack describes a cloudformation stack.
391func (c *StackCollection) DescribeStack(ctx context.Context, i *Stack) (*Stack, error) {

Callers

nothing calls this directly

Calls 1

updateStackMethod · 0.95

Tested by

no test coverage detected