mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-17 16:12:49 -04:00
Automatic merge from submit-queue (batch tested with PRs 64276, 64094, 64719, 64766, 64750). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Delegate map operation to BlockVolumeMapper plugin **What this PR does / why we need it**: This PR refactors the volume controller's operation generator, for block mapping, to delegate core block mounting sequence to the `volume.BlockVolumeMapper` plugin instead of living in the operation generator. This is to ensure better customization of block volume logic for existing internal volume plugins. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #64093 ```release-note NONE ``` /sig storage |
||
|---|---|---|
| .. | ||
| fs | ||
| nestedpendingoperations | ||
| operationexecutor | ||
| recyclerclient | ||
| types | ||
| volumepathhandler | ||
| atomic_writer.go | ||
| atomic_writer_test.go | ||
| attach_limit.go | ||
| BUILD | ||
| device_util.go | ||
| device_util_linux.go | ||
| device_util_linux_test.go | ||
| device_util_unsupported.go | ||
| doc.go | ||
| error.go | ||
| finalizer.go | ||
| io_util.go | ||
| metrics.go | ||
| nested_volumes.go | ||
| nested_volumes_test.go | ||
| OWNERS | ||
| resize_util.go | ||
| resize_util_test.go | ||
| util.go | ||
| util_test.go | ||