Skip to content

Commit e359642

Browse files
Merge pull request #130556 from sreeram-venkitesh/kep-4960-container-stop-signals
KEP 4960: Container Stop Signals Kubernetes-commit: ff25881bc1fe9da1dda4ec82d294b92078ae2763
2 parents 3bf0a05 + 7a03a3b commit e359642

File tree

5 files changed

+33
-5
lines changed

5 files changed

+33
-5
lines changed

applyconfigurations/core/v1/containerstatus.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

applyconfigurations/core/v1/lifecycle.go

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

applyconfigurations/internal/internal.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
golang.org/x/time v0.9.0
2626
google.golang.org/protobuf v1.36.5
2727
gopkg.in/evanphx/json-patch.v4 v4.12.0
28-
k8s.io/api v0.0.0-20250324212032-f9401a3a8005
28+
k8s.io/api v0.0.0-20250325022028-118546df3998
2929
k8s.io/apimachinery v0.0.0-20250319092800-e8a77bd768fd
3030
k8s.io/klog/v2 v2.130.1
3131
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
146146
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
147147
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
148148
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
149-
k8s.io/api v0.0.0-20250324212032-f9401a3a8005 h1:M2eL3JOyPe7U39v/efK58x2RpYv+MYfUS1lRbSrxDhk=
150-
k8s.io/api v0.0.0-20250324212032-f9401a3a8005/go.mod h1:JO0tyTI0qSXXaGVhLdqwfi3RMbS2g9hcYvzBmZP5wVk=
149+
k8s.io/api v0.0.0-20250325022028-118546df3998 h1:Q9cW2ZmeYMoE64u1/4EfbuhwuGzGUUQSdW1dx3FZYUs=
150+
k8s.io/api v0.0.0-20250325022028-118546df3998/go.mod h1:JO0tyTI0qSXXaGVhLdqwfi3RMbS2g9hcYvzBmZP5wVk=
151151
k8s.io/apimachinery v0.0.0-20250319092800-e8a77bd768fd h1:KoXgjwEokLM8o95kMxowg5vp5iQ4v46Kk+zobsqeTgU=
152152
k8s.io/apimachinery v0.0.0-20250319092800-e8a77bd768fd/go.mod h1:D2UW665TVSpInyOuG6C+PMtC1MZheP0KQz65UPQEiI4=
153153
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=

0 commit comments

Comments
 (0)