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

Struct AmazonLinux2

pkg/nodebootstrap/al2.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type AmazonLinux2 struct {
17 clusterConfig *api.ClusterConfig
18 ng *api.NodeGroup
19 clusterDNS string
20}
21
22func NewAL2Bootstrapper(clusterConfig *api.ClusterConfig, ng *api.NodeGroup, clusterDNS string) *AmazonLinux2 {
23 return &AmazonLinux2{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected