Merge pull request #3861 from RA489/featuregate

feature-gates via minikube config set
pull/3839/head^2
Thomas Strömberg 2019-03-21 11:33:41 -07:00 committed by GitHub
commit 6bf6290013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,11 @@ var settings = []Setting{
validations: []setFn{IsValidDriver},
callbacks: []setFn{RequiresRestartMsg},
},
{
name: "feature-gates",
set: SetString,
callbacks: []setFn{RequiresRestartMsg},
},
{
name: "v",
set: SetInt,