Skip to content

Commit 390965a

Browse files
committed
Add GA criteria
1 parent 98e89c3 commit 390965a

File tree

1 file changed

+4
-2
lines changed
  • keps/sig-api-machinery/3488-cel-admission-control

1 file changed

+4
-2
lines changed

keps/sig-api-machinery/3488-cel-admission-control/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,12 +2394,14 @@ in back-to-back releases.
23942394
If multiple admission policies require the same conversion, convert only once.
23952395
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"
23962396
- 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
23992398
- add controlled rollout strategy to support future CEL library/function/variable changes
24002399
- [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
24012400
- support the list of features mentioned under phrase 2
24022401

2402+
## GA
2403+
- complete type check for CRD and aggregated types
2404+
24032405
### Upgrade / Downgrade Strategy
24042406

24052407
<!--

0 commit comments

Comments
 (0)