Skip to content

Commit

Permalink
Merge pull request #122653 from ardaguclu/interactive-delete-e2e-test
Browse files Browse the repository at this point in the history
Add e2e test for kubectl interactive delete

Kubernetes-commit: d8264071523f4164059b022fb44c91c105cd6a27
  • Loading branch information
k8s-publishing-bot committed Mar 5, 2024
2 parents 90ec7ff + 49f3ec9 commit d982873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmd/util/helpers.go
Expand Up @@ -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"
Expand Down

0 comments on commit d982873

Please sign in to comment.