mirror of
https://github.com/kubernetes/client-go.git
synced 2026-05-18 05:36:01 +00:00
Merge pull request #120360 from Jefftree/automated-cherry-pick-of-#119870-upstream-release-1.27
Automated cherry pick of #119870: Fallback to legacy discovery on a wider range of conditions Kubernetes-commit: cf67dd0379b6da0428530ab1c384ab71e335b5a2
This commit is contained in:
4
go.mod
4
go.mod
@@ -24,7 +24,7 @@ require (
|
||||
golang.org/x/term v0.6.0
|
||||
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
|
||||
google.golang.org/protobuf v1.28.1
|
||||
k8s.io/api v0.0.0-20230810162708-366ac8e0b0e7
|
||||
k8s.io/api v0.0.0-20230828183613-acad30015007
|
||||
k8s.io/apimachinery v0.0.0-20230716201907-f46cb694b153
|
||||
k8s.io/klog/v2 v2.90.1
|
||||
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f
|
||||
@@ -59,6 +59,6 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20230810162708-366ac8e0b0e7
|
||||
k8s.io/api => k8s.io/api v0.0.0-20230828183613-acad30015007
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230716201907-f46cb694b153
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user