kubernetes/pkg/probe/http
mattjmcnaughton 46267759bc
Code cleanup for for probe/http
Two small code cleanup changes for `probe/http`.

- Tests name the `followNonLocalRedirects` variable before passing to
`New`, so its clear what the boolean flag in the construct impacts.
- Change import name from `httprobe` to `httpprobe` when used by
`pkg/kubelet/prober/prober.go`. Establishes consistency with other uses
in the repo.
2019-06-15 12:09:00 -04:00
..
BUILD Don't follow non-local redirects for http probes 2019-03-15 11:04:30 -07:00
http_test.go Code cleanup for for probe/http 2019-06-15 12:09:00 -04:00
http.go Don't follow non-local redirects for http probes 2019-03-15 11:04:30 -07:00