kubebuilder
kubebuilder copied to clipboard
Kubebuilder - SDK for building Kubernetes APIs using CRDs
### What do you want to happen? # Context Giving the ability to skip test creation would allow users who have diverged from the original test scaffolding without facing the...
### What do you want to happen? The current demo in the README is outdated and should be replaced with a dynamic and maintainable alternative. Using [Asciinema](https://asciinema.org/), we can create...
Issue Description When running make test-e2e-local, the script fails with a 404 Not Found error while attempting to fetch kubebuilder-tools-1.31.0-linux-amd64.tar.gz from Google Cloud Storage (GCS). 
### What do you want to happen? **Description:** To enhance the MultiVersion tutorial, which demonstrates version conversion in webhooks, we created a sample project under: https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/multiversion-tutorial/testdata/project This sample is auto-generated...
### What do you want to happen? This issue proposes refactoring the [CronJob](https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/cronjob-tutorial) and [MultiVersion](https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/multiversion-tutorial) samples to follow the structure and best practices introduced by the [`DeployImage` plugin](https://book.kubebuilder.io/plugins/available/deploy-image-plugin-v1-alpha), which includes...
### What do you want to happen? kubebuilder scaffolds 2 container commands called `docker-build` and `docker-push` in Makefile. But they work with other container tools, like Podman, and not only...