update features to indicate beta in comment

Kubernetes-commit: 73f7a9b394b5b3e0a5c1a63a0e45ba7ebbdf9426
This commit is contained in:
David Eads 2020-11-04 14:35:26 -05:00 committed by Kubernetes Publisher
parent beb1fce6bb
commit da0d538532
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ const (
// owner: @ilackams
// alpha: v1.7
// beta: v1.16
//
// Enables compression of REST responses (GET and LIST only)
APIResponseCompression featuregate.Feature = "APIResponseCompression"
@ -85,6 +86,7 @@ const (
// owner: @caesarxuchao
// alpha: v1.15
// beta: v1.16
//
// Allow apiservers to show a count of remaining items in the response
// to a chunking list request.