GoogleContainerTools / minikube-build-tools-for-java

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

Sets up builder configuration and step interface. #97

Closed coollog closed 6 years ago

coollog commented 6 years ago

Prepares for #60 .

BuildConfiguration is used to inject configuration for the image building process.

Step is an interface that will be implemented by the various steps in the image building process.