@@ -229,7 +229,7 @@ the API server will send any `BOOKMARK` event even when requested.
229
229
230
230
## Streaming lists
231
231
232
- {{< feature-state for_k8s_version="v1.27" state="alpha " >}}
232
+ {{< feature-state feature_gate_name="WatchList " >}}
233
233
234
234
On large clusters, retrieving the collection of some resource types may result in
235
235
a significant increase of resource usage (primarily RAM) on the control plane.
@@ -287,7 +287,7 @@ Content-Type: application/json
287
287
288
288
## Response compression
289
289
290
- {{< feature-state for_k8s_version="v1.16" state="beta " >}}
290
+ {{< feature-state feature_gate_name="APIResponseCompression " >}}
291
291
292
292
` APIResponseCompression ` is an option that allows the API server to compress the responses for ** get**
293
293
and ** list** requests, reducing the network bandwidth and improving the performance of large-scale clusters.
@@ -317,7 +317,7 @@ The `content-encoding` header indicates that the response is compressed with `gz
317
317
318
318
## Retrieving large results sets in chunks
319
319
320
- {{< feature-state for_k8s_version="v1.29" state="stable " >}}
320
+ {{< feature-state feature_gate_name="APIListChunking " >}}
321
321
322
322
On large clusters, retrieving the collection of some resource types may result in
323
323
very large responses that can impact the server and client. For instance, a cluster
@@ -787,7 +787,7 @@ These situations are:
787
787
788
788
### Validation for unrecognized or duplicate fields {#setting-the-field-validation-level}
789
789
790
- {{< feature-state for_k8s_version="v1.27" state="stable " >}}
790
+ {{< feature-state feature_gate_name="ServerSideFieldValidation " >}}
791
791
792
792
From 1.25 onward, unrecognized or duplicate fields in an object are detected via
793
793
validation on the server when you use HTTP verbs that can submit data (` POST ` , ` PUT ` , and ` PATCH ` ). Possible levels of
@@ -846,7 +846,7 @@ a boolean flag.
846
846
847
847
## Dry-run
848
848
849
- {{< feature-state for_k8s_version="v1.18" state="stable " >}}
849
+ {{< feature-state feature_gate_name="DryRun " >}}
850
850
851
851
When you use HTTP verbs that can modify resources (` POST ` , ` PUT ` , ` PATCH ` , and
852
852
` DELETE ` ), you can submit your request in a _ dry run_ mode. Dry run mode helps to
0 commit comments