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 f95c3f6 commit 5f0b4dcCopy full SHA for 5f0b4dc
pkg/runtime/errors.go
@@ -9,7 +9,7 @@ const (
9
LATTICE_RETRY = "LATTICE_RETRY"
10
)
11
12
-// Retry errors caused by Lattice APIs which need high requeuAfter seconds
+// Retry errors caused by Lattice APIs which need high requeueAfter seconds
13
func NewRetryError() *RequeueNeededAfter {
14
return NewRequeueNeededAfter(
15
LATTICE_RETRY,
0 commit comments