mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
test/e2e: remove unused v1beta.VolumeAttributesClass field
This commit is contained in:
parent
1135d04f1d
commit
b40df46b0b
1 changed files with 0 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ import (
|
|||
"github.com/onsi/ginkgo/v2"
|
||||
v1 "k8s.io/api/core/v1"
|
||||
storagev1 "k8s.io/api/storage/v1"
|
||||
storagev1beta1 "k8s.io/api/storage/v1beta1"
|
||||
apierrors "k8s.io/apimachinery/pkg/api/errors"
|
||||
"k8s.io/apimachinery/pkg/api/resource"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
|
|
@ -47,7 +46,6 @@ type VolumeResource struct {
|
|||
Pvc *v1.PersistentVolumeClaim
|
||||
Pv *v1.PersistentVolume
|
||||
Sc *storagev1.StorageClass
|
||||
Vac *storagev1beta1.VolumeAttributesClass
|
||||
|
||||
Volume TestVolume
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue