Skip to content

Commit 9d3b531

Browse files
Merge pull request #139795 from omeryahud/worktree-kep-5963-device-compat-groups
KEP-5963: DRA Device Compatibility Groups Kubernetes-commit: 752b88759ecfcbbd9de1c30e94a7bdcde992cb17
2 parents 32ce75a + 253184b commit 9d3b531

6 files changed

Lines changed: 111 additions & 3 deletions

File tree

applyconfigurations/internal/internal.go

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

applyconfigurations/resource/v1/devicecounterconsumption.go

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

applyconfigurations/resource/v1beta1/devicecounterconsumption.go

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

applyconfigurations/resource/v1beta2/devicecounterconsumption.go

Lines changed: 30 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
@@ -23,7 +23,7 @@ require (
2323
golang.org/x/time v0.15.0
2424
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
2525
gopkg.in/evanphx/json-patch.v4 v4.13.0
26-
k8s.io/api v0.0.0-20260724135943-6caf352f8c89
26+
k8s.io/api v0.0.0-20260726095921-a713cf9e6fcf
2727
k8s.io/apimachinery v0.0.0-20260723070748-eed236ceee2c
2828
k8s.io/klog/v2 v2.140.0
2929
k8s.io/kube-openapi v0.0.0-20260721132016-d427ff9ee9ad

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
118118
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
119119
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
120120
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
121-
k8s.io/api v0.0.0-20260724135943-6caf352f8c89 h1:Cwfg97RxOCYqthHt1BRMYcD3esLBQPZyhCFYBe4fYNs=
122-
k8s.io/api v0.0.0-20260724135943-6caf352f8c89/go.mod h1:Iqm3a/mC3lz0g+pVYjXzMP1oEPkBmyR1SvmXwIs8Z88=
121+
k8s.io/api v0.0.0-20260726095921-a713cf9e6fcf h1:yHpqVwblB/ZWm8TvhU7MzFvmRk79ME2fXvGSZrLtc/I=
122+
k8s.io/api v0.0.0-20260726095921-a713cf9e6fcf/go.mod h1:Iqm3a/mC3lz0g+pVYjXzMP1oEPkBmyR1SvmXwIs8Z88=
123123
k8s.io/apimachinery v0.0.0-20260723070748-eed236ceee2c h1:CQZ6GUANyGzQrW173ZUac2gb61exEKDV4Lmd2X9OyEw=
124124
k8s.io/apimachinery v0.0.0-20260723070748-eed236ceee2c/go.mod h1:kYeEyQP0xSlaQFMYZd/nFh99hmFLeHOkuvjLhgxgIKw=
125125
k8s.io/klog/v2 v2.140.0 h1:Tf+J3AH7xnUzZyVVXhTgGhEKnFqye14aadWv7bzXdzc=

0 commit comments

Comments
 (0)