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 19ed7fa + 5d89ab2 commit 2e6f58dCopy full SHA for 2e6f58d
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