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

Function NewWindowsBootstrapper

pkg/nodebootstrap/windows.go:22–28  ·  view source on GitHub ↗
(clusterConfig *api.ClusterConfig, np api.NodePool, clusterDNS string)

Source from the content-addressed store, hash-verified

20}
21
22func NewWindowsBootstrapper(clusterConfig *api.ClusterConfig, np api.NodePool, clusterDNS string) *Windows {
23 return &Windows{
24 clusterConfig: clusterConfig,
25 np: np,
26 clusterDNS: clusterDNS,
27 }
28}
29
30func (b *Windows) UserData() (string, error) {
31 ng := b.np.BaseNodeGroup()

Callers 2

windows_test.goFile · 0.92
NewBootstrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected