k3s/pkg/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
..
algorithm Move from glog to klog 2018-11-10 07:50:31 -05:00
algorithmprovider Move from glog to klog 2018-11-10 07:50:31 -05:00
api Move pkg/scheduler/algorithm/well_known_labels.go out 2018-10-13 09:10:00 +08:00
apis/config kube-scheduler: enable secure ports 10259 2018-11-08 16:43:59 +01:00
cache Move from glog to klog 2018-11-10 07:50:31 -05:00
core Move from glog to klog 2018-11-10 07:50:31 -05:00
factory Move from glog to klog 2018-11-10 07:50:31 -05:00
internal Move from glog to klog 2018-11-10 07:50:31 -05:00
metrics Add metrics to volume scheduling operations 2018-10-23 20:59:12 +08:00
testing [scheduler cleanup phase 1]: Move FakeCache to pkg/scheduler/internal/cache/fake 2018-10-06 23:58:53 +08:00
util Move from glog to klog 2018-11-10 07:50:31 -05:00
volumebinder Add scheduler option for bind timeout 2018-09-04 17:25:23 -07:00
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
OWNERS Update OWNERS labels for cluster-lifecycle and scheduling 2018-04-05 16:25:04 -05:00
scheduler.go Move from glog to klog 2018-11-10 07:50:31 -05:00
scheduler_test.go kube-scheduler: move stopCh creation out of scheduler factory code 2018-11-08 16:43:59 +01:00
testutil.go create a new scheduler constructor 2018-10-10 17:10:10 +08:00