• Davanum Srinivas's avatar
    Move from glog to klog · 954996e2
    Davanum Srinivas authored
    - 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
    954996e2
Name
Last commit
Last update
..
logs Loading commit data...
BUILD Loading commit data...
doc.go Loading commit data...
fake_kuberuntime_manager.go Loading commit data...
helpers.go Loading commit data...
helpers_linux.go Loading commit data...
helpers_linux_test.go Loading commit data...
helpers_test.go Loading commit data...
helpers_unsupported.go Loading commit data...
helpers_windows.go Loading commit data...
instrumented_services.go Loading commit data...
instrumented_services_test.go Loading commit data...
kuberuntime_container.go Loading commit data...
kuberuntime_container_linux.go Loading commit data...
kuberuntime_container_linux_test.go Loading commit data...
kuberuntime_container_test.go Loading commit data...
kuberuntime_container_unsupported.go Loading commit data...
kuberuntime_container_windows.go Loading commit data...
kuberuntime_gc.go Loading commit data...
kuberuntime_gc_test.go Loading commit data...
kuberuntime_image.go Loading commit data...
kuberuntime_image_test.go Loading commit data...
kuberuntime_logs.go Loading commit data...
kuberuntime_manager.go Loading commit data...
kuberuntime_manager_test.go Loading commit data...
kuberuntime_sandbox.go Loading commit data...
kuberuntime_sandbox_test.go Loading commit data...
labels.go Loading commit data...
labels_test.go Loading commit data...
legacy.go Loading commit data...
legacy_test.go Loading commit data...
security_context.go Loading commit data...
security_context_test.go Loading commit data...