MCPcopy
hub / github.com/eksctl-io/eksctl / ManagedAL2

Struct ManagedAL2

pkg/nodebootstrap/managed_al2.go:17–21  ·  view source on GitHub ↗

ManagedAL2 is a bootstrapper for managed Amazon Linux 2 nodegroups

Source from the content-addressed store, hash-verified

15
16// ManagedAL2 is a bootstrapper for managed Amazon Linux 2 nodegroups
17type ManagedAL2 struct {
18 ng *api.ManagedNodeGroup
19 // UserDataMimeBoundary sets the MIME boundary for user data
20 UserDataMimeBoundary string
21}
22
23// NewManagedAL2Bootstrapper creates a new ManagedAL2 bootstrapper
24func NewManagedAL2Bootstrapper(ng *api.ManagedNodeGroup) *ManagedAL2 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected