Skip to content

Commit 8ba6f19

Browse files
committed
syntax error
Signed-off-by: Jason Cho <[email protected]>
1 parent 172dfa3 commit 8ba6f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/power-dra-kubeletplugin/discovery.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func enumerateAllPossibleDevices(numGPUs int) (AllocatableDevices, error) {
5151
VersionValue: ptr.To("0.1.0"),
5252
},
5353
},
54-
Capacity: map[resourceapi.QualifiedName]resourceQuantity{
54+
Capacity: map[resourceapi.QualifiedName]resource.Quantity{
5555
"memory": resource.MustParse("80Gi"),
5656
},
5757
},

0 commit comments

Comments
 (0)