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

Struct ManagedBottlerocket

pkg/nodebootstrap/managed_bottlerocket.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type ManagedBottlerocket struct {
13 clusterConfig *api.ClusterConfig
14 ng *api.ManagedNodeGroup
15}
16
17// NewManagedBottlerocketBootstrapper returns a new bootstrapper for managed Bottlerocket.
18func NewManagedBottlerocketBootstrapper(clusterConfig *api.ClusterConfig, ng *api.ManagedNodeGroup) *ManagedBottlerocket {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected