k3s/pkg/volume/azure_dd
Kubernetes Submit Queue 33d85b01fe
Merge pull request #63098 from shubheksha/fix/62916-replace-path-with-filepath-aws-azure
Automatic merge from submit-queue. 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>.

aws, azure: replace path with filepath

**What this PR does / why we need it**:
This PR replaces usage of `path` with `filepath` as it uses OS-specific path separators.

**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 #62916 

**Special notes for your reviewer**:
This PR addresses the following volume plugins:
- `pkg/volume/aws_ebs`
- `pkg/volume/azure_dd`
- `pkg/volume/azure_file`

**Release note**:

```release-note
NONE
```
2018-05-03 11:16:10 -07:00
..
BUILD Use new clients in Azure Disk volume 2018-04-26 09:38:48 +08:00
OWNERS add Dong Liu as approver and add OWNERS in credentialprovider 2017-12-19 09:31:43 +00:00
attacher.go Merge pull request #63098 from shubheksha/fix/62916-replace-path-with-filepath-aws-azure 2018-05-03 11:16:10 -07:00
azure_common.go Merge pull request #63098 from shubheksha/fix/62916-replace-path-with-filepath-aws-azure 2018-05-03 11:16:10 -07:00
azure_common_linux.go replace path with filepath 2018-04-24 19:08:38 +05:30
azure_common_test.go TestIoHandler should not run on unsupported platforms 2017-09-20 00:35:58 -07:00
azure_common_unsupported.go enable azure disk mount on windows node 2017-09-12 01:52:48 +00:00
azure_common_windows.go respect fstype in Windows for azure disk 2018-03-16 08:25:03 +00:00
azure_dd.go Use new clients in Azure Disk volume 2018-04-26 09:38:48 +08:00
azure_dd_test.go
azure_mounter.go update import 2018-02-27 20:23:35 +08:00
azure_provision.go remove default fsypte in azure disk 2018-04-08 08:11:37 +00:00