kubernetes/pkg/volume/aws_ebs
Kubernetes Submit Queue c5e74d128d
Merge pull request #66884 from NickrenREN/attacher-detacher-refactor
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>.

Attacher/Detacher refactor for local storage

Proposal link: https://github.com/kubernetes/community/pull/2438

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

Attacher/Detacher refactor for the plugins which just need to mount device, but do not need to attach, such as local storage plugin.

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

**Special notes for your reviewer**:

```release-note
Attacher/Detacher refactor for local storage
```

/sig storage
/kind feature
2018-08-15 07:03:48 -07:00
..
attacher_test.go Allow AWS EBS volumes to be attached as ReadOnly. 2018-05-28 16:24:19 +02:00
attacher.go update volume plugins accordingly 2018-08-14 11:12:54 +08:00
aws_ebs_block_test.go replace path with filepath 2018-04-24 19:08:38 +05:30
aws_ebs_block.go Remove redundant code in aws_ebs_block.go 2018-08-09 15:57:05 +08:00
aws_ebs_test.go Add DynamicProvisioningScheduling support for EBS 2018-08-01 09:00:03 -07:00
aws_ebs.go Add DynamicProvisioningScheduling support for EBS 2018-08-01 09:00:03 -07:00
aws_util.go Fix provision fail issue for aws provisioner if fsType specified 2018-08-09 13:32:34 +00:00
BUILD Add DynamicProvisioningScheduling support for EBS 2018-08-01 09:00:03 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS Curate owners for pkg/volume/aws_ebs 2017-02-22 22:51:08 -05:00