| 10 | ) |
| 11 | |
| 12 | type ManagedBottlerocket struct { |
| 13 | clusterConfig *api.ClusterConfig |
| 14 | ng *api.ManagedNodeGroup |
| 15 | } |
| 16 | |
| 17 | // NewManagedBottlerocketBootstrapper returns a new bootstrapper for managed Bottlerocket. |
| 18 | func NewManagedBottlerocketBootstrapper(clusterConfig *api.ClusterConfig, ng *api.ManagedNodeGroup) *ManagedBottlerocket { |
nothing calls this directly
no outgoing calls
no test coverage detected