minor refactoring in ebs.go

This commit is contained in:
Felix Kunde 2026-07-24 12:40:33 +02:00
parent 6f2b5c052d
commit 411844f5c2
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ var testVol = testVolume{
size: 100,
iops: 300,
throughtput: 125,
volType: "gp2",
volType: "gp3",
}
func newFakeK8sPVCclient() (k8sutil.KubernetesClient, *fake.Clientset) {