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