1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/pkg/engine/context/resolvers/constants.go
Charles-Edouard Brétéché 0237cc5c71
refactor: move resolvers into engine api package (#6162)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-01-31 07:46:38 +00:00

5 lines
73 B
Go

package resolvers
const (
LabelCacheKey = "cache.kyverno.io/enabled"
)