Drop KUBECTL_DEBUG_CUSTOM_PROFILE feature gate entirely

Kubernetes-commit: 94d043b149b845a4f02f12a3d318df278194d377
This commit is contained in:
Arda Güçlü 2025-05-06 13:00:14 +03:00 committed by Kubernetes Publisher
parent bb3c0d9f3a
commit 5bcd2add11
1 changed files with 1 additions and 3 deletions

View File

@ -430,9 +430,7 @@ const (
OpenAPIV3Patch FeatureGate = "KUBECTL_OPENAPIV3_PATCH" OpenAPIV3Patch FeatureGate = "KUBECTL_OPENAPIV3_PATCH"
RemoteCommandWebsockets FeatureGate = "KUBECTL_REMOTE_COMMAND_WEBSOCKETS" RemoteCommandWebsockets FeatureGate = "KUBECTL_REMOTE_COMMAND_WEBSOCKETS"
PortForwardWebsockets FeatureGate = "KUBECTL_PORT_FORWARD_WEBSOCKETS" PortForwardWebsockets FeatureGate = "KUBECTL_PORT_FORWARD_WEBSOCKETS"
// DebugCustomProfile should be dropped in 1.34 KubeRC FeatureGate = "KUBECTL_KUBERC"
DebugCustomProfile FeatureGate = "KUBECTL_DEBUG_CUSTOM_PROFILE"
KubeRC FeatureGate = "KUBECTL_KUBERC"
) )
// IsEnabled returns true iff environment variable is set to true. // IsEnabled returns true iff environment variable is set to true.