1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-08 18:15:48 +00:00

fix: remove all category from all our CRDs (#5731)

This commit is contained in:
Charles-Edouard Brétéché 2022-12-21 04:44:11 +01:00 committed by GitHub
parent e211c3c959
commit 14445bf417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 5 deletions

View file

@ -21,7 +21,7 @@ import (
// +kubebuilder:printcolumn:name="Mutate",type=integer,JSONPath=`.status.rulecount.mutate`,priority=1
// +kubebuilder:printcolumn:name="Generate",type=integer,JSONPath=`.status.rulecount.generate`,priority=1
// +kubebuilder:printcolumn:name="Verifyimages",type=integer,JSONPath=`.status.rulecount.verifyimages`,priority=1
// +kubebuilder:resource:shortName=pol,categories=kyverno;all
// +kubebuilder:resource:shortName=pol,categories=kyverno
// +kubebuilder:storageversion
// Policy declares validation, mutation, and generation behaviors for matching resources.

View file

@ -22,7 +22,7 @@ import (
// +kubebuilder:printcolumn:name="Mutate",type=integer,JSONPath=`.status.rulecount.mutate`,priority=1
// +kubebuilder:printcolumn:name="Generate",type=integer,JSONPath=`.status.rulecount.generate`,priority=1
// +kubebuilder:printcolumn:name="Verifyimages",type=integer,JSONPath=`.status.rulecount.verifyimages`,priority=1
// +kubebuilder:resource:shortName=pol,categories=kyverno;all
// +kubebuilder:resource:shortName=pol,categories=kyverno
// Policy declares validation, mutation, and generation behaviors for matching resources.
// See: https://kyverno.io/docs/writing-policies/ for more information.

View file

@ -15991,7 +15991,6 @@ spec:
names:
categories:
- kyverno
- all
kind: Policy
listKind: PolicyList
plural: policies

View file

@ -11,7 +11,6 @@ spec:
names:
categories:
- kyverno
- all
kind: Policy
listKind: PolicyList
plural: policies

View file

@ -16064,7 +16064,6 @@ spec:
names:
categories:
- kyverno
- all
kind: Policy
listKind: PolicyList
plural: policies