Annotate RetryGenerateName beta in comments

This commit is contained in:
Jeffrey Ying 2024-08-19 15:30:58 -04:00 committed by GitHub
parent 08bd75c605
commit 30efd5926f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -275,6 +275,7 @@ const (
// owner: @jpbetz // owner: @jpbetz
// alpha: v1.30 // alpha: v1.30
// beta: v1.31
// Resource create requests using generateName are retried automatically by the apiserver // Resource create requests using generateName are retried automatically by the apiserver
// if the generated name conflicts with an existing resource name, up to a maximum number of 7 retries. // if the generated name conflicts with an existing resource name, up to a maximum number of 7 retries.
RetryGenerateName featuregate.Feature = "RetryGenerateName" RetryGenerateName featuregate.Feature = "RetryGenerateName"