mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-14 19:58:45 +00:00
7 lines
120 B
Go
7 lines
120 B
Go
|
package policyreport
|
||
|
|
||
|
const (
|
||
|
// GroupName must be the same as specified in Policy CRD
|
||
|
GroupName = "wgpolicyk8s.io"
|
||
|
)
|