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

Struct Bottlerocket

pkg/nodebootstrap/bottlerocket.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type Bottlerocket struct {
14 clusterConfig *api.ClusterConfig
15 np api.NodePool
16}
17
18func NewBottlerocketBootstrapper(clusterConfig *api.ClusterConfig, np api.NodePool) *Bottlerocket {
19 return &Bottlerocket{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected