Merge pull request #939 from XiShanYongYe-Chang/modify-configuration-scope
modify resourceexploringwebhookconfigurations to cluster scope
This commit is contained in:
commit
99ae88d913
|
@ -14,7 +14,7 @@ spec:
|
|||
listKind: ResourceExploringWebhookConfigurationList
|
||||
plural: resourceexploringwebhookconfigurations
|
||||
singular: resourceexploringwebhookconfiguration
|
||||
scope: Namespaced
|
||||
scope: Cluster
|
||||
versions:
|
||||
- name: v1alpha1
|
||||
schema:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue