Skip to content

Commit 8ef7223

Browse files
committed
Move e2e test to beta
1 parent ce58bf8 commit 8ef7223

File tree

1 file changed

+19
-2
lines changed
  • keps/sig-api-machinery/3716-admission-webhook-match-conditions

1 file changed

+19
-2
lines changed

keps/sig-api-machinery/3716-admission-webhook-match-conditions/README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
- [e2e tests](#e2e-tests)
2525
- [Graduation Criteria](#graduation-criteria)
2626
- [Alpha](#alpha)
27+
- [Beta](#beta)
28+
- [GA](#ga)
2729
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
2830
- [Version Skew Strategy](#version-skew-strategy)
2931
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
@@ -358,8 +360,8 @@ Test cases to add:
358360

359361
We will test the edge cases mostly in integration tests and unit tests.
360362

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.
363365

364366
### Graduation Criteria
365367

@@ -368,6 +370,21 @@ outlined above will be added.
368370
- Feature implemented behind `AdmissionWebhookMatchConditions` feature flag
369371
- [Integration tests](#integration-tests) implemented
370372

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+
371388
### Upgrade / Downgrade Strategy
372389

373390
Downgrading in a way that disables match conditions after it is already in use can increase the

0 commit comments

Comments
 (0)