Skip to content

Commit

Permalink
Merge pull request #119876 from marosset/revert-118895
Browse files Browse the repository at this point in the history
Revert "Merge pull request #118895 from RyanAoh/kep-1860"

Kubernetes-commit: e6218f3d3bede036b2d67a4349dd761aac06ae97
  • Loading branch information
k8s-publishing-bot committed Aug 10, 2023
2 parents 8d766e7 + 3163e5a commit a715d8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
13 changes: 0 additions & 13 deletions applyconfigurations/core/v1/loadbalanceringress.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions applyconfigurations/internal/internal.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
golang.org/x/term v0.10.0
golang.org/x/time v0.3.0
google.golang.org/protobuf v1.30.0
k8s.io/api v0.0.0-20230807203228-9ab79eae448c
k8s.io/api v0.0.0-20230810043511-ac599493ec9f
k8s.io/apimachinery v0.0.0-20230807201834-4b14f804a0ba
k8s.io/klog/v2 v2.100.1
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
Expand Down Expand Up @@ -60,6 +60,6 @@ require (
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20230807203228-9ab79eae448c
k8s.io/api => k8s.io/api v0.0.0-20230810043511-ac599493ec9f
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230807201834-4b14f804a0ba
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
k8s.io/api v0.0.0-20230807203228-9ab79eae448c h1:E+jFr194rFrWTK9209MlCLuRGovXjqWtirFiUeJUutA=
k8s.io/api v0.0.0-20230807203228-9ab79eae448c/go.mod h1:QGL40BliXvUNDczpIQMGfQgote0zzKfOOUdO3bAV9j0=
k8s.io/api v0.0.0-20230810043511-ac599493ec9f h1:FKct7GhTmcFdZ2BlZckmXmqcZ9+7YzA+V9FsdIMUYnw=
k8s.io/api v0.0.0-20230810043511-ac599493ec9f/go.mod h1:QGL40BliXvUNDczpIQMGfQgote0zzKfOOUdO3bAV9j0=
k8s.io/apimachinery v0.0.0-20230807201834-4b14f804a0ba h1:hm5tfwSEPx02v3nrxlMJ0zl1/aoppw537sDgbYGiAb8=
k8s.io/apimachinery v0.0.0-20230807201834-4b14f804a0ba/go.mod h1:X0xh/chESs2hP9koe+SdIAcXWcQ+RM5hy0ZynB+yEvw=
k8s.io/klog/v2 v2.100.1 h1:7WCHKK6K8fNhTqfBhISHQ97KrnJNFZMcQvKp7gP/tmg=
Expand Down

0 comments on commit a715d8b

Please sign in to comment.