k3s/pkg/cloudprovider/providers
Kubernetes Submit Queue d89e64110a
Merge pull request #59716 from feiskyer/vmss-disk
Automatic merge from submit-queue (batch tested with PRs 59489, 59716). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add AzureDisk support for vmss nodes

**What this PR does / why we need it**:

This PR adds AzureDisk support for vmss nodes. Changes include

- Upgrade vmss API to 2017-12-01
- Upgrade vmss clients with new version API
- Abstract AzureDisk operations for vmss and vmas
- Added AzureDisk support for vmss
- Unit tests and fake clients fix
 
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #43287

**Special notes for your reviewer**:

~~Depending on #59652 (the first two commits are from #59652).~~

**Release note**:

```release-note
Add AzureDisk support for vmss nodes
```
2018-02-14 00:14:34 -08:00
..
aws Merge pull request #57969 from jsafrane/aws-approver 2018-02-12 19:41:02 -08:00
azure Merge pull request #59716 from feiskyer/vmss-disk 2018-02-14 00:14:34 -08:00
cloudstack fix all the typos across the project 2018-02-11 11:04:14 +08:00
fake Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00
gce Merge pull request #59464 from dixudx/fix_all_typos 2018-02-10 22:12:45 -08:00
openstack Merge pull request #59571 from dims/skip-test-routes-when-there-are-no-vms 2018-02-12 10:25:55 -08:00
ovirt Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00
photon fix all the typos across the project 2018-02-11 11:04:14 +08:00
vsphere Merge pull request #59497 from dougm/vclib-tests 2018-02-08 10:40:27 -08:00
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
providers.go