ManagedWindows implements a bootstrapper for managed Windows nodegroups.
| 11 | |
| 12 | // ManagedWindows implements a bootstrapper for managed Windows nodegroups. |
| 13 | type ManagedWindows struct { |
| 14 | NodeGroup *api.ManagedNodeGroup |
| 15 | } |
| 16 | |
| 17 | // UserData returns the userdata. |
| 18 | func (w *ManagedWindows) UserData() (string, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected