diff --git a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md index a75921ae24..465de1877d 100644 --- a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md +++ b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md @@ -148,9 +148,9 @@ The kubelet provides a gRPC service to enable discovery of in-use devices, and t for these devices: ```gRPC -// PodResources is a service provided by the kubelet that provides information about the +// PodResourcesLister is a service provided by the kubelet that provides information about the // node resources consumed by pods and containers on the node -service PodResources { +service PodResourcesLister { rpc List(ListPodResourcesRequest) returns (ListPodResourcesResponse) {} } ```