fix staticcheck:pkg/volume/awsebs

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
This commit is contained in:
yuxiaobo 2020-01-10 18:36:39 +08:00
parent e3f90df767
commit c5764735e2
2 changed files with 1 additions and 3 deletions

View File

@ -25,7 +25,6 @@ pkg/util/iptables
pkg/util/ipvs/testing
pkg/util/netsh
pkg/volume
pkg/volume/awsebs
pkg/volume/azure_dd
pkg/volume/azure_file
pkg/volume/cinder

View File

@ -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{}