1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/pkg/engine/context/resolvers/constants.go
Pratik Shah f8ed1a9301
issue-4613: Add support for cache enhancements with informers (#5484)
Signed-off-by: Pratik Shah <pratik@infracloud.io>

Signed-off-by: Pratik Shah <pratik@infracloud.io>
2022-12-02 13:59:51 +00:00

7 lines
134 B
Go

package resolvers
const (
TEST_NAMESPACE = "default"
TEST_CONFIGMAP = "myconfigmap"
LabelCacheKey = "cache.kyverno.io/enabled"
)