File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
keps/sig-api-machinery/3716-admission-webhook-match-conditions Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 24
24
- [ e2e tests] ( #e2e-tests )
25
25
- [ Graduation Criteria] ( #graduation-criteria )
26
26
- [ Alpha] ( #alpha )
27
+ - [ Beta] ( #beta )
28
+ - [ GA] ( #ga )
27
29
- [ Upgrade / Downgrade Strategy] ( #upgrade--downgrade-strategy )
28
30
- [ Version Skew Strategy] ( #version-skew-strategy )
29
31
- [ Production Readiness Review Questionnaire] ( #production-readiness-review-questionnaire )
@@ -358,8 +360,8 @@ Test cases to add:
358
360
359
361
We will test the edge cases mostly in integration tests and unit tests.
360
362
361
- Once the feature graduates to GA , a single E2E test covering hte single-match-condition cases
362
- outlined above will be added.
363
+ Once the feature is default enabled in beta , a single E2E test covering hte single-match-condition
364
+ cases outlined above will be added.
363
365
364
366
### Graduation Criteria
365
367
@@ -368,6 +370,21 @@ outlined above will be added.
368
370
- Feature implemented behind ` AdmissionWebhookMatchConditions ` feature flag
369
371
- [ Integration tests] ( #integration-tests ) implemented
370
372
373
+ #### Beta
374
+
375
+ - Add E2E test coverage
376
+ - Resolve resource constraints validation
377
+
378
+ <<[ UNRESOLVED resource constraints ] >>
379
+ Additional beta requirements TBD
380
+ <<[ /UNRESOLVED] >>
381
+
382
+ #### GA
383
+
384
+ <<[ UNRESOLVED resource constraints ] >>
385
+ GA requirements TBD
386
+ <<[ /UNRESOLVED] >>
387
+
371
388
### Upgrade / Downgrade Strategy
372
389
373
390
Downgrading in a way that disables match conditions after it is already in use can increase the
You can’t perform that action at this time.
0 commit comments