k3s/pkg/volume/aws_ebs
Kubernetes Submit Queue c615098a96
Merge pull request #63193 from lichuqiang/provision_0425
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>.

Volume topology aware dynamic provisioning: work based on new API

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

The PR has been split to 3 parts:

Part1: https://github.com/kubernetes/kubernetes/pull/63232 for basic scheduler and PV controller plumbing
Part2: https://github.com/kubernetes/kubernetes/pull/63233 for API change

and the PR itself includes work based on the API change:

- Dynamic provisioning allowed topologies scheduler work
- Update provisioning interface to be aware of selected node and topology

**Which issue(s) this PR fixes** 
Feature: https://github.com/kubernetes/features/issues/561
Design: https://github.com/kubernetes/community/issues/2168

**Special notes for your reviewer**:
/sig storage
/sig scheduling
/assign @msau42 @jsafrane @saad-ali @bsalamat

@kubernetes/sig-storage-pr-reviews
@kubernetes/sig-scheduling-pr-reviews

**Release note**:

```release-note
Volume topology aware dynamic provisioning
```
2018-06-05 15:31:58 -07:00
..
BUILD Add block volume support to internal provisioners. 2018-05-29 12:02:40 +02:00
OWNERS Curate owners for pkg/volume/aws_ebs 2017-02-22 22:51:08 -05:00
attacher.go Allow AWS EBS volumes to be attached as ReadOnly. 2018-05-28 16:24:19 +02:00
attacher_test.go Allow AWS EBS volumes to be attached as ReadOnly. 2018-05-28 16:24:19 +02:00
aws_ebs.go Merge pull request #63193 from lichuqiang/provision_0425 2018-06-05 15:31:58 -07:00
aws_ebs_block.go Refactor of GenerateMapDeviceFunc to delegate Map call to volume plugin. 2018-06-03 17:25:37 -04:00
aws_ebs_block_test.go replace path with filepath 2018-04-24 19:08:38 +05:30
aws_ebs_test.go Provision interface change 2018-06-05 16:35:16 +08:00
aws_util.go update import 2018-02-27 20:23:35 +08:00
doc.go