Skip to content

Commit

Permalink
Change Topology.NUMANode in device plugin interface to a repeated field
Browse files Browse the repository at this point in the history
  • Loading branch information
klueska committed Aug 29, 2019
1 parent 7d4d175 commit 1c1f19c
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 76 deletions.
157 changes: 82 additions & 75 deletions pkg/kubelet/apis/deviceplugin/v1beta1/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/kubelet/apis/deviceplugin/v1beta1/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ message ListAndWatchResponse {
}

message TopologyInfo {
NUMANode node = 1;
repeated NUMANode nodes = 1;
}

message NUMANode {
Expand Down

0 comments on commit 1c1f19c

Please sign in to comment.