diff --git a/hack/.staticcheck_failures b/hack/.staticcheck_failures index 38248f165cf..ede50e41026 100644 --- a/hack/.staticcheck_failures +++ b/hack/.staticcheck_failures @@ -22,7 +22,6 @@ pkg/registry/core/service/storage pkg/util/coverage pkg/util/netsh pkg/volume -pkg/volume/awsebs pkg/volume/azure_dd pkg/volume/azure_file pkg/volume/csi diff --git a/pkg/volume/awsebs/aws_ebs.go b/pkg/volume/awsebs/aws_ebs.go index 7bae0358e34..7606ad03c1b 100644 --- a/pkg/volume/awsebs/aws_ebs.go +++ b/pkg/volume/awsebs/aws_ebs.go @@ -481,8 +481,7 @@ func (d *awsElasticBlockStoreDeleter) Delete() error { type awsElasticBlockStoreProvisioner struct { *awsElasticBlockStore - options volume.VolumeOptions - namespace string + options volume.VolumeOptions } var _ volume.Provisioner = &awsElasticBlockStoreProvisioner{}