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.
1 parent 6a8a368 commit 5d89ab2Copy full SHA for 5d89ab2
pkg/volume/csi/csi_attacher.go
@@ -54,6 +54,8 @@ type csiAttacher struct {
54
// volume.Attacher methods
55
var _ volume.Attacher = &csiAttacher{}
56
57
+var _ volume.Detacher = &csiAttacher{}
58
+
59
var _ volume.DeviceMounter = &csiAttacher{}
60
61
func (c *csiAttacher) Attach(spec *volume.Spec, nodeName types.NodeName) (string, error) {
0 commit comments