(clusterConfig *api.ClusterConfig, ng *api.NodeGroup)
| 23 | } |
| 24 | |
| 25 | func newBootstrapper(clusterConfig *api.ClusterConfig, ng *api.NodeGroup) nodebootstrap.Bootstrapper { |
| 26 | bootstrapper, err := nodebootstrap.NewBootstrapper(clusterConfig, ng) |
| 27 | Expect(err).NotTo(HaveOccurred()) |
| 28 | return bootstrapper |
| 29 | } |
no test coverage detected