minor refactoring in ebs.go
This commit is contained in:
parent
6f2b5c052d
commit
411844f5c2
|
|
@ -34,7 +34,7 @@ var testVol = testVolume{
|
||||||
size: 100,
|
size: 100,
|
||||||
iops: 300,
|
iops: 300,
|
||||||
throughtput: 125,
|
throughtput: 125,
|
||||||
volType: "gp2",
|
volType: "gp3",
|
||||||
}
|
}
|
||||||
|
|
||||||
func newFakeK8sPVCclient() (k8sutil.KubernetesClient, *fake.Clientset) {
|
func newFakeK8sPVCclient() (k8sutil.KubernetesClient, *fake.Clientset) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue