k3s/pkg/util/ipvs
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
..
testing ipvs connection based graceful termination 2018-09-27 15:16:48 +08:00
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
OWNERS add pkg/util/ipvs OWNERS file 2017-12-18 09:25:28 +08:00
ipvs.go use 'nf_conntrack' instead of 'nf_conntrack_ipv4' for linux kernel >= 4.19 2018-11-05 10:33:31 +08:00
ipvs_linux.go Move from glog to klog 2018-11-10 07:50:31 -05:00
ipvs_linux_test.go K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
ipvs_test.go fix bugs introduced by ipvs graceful termination 2018-09-30 16:40:13 +08:00
ipvs_unsupported.go ipvs support graceful termination 2018-09-27 15:14:51 +08:00
kernelcheck_linux.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kernelcheck_linux_test.go use 'nf_conntrack' instead of 'nf_conntrack_ipv4' for linux kernel >= 4.19 2018-11-05 10:33:31 +08:00
kernelcheck_unsupported.go load kernel modules required by IPVS in kubeadm 2018-05-22 11:20:47 +08:00