mirror of
https://github.com/kyverno/kyverno.git
synced 2025-01-20 18:52:16 +00:00
7 lines
114 B
Go
7 lines
114 B
Go
package namespace
|
|
|
|
const (
|
|
wqNamespace string = "namespace"
|
|
workerCount int = 1
|
|
wqRetryLimit int = 5
|
|
)
|