projectriff-archive / cnab-k8s-installer-base

A CNAB bundle that allows creation of other declarative CNAB bundles
Apache License 2.0
0 stars 6 forks source link

support uninstall #34

Closed sbawaska closed 5 years ago

sbawaska commented 5 years ago

While installing the bundle a label is applied to all the resources being installed. Uninstall then deletes the resources with this label.

closes #12

codecov[bot] commented 5 years ago

Codecov Report

Merging #34 into master will increase coverage by 0.7%. The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #34     +/-   ##
=========================================
+ Coverage   85.56%   86.27%   +0.7%     
=========================================
  Files          11       13      +2     
  Lines         485      561     +76     
=========================================
+ Hits          415      484     +69     
- Misses         47       52      +5     
- Partials       23       25      +2
Impacted Files Coverage Δ
pkg/scan/list_image.go 90.9% <ø> (ø)
pkg/kab/patch_manifest.go 84.37% <100%> (+2.89%) :arrow_up:
pkg/scan/list_kind.go 85.71% <85.71%> (ø)
pkg/kab/uninstall.go 92.1% <92.1%> (ø)

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 f2f964d...bde13fb. Read the comment docs.