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
Copy file name to clipboardExpand all lines: keps/sig-api-machinery/3488-cel-admission-control/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2394,12 +2394,14 @@ in back-to-back releases.
2394
2394
If multiple admission policies require the same conversion, convert only once.
2395
2395
From @liggitt: "webhook code loops up one level, first accumulates all the validation webhooks we'll run, then converts to the versions needed by those webhooks then evaluates in parallel"
2396
2396
- authz check to the specific resource referenced in the policy's paramKind. ([comment](https://github.com/kubernetes/kubernetes/pull/113314#discussion_r1013135860))
2397
-
- complete feature of access to namespace metadata
2398
-
- complete type check for CRD
2397
+
- complete feature of access to namespace metadata
2399
2398
- add controlled rollout strategy to support future CEL library/function/variable changes
2400
2399
- [Quantity](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go#L100) support from CEL expression and tested properly
2401
2400
- support the list of features mentioned under phrase 2
2402
2401
2402
+
## GA
2403
+
- complete type check for CRD and aggregated types
0 commit comments