k8s
k8s copied to clipboard
upgrade all K8S outdated api client libraries from to V1.
Most of the api libraries used in the request-cert controller are outdated.
For an example: Core() is now CoreV1():
https://github.com/cockroachdb/k8s/blob/master/request-cert/k8s_certificates.go#L193
Upgrade them, this upgrade is also dependent on issue #26.
cc: @joshimhoff