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 CacheReader. #82

Closed coollog closed 6 years ago

coollog commented 6 years ago

Part of #52. Reads layer content from the cache.

coollog commented 6 years ago

@loosebazooka Yea, layers are independent of their content. Here, the cache is tied to the type of layer, however. We might want to just remove the 3 application layer types and just have the layers in getLayerFile filter by sourceFiles instead.