k3s/pkg/probe
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
..
exec Bump k8s.io/uitls to 8e7ff06 2018-11-15 13:25:12 +00:00
http Move from glog to klog 2018-11-10 07:50:31 -05:00
tcp Move from glog to klog 2018-11-10 07:50:31 -05:00
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
OWNERS Add pkg/probe/OWNERS 2018-10-15 11:12:36 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
probe.go Fix golint for pkg/probe 2018-09-12 14:18:16 -07:00