1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-14 19:58:45 +00:00
kyverno/api/policyreport/register.go

7 lines
120 B
Go
Raw Normal View History

package policyreport
const (
// GroupName must be the same as specified in Policy CRD
GroupName = "wgpolicyk8s.io"
)