We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4367bae commit 8619996Copy full SHA for 8619996
staging/src/k8s.io/apiserver/pkg/features/kube_features.go
@@ -188,6 +188,7 @@ const (
188
189
// owner: @jpbetz
190
// alpha: v1.30
191
+ // beta: v1.31
192
// Resource create requests using generateName are retried automatically by the apiserver
193
// if the generated name conflicts with an existing resource name, up to a maximum number of 7 retries.
194
RetryGenerateName featuregate.Feature = "RetryGenerateName"
0 commit comments