We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d8317a + c576473 commit f680c26Copy full SHA for f680c26
hack/.staticcheck_failures
@@ -22,7 +22,6 @@ pkg/registry/core/service/storage
22
pkg/util/coverage
23
pkg/util/netsh
24
pkg/volume
25
-pkg/volume/awsebs
26
pkg/volume/azure_dd
27
pkg/volume/azure_file
28
pkg/volume/csi
pkg/volume/awsebs/aws_ebs.go
@@ -481,8 +481,7 @@ func (d *awsElasticBlockStoreDeleter) Delete() error {
481
482
type awsElasticBlockStoreProvisioner struct {
483
*awsElasticBlockStore
484
- options volume.VolumeOptions
485
- namespace string
+ options volume.VolumeOptions
486
}
487
488
var _ volume.Provisioner = &awsElasticBlockStoreProvisioner{}
0 commit comments