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

Struct NodeGroupResourceSet

pkg/cfn/builder/nodegroup.go:54–63  ·  view source on GitHub ↗

NodeGroupResourceSet stores the resource information of the nodegroup

Source from the content-addressed store, hash-verified

52
53// NodeGroupResourceSet stores the resource information of the nodegroup
54type NodeGroupResourceSet struct {
55 rs *resourceSet
56 iamAPI awsapi.IAM
57 ec2API awsapi.EC2
58 options NodeGroupOptions
59
60 instanceProfileARN *gfnt.Value
61 securityGroups []*gfnt.Value
62 vpc *gfnt.Value
63}
64
65// NewNodeGroupResourceSet returns a resource set for a nodegroup embedded in a cluster config.
66func NewNodeGroupResourceSet(ec2API awsapi.EC2, iamAPI awsapi.IAM, options NodeGroupOptions) *NodeGroupResourceSet {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected