mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
Annotate RetryGenerateName beta in comments
This commit is contained in:
parent
08bd75c605
commit
30efd5926f
@ -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