mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
Merge pull request #126792 from Jefftree/patch-5
Annotate feature RetryGenerateName beta in comments
This commit is contained in:
commit
31e2c8b75b
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user