Add hyper-v switch to config set
							parent
							
								
									e52833a177
								
							
						
					
					
						commit
						938e58e966
					
				| 
						 | 
				
			
			@ -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]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue