| 11 | ) |
| 12 | |
| 13 | type Bottlerocket struct { |
| 14 | clusterConfig *api.ClusterConfig |
| 15 | np api.NodePool |
| 16 | } |
| 17 | |
| 18 | func NewBottlerocketBootstrapper(clusterConfig *api.ClusterConfig, np api.NodePool) *Bottlerocket { |
| 19 | return &Bottlerocket{ |
nothing calls this directly
no outgoing calls
no test coverage detected