kubernetes/test/integration/scheduler
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
..
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
extender_test.go kube-scheduler: move stopCh creation out of scheduler factory code 2018-11-08 16:43:59 +01:00
main_test.go use testmain in integration tests 2017-07-12 17:34:55 -07:00
OWNERS Updated OWNERS_ALIASES for scheduler, and added scheduler integration test owners. 2017-07-01 09:28:52 +08:00
predicates_test.go Do not schedule pod to the node under PID pressure. 2018-04-26 10:07:42 +08:00
preemption_test.go Move from glog to klog 2018-11-10 07:50:31 -05:00
priorities_test.go Add integration tests for image locality priority 2018-08-31 01:28:18 -07:00
scheduler_test.go kube-scheduler: move stopCh creation out of scheduler factory code 2018-11-08 16:43:59 +01:00
taint_test.go kube-scheduler: move stopCh creation out of scheduler factory code 2018-11-08 16:43:59 +01:00
util.go kube-scheduler: move stopCh creation out of scheduler factory code 2018-11-08 16:43:59 +01:00
volume_binding_test.go Move from glog to klog 2018-11-10 07:50:31 -05:00