kubebuilder-declarative-pattern icon indicating copy to clipboard operation
kubebuilder-declarative-pattern copied to clipboard

A toolkit for building declarative operators with kubebuilder

Results 40 kubebuilder-declarative-pattern issues
Sort by recently updated
recently updated
newest added
trafficstars

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.

cncf-cla: yes
size/XXL
approved

This will avoid a circular (module) dependency between mockkubeapiserver and kdp itself.

cncf-cla: yes
do-not-merge/hold
size/XL
needs-rebase
approved

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...

needs-ok-to-test
cncf-cla: yes
size/L

lifecycle/rotten
size/XS
cncf-cla: yes
do-not-merge/work-in-progress
approved

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...

ok-to-test
lifecycle/rotten
size/XS
cncf-cla: yes
approved

lifecycle/rotten
cncf-cla: yes
size/M
approved

**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...

kind/feature

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...

cncf-cla: yes
size/S
approved

- **mockkubeapiserver: use older kube libraries** - **mockkubeapiserver: Support stringData when creating a secret** - **WIP: webhooks**

cncf-cla: yes
size/XXL
do-not-merge/work-in-progress
approved

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...

kind/bug