kubebuilder
kubebuilder copied to clipboard
Kubebuilder - SDK for building Kubernetes APIs using CRDs
#### Description Add a condition to skip PR Verifier if the PR is created by dependabot #### Motivation Current PRs created by dependabot fail the CI/CD workflows as the title...
This should help users start out with a README that avoids trailing whitespaces. Fixes: https://github.com/kubernetes-sigs/kubebuilder/issues/3812
### What broke? What's expected? After running `kubebuilder init` some lines in the README.md contain trailing whitespace. ### Reproducing this issue Run `kubebuilder init`. ### KubeBuilder (CLI) Version 3.14.0 ###...
### What broke? What's expected? I created an API and Kubebuilder generated editor and viewer cluster roles for me. I notice that the scaffolding code includes a rule like: ```yaml...
### What do you want to happen? Kubebuilder works as expected when I initialize a project and generate webhooks with: ```sh kubebuilder init kubebuilder create api --group foogroup --version v1beta1...
add the missing `basic-project-doc` page link
- Add crd-scope and operator-scope documentation under Reference section and update summary - #3623
### What do you want to happen? I am creating a CR controller where I get a configuration value. I need to further go and edit this value into the...
### What broke? What's expected? The [versionPattern](https://github.com/kubernetes-sigs/kubebuilder/blob/165af70e87848677a039cd0cd87cc67c545d983c/pkg/model/resource/gvk.go#L28) enforced by kubebuilder requires all CRD versions to start with a `v`, however this makes usage of an internal version confusing (e.g. creating...
### What do you want to happen? ### Context and Motivation The Kubebuilder docs does not explain the Operator and CRD scope. Therefore, we have questions like https://github.com/kubernetes-sigs/kubebuilder/discussions/3155 ### The...