File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
content/en/docs/reference/using-api Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,20 @@ deprecated API versions to newer and more stable API versions.
20
20
21
21
## Removed APIs by release
22
22
23
+ ### v1.29
24
+
25
+ The ** v1.29** release will stop serving the following deprecated API versions:
26
+
27
+ #### Flow control resources {#flowcontrol-resources-v129}
28
+
29
+ The ** flowcontrol.apiserver.k8s.io/v1beta2** API version of FlowSchema and PriorityLevelConfiguration will no longer be served in v1.29.
30
+
31
+ * Migrate manifests and API clients to use the ** flowcontrol.apiserver.k8s.io/v1beta3** API version, available since v1.26.
32
+ * All existing persisted objects are accessible via the new API
33
+ * Notable changes in ** flowcontrol.apiserver.k8s.io/v1beta3** :
34
+ * The PriorityLevelConfiguration ` spec.limited.assuredConcurrencyShares ` field is renamed to ` spec.limited.nominalConcurrencyShares `
35
+ * PriorityLevelConfiguration added ` spec.limited.lendablePercent ` and ` spec.limited.borrowingLimitPercent ` fields to control borrowing between levels
36
+
23
37
### v1.27
24
38
25
39
The ** v1.27** release will stop serving the following deprecated API versions:
You can’t perform that action at this time.
0 commit comments