Skip to content

Commit

Permalink
Merge pull request kubernetes#83757 from chendotjs/device-plugin-fix
Browse files Browse the repository at this point in the history
fix inconsistent comment in device plugin api
  • Loading branch information
k8s-ci-robot authored Oct 14, 2019
2 parents 3ec5fe5 + f8d3c45 commit 81a8b98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ message ListAndWatchResponse {
/* E.g:
* struct Device {
* ID: "GPU-fef8089b-4820-abfc-e83e-94318197576e",
* State: "Healthy",
* Health: "Healthy",
*} */
message Device {
// A unique ID assigned by the device plugin used
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ message NUMANode {
/* E.g:
* struct Device {
* ID: "GPU-fef8089b-4820-abfc-e83e-94318197576e",
* State: "Healthy",
* Health: "Healthy",
* Topology:
* Node:
ID: 1
Expand Down

0 comments on commit 81a8b98

Please sign in to comment.