kubernetes/pkg/controller/volume/persistentvolume
Kubernetes Submit Queue 876259435a
Merge pull request #55991 from supereagle/core-client-with-version
Automatic merge from submit-queue (batch tested with PRs 54604, 55781, 55806, 55935, 55991). 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>.

Use core client with explicit version

**What this PR does / why we need it**:
Core client without explicit version has been deprecated, change them to the one with explicit version.

**Which issue(s) this PR fixes**:
Fixes partially #55993

**Special notes for your reviewer**:
/cc @kubernetes/sig-api-machinery-pr-reviews
/cc @caesarxuchao @k82cn @sttts @kevin-wangzefeng 

**Release note**:
```release-note
NONE
```
2017-12-13 22:26:01 -08:00
..
options update BUILD files 2017-10-15 18:18:13 -07:00
binder_test.go In findMatchingVolumes: 2017-11-21 21:42:35 -08:00
BUILD update build files 2017-11-21 23:19:44 -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 Library for scheduler volume binding 2017-11-21 21:42:36 -08:00
index.go Return no volume match if prebound PV node affinity doesn't match node 2017-11-29 17:29:58 -08:00
index_test.go Return no volume match if prebound PV node affinity doesn't match node 2017-11-29 17:29:58 -08:00
OWNERS Update OWNERS approvers and reviewers: pkg/controller 2016-11-02 16:19:18 -07:00
provision_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
pv_controller.go use core client with explicit version 2017-11-25 08:14:10 +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