提交 938e58e9 编写于 作者: M Matt Rickard

Add hyper-v switch to config set

上级 e52833a1
......@@ -149,6 +149,10 @@ var settings = []Setting{
validations: []setFn{IsValidAddon},
callbacks: []setFn{EnableOrDisableAddon},
},
{
name: "hyperv-virtual-switch",
set: SetString,
},
}
var ConfigCmd = &cobra.Command{
......
......@@ -28,6 +28,7 @@ Configurable fields:
* heapster
* ingress
* awsecr-creds
* hyperv-virtual-switch
```
minikube config SUBCOMMAND [flags]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册