kubebuilder-declarative-pattern
kubebuilder-declarative-pattern copied to clipboard
A toolkit for building declarative operators with kubebuilder
This is an edge case in the kube apiserver, but there is special handling for the stringData field of a secret, that is mapped to base64 data.
This will avoid a circular (module) dependency between mockkubeapiserver and kdp itself.
This change adds support for applying object transforms to nested manifests. The nested manifest pattern is a pattern in which an object has a string field which consists of its...
This allows the reconcilation errors such as errors encountered in the object transformers to be tracked in the field `status.errors`. Currently, if errors happens during the execution of an object...
**What would you like to be added**: I would like for the KDP reconciler to have built-in support for setting the observedGeneration on the status of the managed resource. **Why...
This fixes the build errors introduced in the merge of #405. I tried to look at the GH actions config to figure out why this wasn't caught in the review...
- **mockkubeapiserver: use older kube libraries** - **mockkubeapiserver: Support stringData when creating a secret** - **WIP: webhooks**
In one of our projects, we have a dependency on `sigs.k8s.io/kubebuilder-declarative-pattern v0.15.0-beta.1.0.20240926141202-cf8082c623b8` where the hash at the end points to the latest commit on `master`. Everything seems to work. But...