Skip to content

Commit f680c26

Browse files
authored
Merge pull request kubernetes#87074 from yuxiaobo96/k8s-staticcheck
fix staticcheck: pkg/volume/awsebs
2 parents 3d8317a + c576473 commit f680c26

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

hack/.staticcheck_failures

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ pkg/registry/core/service/storage
2222
pkg/util/coverage
2323
pkg/util/netsh
2424
pkg/volume
25-
pkg/volume/awsebs
2625
pkg/volume/azure_dd
2726
pkg/volume/azure_file
2827
pkg/volume/csi

pkg/volume/awsebs/aws_ebs.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,7 @@ func (d *awsElasticBlockStoreDeleter) Delete() error {
481481

482482
type awsElasticBlockStoreProvisioner struct {
483483
*awsElasticBlockStore
484-
options volume.VolumeOptions
485-
namespace string
484+
options volume.VolumeOptions
486485
}
487486

488487
var _ volume.Provisioner = &awsElasticBlockStoreProvisioner{}

0 commit comments

Comments
 (0)