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

Function NewAL2Bootstrapper

pkg/nodebootstrap/al2.go:22–28  ·  view source on GitHub ↗
(clusterConfig *api.ClusterConfig, ng *api.NodeGroup, clusterDNS string)

Source from the content-addressed store, hash-verified

20}
21
22func NewAL2Bootstrapper(clusterConfig *api.ClusterConfig, ng *api.NodeGroup, clusterDNS string) *AmazonLinux2 {
23 return &AmazonLinux2{
24 clusterConfig: clusterConfig,
25 ng: ng,
26 clusterDNS: clusterDNS,
27 }
28}
29
30func (b *AmazonLinux2) UserData() (string, error) {
31 var scripts []script

Callers 1

NewBootstrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected