Add hyper-v switch to config set

pull/958/head
Matt Rickard 2017-01-03 10:05:16 -08:00
parent e52833a177
commit 938e58e966
2 changed files with 5 additions and 0 deletions

View File

@ -149,6 +149,10 @@ var settings = []Setting{
validations: []setFn{IsValidAddon},
callbacks: []setFn{EnableOrDisableAddon},
},
{
name: "hyperv-virtual-switch",
set: SetString,
},
}
var ConfigCmd = &cobra.Command{

View File

@ -28,6 +28,7 @@ Configurable fields:
* heapster
* ingress
* awsecr-creds
* hyperv-virtual-switch
```
minikube config SUBCOMMAND [flags]