Skip to content

Commit

Permalink
Merge pull request #121196 from enj/automated-cherry-pick-of-#121120-…
Browse files Browse the repository at this point in the history
…upstream-release-1.28

Prevent rapid reset http2 DOS on API server (disabled by default)

Kubernetes-commit: 51b96deeba61fdc6d590f58a37dd7b6d61c936ac
  • Loading branch information
k8s-publishing-bot committed Oct 12, 2023
1 parent 11df348 commit 8efa5e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/square/go-jose.v2 v2.6.0
k8s.io/api v0.0.0-20231012112654-579c82b38d37
k8s.io/apimachinery v0.0.0-20231012111719-1f3a244769eb
k8s.io/apimachinery v0.0.0-20231012225557-ab8b4c890065
k8s.io/client-go v0.0.0-20231012115738-fb428614cdac
k8s.io/component-base v0.0.0-20231012120823-1d6f1925f470
k8s.io/klog/v2 v2.100.1
Expand Down Expand Up @@ -127,7 +127,7 @@ require (

replace (
k8s.io/api => k8s.io/api v0.0.0-20231012112654-579c82b38d37
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20231012111719-1f3a244769eb
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20231012225557-ab8b4c890065
k8s.io/client-go => k8s.io/client-go v0.0.0-20231012115738-fb428614cdac
k8s.io/component-base => k8s.io/component-base v0.0.0-20231012120823-1d6f1925f470
k8s.io/kms => k8s.io/kms v0.0.0-20231012121534-a6f7e5ef2a96
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,8 @@ honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
k8s.io/api v0.0.0-20231012112654-579c82b38d37 h1:u1unaHh/5lDgXMpIccYqtEx03DgfWIC+oaaf53R5y3g=
k8s.io/api v0.0.0-20231012112654-579c82b38d37/go.mod h1:DgUHsnrK8YWDsWy9IGS6x8jZ3oQJlGc7TDK/3gLcwBM=
k8s.io/apimachinery v0.0.0-20231012111719-1f3a244769eb h1:tYvINI7k0tsjANXzThUQ1gWiuioEN3uafnMqssRQmjg=
k8s.io/apimachinery v0.0.0-20231012111719-1f3a244769eb/go.mod h1:uQTKmIqs+rAYaq+DFaoD2X7pcjLOqbQX2AOiO0nIpb8=
k8s.io/apimachinery v0.0.0-20231012225557-ab8b4c890065 h1:bIFK8wE2WzOADYC2Mar284G+H/mjZa6IdGLysxBv44E=
k8s.io/apimachinery v0.0.0-20231012225557-ab8b4c890065/go.mod h1:uQTKmIqs+rAYaq+DFaoD2X7pcjLOqbQX2AOiO0nIpb8=
k8s.io/client-go v0.0.0-20231012115738-fb428614cdac h1:1QKS9zimDTg1Lq7ByYis0HGXE0Sb0JZ9rROXs96UA1s=
k8s.io/client-go v0.0.0-20231012115738-fb428614cdac/go.mod h1:kVO5ghPuETM4o6xZN6wT1sVGyerab1NOsdNFzvylZo4=
k8s.io/component-base v0.0.0-20231012120823-1d6f1925f470 h1:Cz8ob4TBp6rtPEYUDrpf+3k+JBbiZWxUZeTuhTqZlVw=
Expand Down

0 comments on commit 8efa5e2

Please sign in to comment.