kubernetes/pkg/controller/volume/persistentvolume
Davanum Srinivas 954996e231
Move from glog to klog
- Move from the old github.com/golang/glog to k8s.io/klog
- klog as explicit InitFlags() so we add them as necessary
- we update the other repositories that we vendor that made a similar
change from glog to klog
  * github.com/kubernetes/repo-infra
  * k8s.io/gengo/
  * k8s.io/kube-openapi/
  * github.com/google/cadvisor
- Entirely remove all references to glog
- Fix some tests by explicit InitFlags in their init() methods

Change-Id: I92db545ff36fcec83afe98f550c9e630098b3135
2018-11-10 07:50:31 -05:00
..
metrics Move from glog to klog 2018-11-10 07:50:31 -05:00
options update BUILD files 2017-10-15 18:18:13 -07:00
binder_test.go Ignore non-avaiable volumes in findMatchingVolume: update tests 2018-09-19 13:13:31 +08:00
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
delete_test.go Pass pod informer to PV controller 2018-02-05 15:40:25 +01:00
framework_test.go Move from glog to klog 2018-11-10 07:50:31 -05:00
index_test.go Refactor GlusterFS PV spec. 2018-11-06 15:51:01 +05:30
index.go Ignore non-available volumes in findMatchingVolume to reduce chance of 2018-09-14 20:27:44 +08:00
OWNERS Add lichuqiang as reviewer of persistentvolume controller (for volume scheduling) 2018-07-04 00:35:54 +08:00
provision_test.go Ignore non-avaiable volumes in findMatchingVolume: update tests 2018-09-19 13:13:31 +08:00
pv_controller_base.go Move from glog to klog 2018-11-10 07:50:31 -05:00
pv_controller_test.go Move from glog to klog 2018-11-10 07:50:31 -05:00
pv_controller.go Move from glog to klog 2018-11-10 07:50:31 -05:00
recycle_test.go Don't recycle PVs that are used by a pod 2018-02-05 16:41:39 +01:00
scheduler_assume_cache_test.go combine feature gate VolumeScheduling and DynamicProvisioningScheduling into one 2018-08-29 10:30:08 +08:00
scheduler_assume_cache.go Move from glog to klog 2018-11-10 07:50:31 -05:00
scheduler_bind_cache_metrics.go Add metrics to volume scheduling operations 2018-10-23 20:59:12 +08:00
scheduler_binder_cache_test.go cache update for dynamic provisioning 2018-05-24 17:12:12 +08:00
scheduler_binder_cache.go Add metrics to volume scheduling operations 2018-10-23 20:59:12 +08:00
scheduler_binder_fake.go Volume scheduling library changes: 2018-09-04 16:30:14 -07:00
scheduler_binder_test.go Move from glog to klog 2018-11-10 07:50:31 -05:00
scheduler_binder.go Move from glog to klog 2018-11-10 07:50:31 -05:00
volume_host.go Move from glog to klog 2018-11-10 07:50:31 -05:00