minikube/pkg/drivers/hyperkit
seborama ee73cbde6b Added hyperkit options for enterprise VPN support
The purpose of these changes is to enhance Hyperkit support from the
minikube command line for better integration with enterprise networks
behind a VPN.

uuid: Provide VM UUID to restore MAC address (only supported with
      Hyperkit driver).
vpnkitSock: Location of the VPNKit socket used for networking. If empty,
            disables Hyperkit VPNKitSock, if 'auto' uses Docker for Mac
            VPNKit connection, otherwise uses the specified VSock."
vsockPorts: List of guest VSock ports that should be exposed as sockets
            on the host (Only supported on with hyperkit now).

Note:
tests pass but file:
`vendor/github.com/google/certificate-transparency/go/x509/root_darwin.go`
has to be edited to correct an issue - not committed since this is in
the vendor directory.
2018-06-04 09:46:20 -07:00
..
driver.go Added hyperkit options for enterprise VPN support 2018-06-04 09:46:20 -07:00
driver_test.go Added hyperkit options for enterprise VPN support 2018-06-04 09:46:20 -07:00
iso.go Move drivers to pkg/drivers, share utils 2017-09-12 14:29:22 -07:00
network.go Move GetNetAddr. 2018-01-02 16:18:54 -08:00
network_test.go Move drivers to pkg/drivers, share utils 2017-09-12 14:29:22 -07:00
vmnet.go Move GetNetAddr. 2018-01-02 16:18:54 -08:00
vmnet_stub.go Move GetNetAddr. 2018-01-02 16:18:54 -08:00