From 3216a03c00ee60b93f1102e5ad62a0cb31b1a150 Mon Sep 17 00:00:00 2001 From: vikkyomkar Date: Tue, 17 Mar 2020 13:22:24 +0530 Subject: [PATCH] Add --vm flag for users who want to autoselect only VM's --- pkg/minikube/registry/global.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/minikube/registry/global.go b/pkg/minikube/registry/global.go index d53168b48d..301f61cb9f 100644 --- a/pkg/minikube/registry/global.go +++ b/pkg/minikube/registry/global.go @@ -1,9 +1,12 @@ /* Copyright 2018 The Kubernetes Authors All rights reserved. + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.