-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Feature Description
CEL expressions are the new hot solution for transforming/validating custom resources in Kubernetes and it would be nice if one could use them for mutation rules in a PublishedResource.
Proposed Solution
Add CEL as an alternative next to JSON patches and the other existing mutation options.
Alternative Solutions
No response
Want to contribute?
- I would like to work on this issue.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Additional Context
No response
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
xrstf commentedon Jun 18, 2025
This has to wait until kcp is on Kube 1.33 unfortunately, since the relevant packages to turn a CEL program into an object patcher are only in the 1.33 kube apiserver module.