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

Function NewManagedAL2Bootstrapper

pkg/nodebootstrap/managed_al2.go:24–28  ·  view source on GitHub ↗

NewManagedAL2Bootstrapper creates a new ManagedAL2 bootstrapper

(ng *api.ManagedNodeGroup)

Source from the content-addressed store, hash-verified

22
23// NewManagedAL2Bootstrapper creates a new ManagedAL2 bootstrapper
24func NewManagedAL2Bootstrapper(ng *api.ManagedNodeGroup) *ManagedAL2 {
25 return &ManagedAL2{
26 ng: ng,
27 }
28}
29
30// UserData returns user data for AL2 managed nodegroups
31func (m *ManagedAL2) UserData() (string, error) {

Callers 2

NewManagedBootstrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected