Merge pull request #87074 from yuxiaobo96/k8s-staticcheck

fix staticcheck: pkg/volume/awsebs
This commit is contained in:
Kubernetes Prow Robot 2020-01-20 03:09:37 -08:00 committed by GitHub
commit f680c261e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

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

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