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:
parent
e211c3c959
commit
14445bf417
5 changed files with 2 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -15991,7 +15991,6 @@ spec:
|
|||
names:
|
||||
categories:
|
||||
- kyverno
|
||||
- all
|
||||
kind: Policy
|
||||
listKind: PolicyList
|
||||
plural: policies
|
||||
|
|
|
@ -11,7 +11,6 @@ spec:
|
|||
names:
|
||||
categories:
|
||||
- kyverno
|
||||
- all
|
||||
kind: Policy
|
||||
listKind: PolicyList
|
||||
plural: policies
|
||||
|
|
|
@ -16064,7 +16064,6 @@ spec:
|
|||
names:
|
||||
categories:
|
||||
- kyverno
|
||||
- all
|
||||
kind: Policy
|
||||
listKind: PolicyList
|
||||
plural: policies
|
||||
|
|
Loading…
Add table
Reference in a new issue