1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Set mutatingwebhookconfigs as cluster-scoped

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-04-07 12:04:44 +03:00
parent f00c6129d7
commit 86eda1d751

View File

@ -214,7 +214,7 @@ export class MutatingWebhookConfiguration extends KubeObject<
MutatingWebhookConfigurationSpec MutatingWebhookConfigurationSpec
> { > {
static kind = "MutatingWebhookConfiguration"; static kind = "MutatingWebhookConfiguration";
static namespaced = true; static namespaced = false;
static apiBase = "/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations"; static apiBase = "/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations";
webhooks?: MutatingWebhook[]; webhooks?: MutatingWebhook[];