mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #102343 from seans3/remove-x-headers
Changes headers to remove "X-" prefix (IETF deprecation)
This commit is contained in:
commit
2709b13dba
@ -25,8 +25,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
kubectlCommandHeader = "X-Kubectl-Command"
|
kubectlCommandHeader = "Kubectl-Command"
|
||||||
kubectlSessionHeader = "X-Kubectl-Session"
|
kubectlSessionHeader = "Kubectl-Session"
|
||||||
)
|
)
|
||||||
|
|
||||||
// CommandHeaderRoundTripper adds a layer around the standard
|
// CommandHeaderRoundTripper adds a layer around the standard
|
||||||
|
Loading…
Reference in New Issue
Block a user