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

Struct ManagedWindows

pkg/nodebootstrap/windows_managed.go:13–15  ·  view source on GitHub ↗

ManagedWindows implements a bootstrapper for managed Windows nodegroups.

Source from the content-addressed store, hash-verified

11
12// ManagedWindows implements a bootstrapper for managed Windows nodegroups.
13type ManagedWindows struct {
14 NodeGroup *api.ManagedNodeGroup
15}
16
17// UserData returns the userdata.
18func (w *ManagedWindows) UserData() (string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected