ernoaapa / eliot

Open source system for managing containerized applications in IoT device
https://docs.eliot.run
Apache License 2.0
269 stars 20 forks source link

Configurable snapshotter #43

Closed ernoaapa closed 6 years ago

ernoaapa commented 6 years ago

Previously we were using hardcoded snapshotter. Updated the snapshotter to be configurable with flags.

codecov[bot] commented 6 years ago

Codecov Report

Merging #43 into master will increase coverage by 0.35%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   25.26%   25.61%   +0.35%     
==========================================
  Files          50       50              
  Lines        2418     2420       +2     
==========================================
+ Hits          611      620       +9     
+ Misses       1740     1731       -9     
- Partials       67       69       +2
Impacted Files Coverage Δ
cmd/utils.go 35.31% <0%> (-0.16%) :arrow_down:
pkg/runtime/containerd.go 1.72% <0%> (-0.01%) :arrow_down:
pkg/resolve/pods.go 14.51% <0%> (+14.51%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5c72763...0c97990. Read the comment docs.