From 3dd4b95a606da721771188741e8aada64176137f Mon Sep 17 00:00:00 2001 From: Sergey Shevchenko Date: Wed, 19 Apr 2023 13:18:20 +0300 Subject: [PATCH] fix: Fix column order for feature-gates table --- .../reference/command-line-tools-reference/feature-gates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index 56fb28b56b003..7e157bd00f35d 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -56,7 +56,7 @@ For a reference to old feature gates that are removed, please refer to | Feature | Default | Stage | Since | Until | |---------|---------|-------|-------|-------| -| `AdmissionWebhookMatchConditions` | Alpha | `false` | 1.27 | | +| `AdmissionWebhookMatchConditions` | `false` | Alpha | 1.27 | | | `APIListChunking` | `false` | Alpha | 1.8 | 1.8 | | `APIListChunking` | `true` | Beta | 1.9 | | | `APIPriorityAndFairness` | `false` | Alpha | 1.18 | 1.19 |