mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-08 10:04:25 +00:00
add constant.go
This commit is contained in:
parent
ee1f0f286c
commit
231bfade73
1 changed files with 12 additions and 0 deletions
12
pkg/constant/constant.go
Normal file
12
pkg/constant/constant.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package constant
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
CRDControllerResync = 10 * time.Minute
|
||||
PolicyViolationControllerResync = 5 * time.Minute
|
||||
PolicyControllerResync = time.Second
|
||||
EventControllerResync = time.Second
|
||||
GenerateControllerResync = time.Second
|
||||
GenerateRequestControllerResync = time.Second
|
||||
)
|
Loading…
Add table
Reference in a new issue