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

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

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