k3s/pkg/client
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
..
cache Revert "simplify RC and SVC listers" 2016-09-21 15:49:38 -07:00
chaosclient Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
clientset_generated Generate clientset 1.5 2016-09-19 15:54:08 -04:00
leaderelection Update acquire to use newer JitterUntil vs. sleep with 0 timer which may 2016-07-29 11:10:00 -05:00
metrics Remove implicit Prometheus metrics from client 2016-08-19 10:11:45 -07:00
record Merge pull request #29230 from luxas/goimport 2016-08-05 16:22:01 -07:00
restclient Merge pull request #32876 from errordeveloper/more-cert-utils 2016-09-22 01:29:46 -07:00
testdata
testing Merge pull request #32292 from pmorie/subresource-fake 2016-09-19 23:51:23 -07:00
transport Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
typed add FirstHitRESTMapper for adding thirdparty resources 2016-09-15 10:26:39 -04:00
unversioned Make clientcmd defaulting a function of ConfigOverrides and LoadingRules 2016-09-21 01:28:06 -04:00
OWNERS