make graceperiod configurable for container functions (#2337)

This commit is contained in:
Shubham Nazare
2022-01-28 10:18:20 +05:30
committed by GitHub
parent e06aa25245
commit 260de05a63
5 changed files with 14 additions and 1 deletions
+1
View File
@@ -76,6 +76,7 @@ const (
FnRequestsPerPod = "requestsperpod"
FnOnceOnly = "onceonly"
FnSubPath = "subpath"
FnGracePeriod = "graceperiod"
HtName = resourceName
HtMethod = "method"