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

Function newBootstrapper

pkg/nodebootstrap/nodebootstrap_suite_test.go:25–29  ·  view source on GitHub ↗
(clusterConfig *api.ClusterConfig, ng *api.NodeGroup)

Source from the content-addressed store, hash-verified

23}
24
25func 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}

Callers 3

ubuntu_test.goFile · 0.85
al2_test.goFile · 0.85

Calls 1

NewBootstrapperFunction · 0.92

Tested by

no test coverage detected