You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Kubernetes extension to OpenAPI allows it to specify validation rules in CEL. It would be great if we could translate
between CEL and native CUE validation expressions, at least for some subsets of CEL and CUE.
For extensions, and validation expressions outside CEL's semantics, it might be necessary to support a more generic attribute syntax, such as that proposed in #3797.