kubernetes/pkg/controller/volume/persistentvolume
Kubernetes Submit Queue 6f89c4742a
Merge pull request #59185 from jamiefang/fix-typo
Automatic merge from submit-queue (batch tested with PRs 55606, 59185, 58763, 59072, 59251). 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>.

Fix a typo in pkg/controller/volume/persistentvolume/pv_controller.go

**What this PR does / why we need it**:
Fix typo (a -> an)

**Special notes for your reviewer**:
none

**Release note**:

```release-note
none
```
2018-02-02 18:26:35 -08:00
..
options update BUILD files 2017-10-15 18:18:13 -07:00
binder_test.go Don't bind PVs and PVCs with different access modes. 2018-01-24 09:48:38 +01:00
BUILD Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
delete_test.go run ./root-rewrite-all-other-apis.sh, then run make all, pkg/... compiles 2017-06-22 11:30:52 -07:00
framework_test.go Don't bind PVs and PVCs with different access modes. 2018-01-24 09:48:38 +01:00
index.go existing PV controller changes 2018-01-31 20:02:01 +08:00
index_test.go existing PV controller changes 2018-01-31 20:02:01 +08:00
OWNERS
provision_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
pv_controller.go Merge pull request #59185 from jamiefang/fix-typo 2018-02-02 18:26:35 -08:00
pv_controller_base.go Should return when claim.Spec.VolumeName is null 2017-11-09 10:47:04 +08:00
pv_controller_test.go In findMatchingVolumes: 2017-11-21 21:42:35 -08:00
recycle_test.go run ./root-rewrite-all-other-apis.sh, then run make all, pkg/... compiles 2017-06-22 11:30:52 -07:00
scheduler_assume_cache.go Add assume cache for PVs 2017-11-21 21:42:35 -08:00
scheduler_assume_cache_test.go Add assume cache for PVs 2017-11-21 21:42:35 -08:00
scheduler_binder.go Library for scheduler volume binding 2017-11-21 21:42:36 -08:00
scheduler_binder_cache.go Cache for pod bindings 2017-11-21 21:42:36 -08:00
scheduler_binder_cache_test.go Cache for pod bindings 2017-11-21 21:42:36 -08:00
scheduler_binder_fake.go Library for scheduler volume binding 2017-11-21 21:42:36 -08:00
scheduler_binder_test.go Library for scheduler volume binding 2017-11-21 21:42:36 -08:00
volume_host.go VolumeHost.GetNodeName method added for CSI fix 2017-12-02 05:54:54 -05:00