Skip to content

Commit

Permalink
Add e2e test for kubectl interactive delete
Browse files Browse the repository at this point in the history
Kubernetes-commit: 7faa8bbac3bbd36a4ee680e6f82460d587186139
  • Loading branch information
ardaguclu authored and k8s-publishing-bot committed Jan 9, 2024
1 parent 90ec7ff commit 49f3ec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmd/util/helpers.go
Original file line number Diff line number Diff line change
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 49f3ec9

Please sign in to comment.