An open API service indexing awesome lists of open source software.

https://github.com/ncdc/client-go-4-to-5

A sample project for upgrading Kubernetes client-go from v4 to v5
https://github.com/ncdc/client-go-4-to-5

client dep example kubernetes

Last synced: about 1 month ago
JSON representation

A sample project for upgrading Kubernetes client-go from v4 to v5

Awesome Lists containing this project

README

          

# client-go-4-to-5

This is a sample repository with a simple main.go that uses Kubernetes client-go to try to create a
Namespace. The initial commit uses client-go v4, and subsequent commits upgrade to v5.

For a walk-through of the process, see
https://medium.com/@andy.goldstein/upgrading-kubernetes-client-go-from-v4-to-v5-bbd5025fe381