(clusterConfig *api.ClusterConfig, np api.NodePool, clusterDNS string)
| 20 | } |
| 21 | |
| 22 | func 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 | |
| 30 | func (b *Windows) UserData() (string, error) { |
| 31 | ng := b.np.BaseNodeGroup() |
no outgoing calls
no test coverage detected