minikube/pkg/drivers/hyperkit
Nir Soffer 5d4d03623b
drivers: Extract drivers/common package (#21266)
Move all files and packages which are not a driver to the drivers/common
package. This helps to understand the structure of the code.

While moving, move the iso_test.iso into testdata/test.iso to separate
code and test data.

While fixing the test iso path fix few bugs in the tests using wrong iso
path. The test failed because the iso path was wrong instead of issue
with source or destination path.

New directory structure:

    % tree -L1 pkg/drivers
    pkg/drivers
    ├── common
    ├── hyperkit
    ├── kic
    ├── krunkit
    ├── kvm
    ├── none
    ├── qemu
    ├── ssh
    └── vfkit
2025-08-08 22:50:57 -07:00
..
driver.go drivers: Extract drivers/common package (#21266) 2025-08-08 22:50:57 -07:00
driver_test.go remove old build tags 2022-03-30 16:43:29 -07:00
network.go implement socket_vmnet 2022-10-03 15:14:36 -07:00
version.go Add gitCommitID to hyperkit version 2019-06-29 09:32:21 -03:00
vmnet.go remove old build tags 2022-03-30 16:43:29 -07:00
vmnet_stub.go remove old build tags 2022-03-30 16:43:29 -07:00