k3s/pkg/volume/aws_ebs
Kubernetes Submit Queue facc84752b
Merge pull request #67184 from linyouchong/pr-0809
Automatic merge from submit-queue (batch tested with PRs 67195, 67184). 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>.

Remove redundant code in aws_ebs_block.go

**What this PR does / why we need it**:
Remove redundant code in aws_ebs_block.go
There is the same code in aws_ebs.go

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
NONE

**Special notes for your reviewer**:
NONE

**Release note**:
```release-note
NONE
```

/sig storage
2018-08-09 12:18:21 -07:00
..
BUILD Add DynamicProvisioningScheduling support for EBS 2018-08-01 09:00:03 -07:00
OWNERS
attacher.go Remove mount.GetMountRefs in favor of mounter.GetMountRefs 2018-06-20 17:01:27 +08:00
attacher_test.go Allow AWS EBS volumes to be attached as ReadOnly. 2018-05-28 16:24:19 +02:00
aws_ebs.go Add DynamicProvisioningScheduling support for EBS 2018-08-01 09:00:03 -07:00
aws_ebs_block.go Remove redundant code in aws_ebs_block.go 2018-08-09 15:57:05 +08:00
aws_ebs_block_test.go replace path with filepath 2018-04-24 19:08:38 +05:30
aws_ebs_test.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
doc.go