Merge pull request #134953 from bhatnitish/fix_comment

kubeletplugin: clarify DRAPlugin comment about driver-specific claims
This commit is contained in:
Kubernetes Prow Robot
2025-10-30 10:40:03 -07:00
committed by GitHub

View File

@@ -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: