Skip to content

Commit

Permalink
Merge pull request #121065 from byako/issue121063
Browse files Browse the repository at this point in the history
DRA: notify ResourceClaim or ResourceClass of params error

Kubernetes-commit: 4106366b6d574b347fb0481e61d2e88a9d2a87b2
  • Loading branch information
k8s-publishing-bot committed Oct 31, 2023
2 parents 8f0df5a + 34741a1 commit 31168ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
google.golang.org/grpc v1.58.2
k8s.io/api v0.0.0-20231027172135-b5946e690808
k8s.io/apimachinery v0.0.0-20231027171410-92fa50ee03b2
k8s.io/apiserver v0.0.0-20231027175733-943a60e3a446
k8s.io/apiserver v0.0.0-20231030212541-17d270f3cf34
k8s.io/client-go v0.0.0-20231027173027-30eba26adb82
k8s.io/component-base v0.0.0-20231027174419-7eefecff8918
k8s.io/cri-api v0.0.0-20231027184618-f11c0b9770d2
Expand Down Expand Up @@ -63,7 +63,7 @@ require (
replace (
k8s.io/api => k8s.io/api v0.0.0-20231027172135-b5946e690808
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20231027171410-92fa50ee03b2
k8s.io/apiserver => k8s.io/apiserver v0.0.0-20231027175733-943a60e3a446
k8s.io/apiserver => k8s.io/apiserver v0.0.0-20231030212541-17d270f3cf34
k8s.io/client-go => k8s.io/client-go v0.0.0-20231027173027-30eba26adb82
k8s.io/component-base => k8s.io/component-base v0.0.0-20231027174419-7eefecff8918
k8s.io/cri-api => k8s.io/cri-api v0.0.0-20231027184618-f11c0b9770d2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ k8s.io/api v0.0.0-20231027172135-b5946e690808 h1:PsNn101YgL4iLA6+r0S1SVxL7sE+lbE
k8s.io/api v0.0.0-20231027172135-b5946e690808/go.mod h1:85jITVjKQiZ2494QUKUFq0g8dT584SMJydVlt8/fKwU=
k8s.io/apimachinery v0.0.0-20231027171410-92fa50ee03b2 h1:IK+ucSMFzgZA5Obph+lJ5U64hB1SqywIJSojJg8eZZ8=
k8s.io/apimachinery v0.0.0-20231027171410-92fa50ee03b2/go.mod h1:w0F2e93v67dkDnVXN80UeHkHMV8q0UIPd3JmttbIV2M=
k8s.io/apiserver v0.0.0-20231027175733-943a60e3a446 h1:ePWLCxJOekcpoQ9Ni3/oHnM/YMoG5boVal/1+rTY9as=
k8s.io/apiserver v0.0.0-20231027175733-943a60e3a446/go.mod h1:TtJp0Pv4ZZLh8fDzbL7sN9Hr8KeUCQdlXtHnzvpfkd0=
k8s.io/apiserver v0.0.0-20231030212541-17d270f3cf34 h1:srwJMsdSbAUDLFW+4Ku68aLua51aAixfcIGmBCTVbYw=
k8s.io/apiserver v0.0.0-20231030212541-17d270f3cf34/go.mod h1:TtJp0Pv4ZZLh8fDzbL7sN9Hr8KeUCQdlXtHnzvpfkd0=
k8s.io/client-go v0.0.0-20231027173027-30eba26adb82 h1:VAIBmcvsYJjOy3wSkIhfRQ/LWnEP3DHSxkdgqUSaQ18=
k8s.io/client-go v0.0.0-20231027173027-30eba26adb82/go.mod h1:tvNs9oJ+I4BmXdfQFadxavDpbC4ErR1mr3QrCKxvQXI=
k8s.io/component-base v0.0.0-20231027174419-7eefecff8918 h1:REROa5iZinlgOCnq1UxCSpcjE3sy2wqQ2WKcrKw/tBM=
Expand Down
4 changes: 2 additions & 2 deletions pkg/apis/dra/v1alpha3/api.pb.go

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

2 changes: 1 addition & 1 deletion pkg/apis/dra/v1alpha3/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ option (gogoproto.goproto_unrecognized_all) = false;
service Node {
// NodePrepareResources prepares several ResourceClaims
// for use on the node. If an error is returned, the
// response is ignored. Failures for individidual claims
// response is ignored. Failures for individual claims
// can be reported inside NodePrepareResourcesResponse.
rpc NodePrepareResources (NodePrepareResourcesRequest)
returns (NodePrepareResourcesResponse) {}
Expand Down

0 comments on commit 31168ad

Please sign in to comment.