GoogleContainerTools / minikube-build-tools-for-java

Minikube lifecycle management tools for Gradle and Maven.
Apache License 2.0
57 stars 27 forks source link

Support for minikube profiles #141

Closed gintautassulskus closed 5 years ago

gintautassulskus commented 6 years ago

I believe minikube profiles can be configured for the start/stop operations via the flags parameter. I did not notice something similar for the getDockerEnv operation.

The use case for this would be separate development environments for each project, e.g. minikube profiles dev.product1 and dev.product2 would correspond to products product1 and product2 respectively.