mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 01:46:55 +00:00
8 lines
134 B
Go
8 lines
134 B
Go
|
package resolvers
|
||
|
|
||
|
const (
|
||
|
TEST_NAMESPACE = "default"
|
||
|
TEST_CONFIGMAP = "myconfigmap"
|
||
|
LabelCacheKey = "cache.kyverno.io/enabled"
|
||
|
)
|