Add e2e test for kubectl interactive delete

Kubernetes-commit: 7faa8bbac3bbd36a4ee680e6f82460d587186139
This commit is contained in:
Arda Güçlü 2024-01-09 10:12:42 +03:00 committed by Kubernetes Publisher
parent 90ec7ffac4
commit 49f3ec973c
1 changed files with 0 additions and 1 deletions

View File

@ -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"