GoogleContainerTools / minikube-build-tools-for-java

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

Adds minikube-maven-plugin. #124

Closed coollog closed 6 years ago

coollog commented 6 years ago

Fixes #123

This has just the basic minikube start, stop, and delete goals, run with, for eg., mvn minikube:start.

Flags can be configured with flags, and goal-specific flags can be configured like:

<configuration>
  <stop>
    <flags>
      <flag>someStopFlag</flag>
    </flags>
  </stop>
</configuration>