Skip to content

Commit 955401c

Browse files
Merge pull request #128407 from ndixita/pod-level-resources
[PodLevelResources] Pod Level Resources Feature Alpha Kubernetes-commit: c25f5eefe4efda4c0d9561d06942cd3de3dfe2e4
2 parents eddb107 + 77d9809 commit 955401c

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

applyconfigurations/core/v1/podspec.go

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

applyconfigurations/internal/internal.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
golang.org/x/time v0.7.0
2727
google.golang.org/protobuf v1.35.1
2828
gopkg.in/evanphx/json-patch.v4 v4.12.0
29-
k8s.io/api v0.0.0-20241108114317-84e0db8d2082
29+
k8s.io/api v0.0.0-20241108114318-6cc44b8953ae
3030
k8s.io/apimachinery v0.0.0-20241108022104-96b97de8d6ba
3131
k8s.io/klog/v2 v2.130.1
3232
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
150150
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
151151
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
152152
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
153-
k8s.io/api v0.0.0-20241108114317-84e0db8d2082 h1:+274BvdaecJp+9jpH7KQBtzsLkqx6wqgjJhxB9mAGwA=
154-
k8s.io/api v0.0.0-20241108114317-84e0db8d2082/go.mod h1:jw6pQTESH9mdZL2vOK3twojvpPxipl5TpLZpPyl5ZYU=
153+
k8s.io/api v0.0.0-20241108114318-6cc44b8953ae h1:XX7vEVBchw0xx4YJZ6OyPxOq3e5hX2PTZ5wu8dw0vco=
154+
k8s.io/api v0.0.0-20241108114318-6cc44b8953ae/go.mod h1:jw6pQTESH9mdZL2vOK3twojvpPxipl5TpLZpPyl5ZYU=
155155
k8s.io/apimachinery v0.0.0-20241108022104-96b97de8d6ba h1:ghB5Iygt6Ge8UyIwW7C1kJx4kP7AUTCL9Qg6GCsUUOY=
156156
k8s.io/apimachinery v0.0.0-20241108022104-96b97de8d6ba/go.mod h1:HqhdaJUgQqky29T1V0o2yFkt/pZqLFIDyn9Zi/8rxoY=
157157
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=

0 commit comments

Comments
 (0)