k3s/pkg/kubelet/prober
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
..
results Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
testing Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
common_test.go Make 'pod' package to use unified checkpointManager 2018-04-16 01:30:20 -04:00
prober.go Bump k8s.io/uitls to 8e7ff06 2018-11-15 13:25:12 +00:00
prober_manager.go Move from glog to klog 2018-11-10 07:50:31 -05:00
prober_manager_test.go Move from glog to klog 2018-11-10 07:50:31 -05:00
prober_test.go
worker.go Move from glog to klog 2018-11-10 07:50:31 -05:00
worker_test.go reset resultRun to 0 on pod restart 2018-04-19 22:58:19 +08:00