diff --git a/staging/src/k8s.io/dynamic-resource-allocation/kubeletplugin/draplugin.go b/staging/src/k8s.io/dynamic-resource-allocation/kubeletplugin/draplugin.go index efb0755472c..a8e03521635 100644 --- a/staging/src/k8s.io/dynamic-resource-allocation/kubeletplugin/draplugin.go +++ b/staging/src/k8s.io/dynamic-resource-allocation/kubeletplugin/draplugin.go @@ -58,8 +58,8 @@ type DRAPlugin interface { // for the given ResourceClaims. This is used to implement // the gRPC NodePrepareResources call. // - // It gets called with the complete list of claims that are needed - // by some pod. In contrast to the gRPC call, the helper has + // It gets called with the complete list of claims handled by this DRA driver + // that are needed by some pod. In contrast to the gRPC call, the helper has // already retrieved the actual ResourceClaim objects. // // In addition to that, the helper also: