| 14 | ) |
| 15 | |
| 16 | type Windows struct { |
| 17 | clusterConfig *api.ClusterConfig |
| 18 | np api.NodePool |
| 19 | clusterDNS string |
| 20 | } |
| 21 | |
| 22 | func NewWindowsBootstrapper(clusterConfig *api.ClusterConfig, np api.NodePool, clusterDNS string) *Windows { |
| 23 | return &Windows{ |
nothing calls this directly
no outgoing calls
no test coverage detected