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
Charles-Edouard Brétéché f34a542587
refactor: client gen code (#3695)
Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
2022-04-27 12:30:43 +00:00

6 lines
120 B
Go
Executable file

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