cockroachdb / k8s

Images and utilities to run cockroach on kubernetes
Apache License 2.0
26 stars 25 forks source link

upgrade all K8S outdated api client libraries from to V1. #27

Open bharatnc opened 4 years ago

bharatnc commented 4 years ago

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