Merge pull request #939 from XiShanYongYe-Chang/modify-configuration-scope

modify resourceexploringwebhookconfigurations to cluster scope
This commit is contained in:
karmada-bot 2021-11-09 21:07:03 +08:00 committed by GitHub
commit 99ae88d913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ spec:
listKind: ResourceExploringWebhookConfigurationList
plural: resourceexploringwebhookconfigurations
singular: resourceexploringwebhookconfiguration
scope: Namespaced
scope: Cluster
versions:
- name: v1alpha1
schema:

View File

@ -6,7 +6,9 @@ import (
)
// +genclient
// +genclient:nonNamespaced
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// +kubebuilder:resource:scope="Cluster"
// +kubebuilder:storageversion
// ResourceExploringWebhookConfiguration describes the configuration of webhooks which take the responsibility to