mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-05 14:55:50 -04:00
- Rename MapDevice to MapPodDevice in BlockVolumeMapper - Add UnmapPodDevice in BlockVolumeUnmapper (This will be used by csi driver later) - Add CustomBlockVolumeMapper and CustomBlockVolumeUnmapper interface - Move SetUpDevice and MapPodDevice to CustomBlockVolumeMapper - Move TearDownDevice and UnmapPodDevice to CustomBlockVolumeUnmapper - Implement CustomBlockVolumeMapper only in local and csi plugin - Implement CustomBlockVolumeUnmapper only in fc, iscsi, rbd, and csi plugin - Change MapPodDevice to return path and SetUpDevice not to return path |
||
|---|---|---|
| .. | ||
| attacher.go | ||
| BUILD | ||
| disk_manager.go | ||
| doc.go | ||
| fc.go | ||
| fc_test.go | ||
| fc_util.go | ||
| fc_util_test.go | ||
| OWNERS | ||