We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baac319 commit 1f5fcbeCopy full SHA for 1f5fcbe
pkg/recipe/recipe.go
@@ -36,6 +36,7 @@ type RunnerConfig struct {
36
Recipe types.Recipe
37
FieldPathValidationResult schema.FieldPathValidationResult
38
Retry *Retryable
39
+ UpdateRecipeWithRetriesFn func() error
40
}
41
42
// Runner helps executing a Recipe
0 commit comments