cockroachdb / k8s

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

request-cert: vendor deps, migrate to latest K8S client #29

Closed bharatnc closed 5 months ago

bharatnc commented 4 years ago

This PR introduces go mod for vendoring dependencies in this repo.

vendor folder is not commited. But to verify just need to run the above steps.

Also migrated the K8S API clients in multiple places to V1 version.

Issues: #26 and #27

bharatnc commented 4 years ago

@joshimhoff created this single PR for issues #26 and #27

Vendoring deps and updating the client libraries are very much dependent on each other so it was easier this way. Let me know if this looks good to yu=ou.