Skip to content

Commit 3d38acd

Browse files
authored
Merge pull request #40772 from sergeyshevch/fix/fix-column-orders-for-feature-gates
fix: Fix column order for feature-gates table
2 parents 22d2957 + 3dd4b95 commit 3d38acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For a reference to old feature gates that are removed, please refer to
5656

5757
| Feature | Default | Stage | Since | Until |
5858
|---------|---------|-------|-------|-------|
59-
| `AdmissionWebhookMatchConditions` | Alpha | `false` | 1.27 | |
59+
| `AdmissionWebhookMatchConditions` | `false` | Alpha | 1.27 | |
6060
| `APIListChunking` | `false` | Alpha | 1.8 | 1.8 |
6161
| `APIListChunking` | `true` | Beta | 1.9 | |
6262
| `APIPriorityAndFairness` | `false` | Alpha | 1.18 | 1.19 |

0 commit comments

Comments
 (0)