Skip to content

Commit 45f1297

Browse files
authored
Merge pull request kubernetes#4132 from cici37/vapBeta
KEP-3488: Add GA criteria
2 parents 98e89c3 + fff9ee8 commit 45f1297

File tree

1 file changed

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

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
- [Graduation Criteria](#graduation-criteria)
8181
- [Alpha](#alpha)
8282
- [Beta](#beta)
83+
- [GA](#ga)
8384
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
8485
- [Version Skew Strategy](#version-skew-strategy)
8586
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
@@ -2394,12 +2395,14 @@ in back-to-back releases.
23942395
If multiple admission policies require the same conversion, convert only once.
23952396
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"
23962397
- 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
2398+
- complete feature of access to namespace metadata
23992399
- add controlled rollout strategy to support future CEL library/function/variable changes
24002400
- [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
24012401
- support the list of features mentioned under phrase 2
24022402

2403+
## GA
2404+
- complete type check for CRD and aggregated types
2405+
24032406
### Upgrade / Downgrade Strategy
24042407

24052408
<!--

0 commit comments

Comments
 (0)