k3s/cmd
Hannes Hörl 0d4b5c98f8 Bump k8s.io/uitls to 8e7ff06
The reason for the bump is the new functionality of the
k8s.io/utils/exec package which allows
- to get a hold of the process' std{out,err} as `io.Reader`s
- to `Start` a process and `Wait` for it

This should help on addressing #70890 by allowing to wrap std{out,err}
of the process to be wrapped with a `io.limitedReader`.

It also updates
- k8s.io/kubernetes/pkg/probe/exec.FakeCmd
- k8s.io/kubernetes/pkg/kubelet/prober.execInContainer
- k8s.io/kubernetes/cmd/kubeadm/app/phases/kubelet.fakeCmd
to implement the changed interface.

The dependency on 'k8s.io/utils/pointer' to the new version has also
been bumped in some staging repos:
- apiserver
- kube-controller-manager
- kube-scheduler
2018-11-15 13:25:12 +00:00
..
clicheck
cloud-controller-manager Move from glog to klog 2018-11-10 07:50:31 -05:00
controller-manager Move from glog to klog 2018-11-10 07:50:31 -05:00
gendocs
genkubedocs GCP: Remove the deprecated google-json-key support 2018-10-02 16:53:28 -07:00
genman
genswaggertypedocs Move from glog to klog 2018-11-10 07:50:31 -05:00
genutils
genyaml
hyperkube Simplify random seed initialization 2018-10-11 21:01:15 +11:00
importverifier
kube-apiserver cleanup error handling in apiserver opts validation 2018-11-13 17:27:13 -08:00
kube-controller-manager rootcacertpublisher: trigger resync on namespace add and update 2018-11-13 11:38:45 -08:00
kube-proxy Move from glog to klog 2018-11-10 07:50:31 -05:00
kube-scheduler auto-generated file 2018-11-11 17:19:38 +08:00
kubeadm Bump k8s.io/uitls to 8e7ff06 2018-11-15 13:25:12 +00:00
kubectl Simplify random seed initialization 2018-10-11 21:01:15 +11:00
kubelet Move from glog to klog 2018-11-10 07:50:31 -05:00
kubemark Move from glog to klog 2018-11-10 07:50:31 -05:00
linkcheck
BUILD
OWNERS