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

Struct Windows

pkg/nodebootstrap/windows.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type Windows struct {
17 clusterConfig *api.ClusterConfig
18 np api.NodePool
19 clusterDNS string
20}
21
22func NewWindowsBootstrapper(clusterConfig *api.ClusterConfig, np api.NodePool, clusterDNS string) *Windows {
23 return &Windows{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected