mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
8 lines
114 B
Go
8 lines
114 B
Go
|
package namespace
|
||
|
|
||
|
const (
|
||
|
wqNamespace string = "namespace"
|
||
|
workerCount int = 1
|
||
|
wqRetryLimit int = 5
|
||
|
)
|