kubernetes/pkg/client/restclient
Kubernetes Submit Queue 5af04d1dd1 Merge pull request #32876 from errordeveloper/more-cert-utils
Automatic merge from submit-queue

Refactor cert utils into one pkg, add funcs from bootkube for kubeadm to use

**What this PR does / why we need it**:

We have ended-up with rather incomplete and fragmented collection of utils for handling certificates. It may be worse to consider using `cfssl` for doing all of these things, but for now there is some functionality that we need in `kubeadm` that we can borrow from bootkube. It makes sense to move the utils from bookube into core, as discussed in #31221.

**Special notes for your reviewer**: I've taken the opportunity to review names of existing funcs and tried to make some improvements in that area (with help from @peterbourgon).

**Release note**:

```release-note
NONE
```
2016-09-22 01:29:46 -07:00
..
client_test.go Run goimports 2016-08-02 15:12:39 +03:00
client.go fix a spell mistake 2016-09-18 15:04:59 +08:00
config_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
config.go Refactor utils that deal with certs 2016-09-19 09:03:42 +01:00
plugin_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
plugin.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
request_test.go Remove implicit Prometheus metrics from client 2016-08-19 10:11:45 -07:00
request.go Merge pull request #32048 from smarterclayton/consistent_errors 2016-09-15 20:13:48 -07:00
transport.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
url_utils_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
url_utils.go Fix problem specifying fqdn:port in command line 2016-07-05 10:10:12 -04:00
urlbackoff_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
urlbackoff.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
versions.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00