Merge pull request #126792 from Jefftree/patch-5

Annotate feature RetryGenerateName beta in comments
This commit is contained in:
Kubernetes Prow Robot
2024-08-20 09:01:55 -07:00
committed by GitHub

View File

@@ -275,6 +275,7 @@ const (
// owner: @jpbetz
// alpha: v1.30
// beta: v1.31
// 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.
RetryGenerateName featuregate.Feature = "RetryGenerateName"