We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0695cb commit f88d7eeCopy full SHA for f88d7ee
pkg/gce-pd-csi-driver/node_test.go
@@ -335,6 +335,11 @@ func TestNodeGetVolumeLimits(t *testing.T) {
335
machineType: "c3d-highmem-8-lssd",
336
expVolumeLimit: volumeLimitBig,
337
},
338
+ {
339
+ name: "c4a-standard-32-lssd",
340
+ machineType: "c4a-standard-32-lssd",
341
+ expVolumeLimit: 49,
342
+ },
343
}
344
345
for _, tc := range testCases {
0 commit comments