1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/pkg/namespace/utils.go

8 lines
114 B
Go
Raw Normal View History

2019-08-14 14:56:53 -07:00
package namespace
const (
wqNamespace string = "namespace"
workerCount int = 1
wqRetryLimit int = 5
)