Skip to content

Commit 7d5e9a0

Browse files
committed
update package
Signed-off-by: Jason Cho <[email protected]>
1 parent f99efd8 commit 7d5e9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/power-dra-kubeletplugin/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func (d *driver) NodePrepareResources(ctx context.Context, req *drapbv1.NodePrep
8888
return preparedResources, nil
8989
}
9090

91-
func (d *driver) nodePrepareResource(ctx context.Context, claim *drapbv1.ResourceClaim) *drapbv1.NodePrepareResourceResponse {
91+
func (d *driver) nodePrepareResource(ctx context.Context, claim *drapbv1.Claim) *drapbv1.NodePrepareResourceResponse {
9292
resourceClaim, err := d.client.ResourceV1beta1().ResourceClaims(claim.Namespace).Get(
9393
ctx,
9494
claim.Name,

0 commit comments

Comments
 (0)