https://github.com/danielfbm/k8s-resource-version-demo
WIP: working with different API versions using kubebuilder
https://github.com/danielfbm/k8s-resource-version-demo
apiversion kubebuilder kubernetes
Last synced: about 1 month ago
JSON representation
WIP: working with different API versions using kubebuilder
- Host: GitHub
- URL: https://github.com/danielfbm/k8s-resource-version-demo
- Owner: danielfbm
- Created: 2020-12-02T02:36:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T15:08:40.000Z (over 4 years ago)
- Last Synced: 2025-02-17T09:43:52.615Z (4 months ago)
- Topics: apiversion, kubebuilder, kubernetes
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Following [API conventions from K8s sig-architecture](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api_changes.md) how to do it using kubebuilder?
You can `git checkout` specific **tags** to see how the code should be at any specific step
- [1. Bootstrap the project](STEP01.md): *tag:* `step-1`
- 2. Upgrade to beta and stable
- 3. Implement a change
- 4. Implement a breaking change