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
- Host: GitHub
- URL: https://github.com/ncdc/client-go-4-to-5
- Owner: ncdc
- License: apache-2.0
- Created: 2017-10-25T20:57:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T16:28:45.000Z (over 8 years ago)
- Last Synced: 2026-01-18T18:35:05.680Z (5 months ago)
- Topics: client, dep, example, kubernetes
- Language: Go
- Size: 5.14 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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