You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-node/606-compute-device-assignment/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,13 +99,13 @@ We propose to add a new gRPC service to the Kubelet. This gRPC service would be
99
99
100
100
This information is obtained from the internal state of the kubelet's Device Manager. The GRPC Service has a single function named `List`, you will find below the v1 API:
101
101
```protobuf
102
-
// PodResources is a service provided by the kubelet that provides information about the
102
+
// PodResourcesLister is a service provided by the kubelet that provides information about the
103
103
// node resources consumed by pods and containers on the node
0 commit comments