kubebuilder
kubebuilder copied to clipboard
Kubebuilder - SDK for building Kubernetes APIs using CRDs
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.20.2 to 1.21.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.21.1 Features Eventually and Consistently that are passed a SpecContext can provide reports when an interrupt occurs [0d063c9]...
### What do you want to happen? Relate to : https://github.com/kubernetes-sigs/kubebuilder/pull/2984 ### Extra Labels _No response_
### What do you want to happen? Remove the implementation of go/v2 plugin and the tests and samples which still used by it. We should also remove the legacy Project...
### What do you want to happen? The idea of this issue would be to create a new plugin () following the Kubebuilder approach OR a new project like KubeGen...
### What broke? What's expected? The flag crdVersion/webhookVersion is deprecated because its purpose is to allow users to scaffold projects which use crd/webhooks k8s core API version v1beta1 which is...
### Discussed in https://github.com/kubernetes-sigs/kubebuilder/discussions/2351 Originally posted by **tpiperatgod** September 26, 2021 Hi, I'm having a problem with the webhook marker (referenced in [Tutorial: Multi-Version API - The Kubebuilder Book](https://kubebuilder.io/multiversion-tutorial/tutorial.html)). ##...
### What broke? What's expected? Users should have the scaffold of https://github.com/kubernetes-sigs/kubebuilder/blob/master/docs/book/src/component-config-tutorial/testdata/project/config/manager/controller_manager_config.yaml ONLY/when they create the project following the tutorial: https://book.kubebuilder.io/component-config-tutorial/api-changes.html That means, the scaffold should only be done when...
### What do you want to happen? ## Description We would like to add support for Windows. However, to achieve this goal would be required to ensure that tests/ci run...
### What do you want to happen? Following up on: https://github.com/kubernetes-sigs/kubebuilder/issues/2684#issuecomment-1227503698 As discussed in the meeting, we think it might be a good idea to add a section about **event...
Fixes: #3393