Skip to content

Commit 4698b12

Browse files
authored
Merge pull request #31205 from MikeSpreitzer/fix-apf-alpha
Corrected alpha release for APIPriorityAndFairness FeatureGate
2 parents d4387d2 + 9f1de9c commit 4698b12

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
@@ -53,7 +53,7 @@ different Kubernetes components.
5353
|---------|---------|-------|-------|-------|
5454
| `APIListChunking` | `false` | Alpha | 1.8 | 1.8 |
5555
| `APIListChunking` | `true` | Beta | 1.9 | |
56-
| `APIPriorityAndFairness` | `false` | Alpha | 1.17 | 1.19 |
56+
| `APIPriorityAndFairness` | `false` | Alpha | 1.18 | 1.19 |
5757
| `APIPriorityAndFairness` | `true` | Beta | 1.20 | |
5858
| `APIResponseCompression` | `false` | Alpha | 1.7 | 1.15 |
5959
| `APIResponseCompression` | `true` | Beta | 1.16 | |

0 commit comments

Comments
 (0)