Skip to content

Commit

Permalink
Merge pull request #663 from ialidzhikov/cleanup/unused
Browse files Browse the repository at this point in the history
Clean up unused vars and types
  • Loading branch information
k8s-ci-robot authored Aug 16, 2021
2 parents b25b820 + 23c4d89 commit 1c82e2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ import (
corev1 "k8s.io/client-go/kubernetes/typed/core/v1"
corelisters "k8s.io/client-go/listers/core/v1"
storagelistersv1 "k8s.io/client-go/listers/storage/v1"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/cache"
"k8s.io/client-go/tools/record"
"k8s.io/client-go/util/workqueue"
Expand Down Expand Up @@ -236,7 +235,6 @@ type csiProvisioner struct {
volumeNamePrefix string
defaultFSType string
volumeNameUUIDLength int
config *rest.Config
driverName string
pluginCapabilities rpc.PluginCapabilitySet
controllerCapabilities rpc.ControllerCapabilitySet
Expand Down

0 comments on commit 1c82e2d

Please sign in to comment.