From 49f3ec973c3f8c7e4cda966bcfd2ea00d971f28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20G=C3=BC=C3=A7l=C3=BC?= Date: Tue, 9 Jan 2024 10:12:42 +0300 Subject: [PATCH] Add e2e test for kubectl interactive delete Kubernetes-commit: 7faa8bbac3bbd36a4ee680e6f82460d587186139 --- pkg/cmd/util/helpers.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/util/helpers.go b/pkg/cmd/util/helpers.go index e28263bbc..2218b9f5b 100644 --- a/pkg/cmd/util/helpers.go +++ b/pkg/cmd/util/helpers.go @@ -427,7 +427,6 @@ type FeatureGate string const ( ApplySet FeatureGate = "KUBECTL_APPLYSET" CmdPluginAsSubcommand FeatureGate = "KUBECTL_ENABLE_CMD_SHADOW" - InteractiveDelete FeatureGate = "KUBECTL_INTERACTIVE_DELETE" OpenAPIV3Patch FeatureGate = "KUBECTL_OPENAPIV3_PATCH" RemoteCommandWebsockets FeatureGate = "KUBECTL_REMOTE_COMMAND_WEBSOCKETS" PortForwardWebsockets FeatureGate = "KUBECTL_PORT_FORWARD_WEBSOCKETS"