kubernetes/pkg/controller/volume/persistentvolume
Kubernetes Submit Queue 997fe31941
Merge pull request #57872 from mlmhl/volume_metric_bound_pvc
Automatic merge from submit-queue (batch tested with PRs 58317, 58687, 57872, 59063, 59328). 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>.

add number measurement for bound/unbound pv/pvc

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

Implement number measurement for bound/unbound pv/pvc defined in the [Metrics Spec](https://docs.google.com/document/d/1Fh0T60T_y888LsRwC51CQHO75b2IZ3A34ZQS71s_F0g/edit#heading=h.bwzmc2tktae)

ref feature: [ kubernetes/features#496](https://github.com/kubernetes/features/issues/496)

**Release note**:

```release-note
Intended for post-1.9
```
2018-02-05 18:43:37 -08:00
..
metrics add number measurement for bound/unbound pv/pvc 2018-01-11 10:07:20 +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 add number measurement for bound/unbound pv/pvc 2018-01-11 10:07:20 +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_test.go existing PV controller changes 2018-01-31 20:02:01 +08:00
index.go existing PV controller changes 2018-01-31 20:02:01 +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_base.go add number measurement for bound/unbound pv/pvc 2018-01-11 10:07:20 +08:00
pv_controller_test.go In findMatchingVolumes: 2017-11-21 21:42:35 -08:00
pv_controller.go Merge pull request #59185 from jamiefang/fix-typo 2018-02-02 18:26: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_test.go Add assume cache for PVs 2017-11-21 21:42:35 -08:00
scheduler_assume_cache.go Add assume cache for PVs 2017-11-21 21:42:35 -08:00
scheduler_binder_cache_test.go Cache for pod bindings 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_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
scheduler_binder.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