Add 1.32 removal info for v1beta3 flowcontrol API
parent
d05e3938ef
commit
fe172fc2c8
|
@ -20,6 +20,19 @@ deprecated API versions to newer and more stable API versions.
|
|||
|
||||
## Removed APIs by release
|
||||
|
||||
### v1.32
|
||||
|
||||
The **v1.32** release will stop serving the following deprecated API versions:
|
||||
|
||||
#### Flow control resources {#flowcontrol-resources-v132}
|
||||
|
||||
The **flowcontrol.apiserver.k8s.io/v1beta3** API version of FlowSchema and PriorityLevelConfiguration will no longer be served in v1.32.
|
||||
|
||||
* Migrate manifests and API clients to use the **flowcontrol.apiserver.k8s.io/v1** API version, available since v1.29.
|
||||
* All existing persisted objects are accessible via the new API
|
||||
* Notable changes in **flowcontrol.apiserver.k8s.io/v1**:
|
||||
* The PriorityLevelConfiguration `spec.limited.nominalConcurrencyShares` field only defaults to 30 when unspecified, and an explicit value of 0 is not changed to 30.
|
||||
|
||||
### v1.29
|
||||
|
||||
The **v1.29** release will stop serving the following deprecated API versions:
|
||||
|
|
Loading…
Reference in New Issue