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

Method DescribeNodeGroupStack

pkg/cfn/manager/nodegroup.go:399–402  ·  view source on GitHub ↗

DescribeNodeGroupStack gets the specified nodegroup stack

(ctx context.Context, nodeGroupName string)

Source from the content-addressed store, hash-verified

397
398// DescribeNodeGroupStack gets the specified nodegroup stack
399func (c *StackCollection) DescribeNodeGroupStack(ctx context.Context, nodeGroupName string) (*Stack, error) {
400 stackName := c.makeNodeGroupStackName(nodeGroupName)
401 return c.DescribeStack(ctx, &Stack{StackName: &stackName})
402}
403
404// GetNodeGroupStackType returns the nodegroup stack type
405func (c *StackCollection) GetNodeGroupStackType(ctx context.Context, options GetNodegroupOption) (api.NodeGroupType, error) {

Callers 1

GetNodeGroupStackTypeMethod · 0.95

Calls 2

DescribeStackMethod · 0.95

Tested by

no test coverage detected