mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
refact(pkg): Removes unused import, variables and functions. (#321)
Signed-off-by: Rahul Grover <rahulgrover99@gmail.com>
This commit is contained in:
parent
0e6a02ea74
commit
a8376796b7
7 changed files with 10 additions and 36 deletions
|
|
@ -22,13 +22,6 @@ import (
|
|||
"k8s.io/klog"
|
||||
)
|
||||
|
||||
// volume can only be published once as
|
||||
// read/write on a single node, at any
|
||||
// given time
|
||||
var supportedAccessMode = &csi.VolumeCapability_AccessMode{
|
||||
Mode: csi.VolumeCapability_AccessMode_SINGLE_NODE_WRITER,
|
||||
}
|
||||
|
||||
// CSIDriver defines a common data structure
|
||||
// for drivers
|
||||
// TODO check if this can be renamed to Base
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue