Merge pull request #103238 from seans3/cmd-headers-beta
kubectl command headers as default in beta Kubernetes-commit: 657d93c4cc5201a9fc8a5ba1258d05d81ef39cbd
This commit is contained in:
parent
42a8170920
commit
138447c9c6
4
go.mod
4
go.mod
|
|
@ -31,7 +31,7 @@ require (
|
|||
github.com/stretchr/testify v1.7.0
|
||||
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
k8s.io/api v0.0.0-20210625074319-07d5b5c5af44
|
||||
k8s.io/api v0.0.0-20210627034315-6db9ac894d5d
|
||||
k8s.io/apimachinery v0.0.0-20210624234137-a4b8a5f324ca
|
||||
k8s.io/cli-runtime v0.0.0-20210619073704-985493538305
|
||||
k8s.io/client-go v0.0.0-20210624234554-dae61bee3a0a
|
||||
|
|
@ -47,7 +47,7 @@ require (
|
|||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20210625074319-07d5b5c5af44
|
||||
k8s.io/api => k8s.io/api v0.0.0-20210627034315-6db9ac894d5d
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20210624234137-a4b8a5f324ca
|
||||
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20210619073704-985493538305
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20210624234554-dae61bee3a0a
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -733,8 +733,8 @@ honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWh
|
|||
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
|
||||
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
|
||||
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
|
||||
k8s.io/api v0.0.0-20210625074319-07d5b5c5af44 h1:jhN3dlIeA5dkEyCobKpA45wLdCnVxIl5o6F/2yIvl6A=
|
||||
k8s.io/api v0.0.0-20210625074319-07d5b5c5af44/go.mod h1:iTIQV8axBOG5ekbRIjyIuBa1YF0kPgqd/8e1rXhfOl4=
|
||||
k8s.io/api v0.0.0-20210627034315-6db9ac894d5d h1:q3H0zWLrgt/W9gneQa5iXqaTmtUXLO29XaeGFnhtnz4=
|
||||
k8s.io/api v0.0.0-20210627034315-6db9ac894d5d/go.mod h1:iTIQV8axBOG5ekbRIjyIuBa1YF0kPgqd/8e1rXhfOl4=
|
||||
k8s.io/apimachinery v0.0.0-20210624234137-a4b8a5f324ca h1:Rhwv9/llB72sYX254T1Be2ak+CMVvZellTv/HZxAXto=
|
||||
k8s.io/apimachinery v0.0.0-20210624234137-a4b8a5f324ca/go.mod h1:KrFIbDnxb/YcngqIe3ro6X24QG9xTL5O3a3cX7+XaWg=
|
||||
k8s.io/cli-runtime v0.0.0-20210619073704-985493538305 h1:iRyXwVV4BkkOogRbA6AFcRdQSCaA2Fi8ciz67rcGsV8=
|
||||
|
|
|
|||
Loading…
Reference in New Issue