keikoproj / aws-auth

Manage the aws-auth config map for EKS Kubernetes clusters
Apache License 2.0
182 stars 26 forks source link

feat: Add "Get" command to display mappings as a table #46

Closed eytan-avisror closed 2 years ago

eytan-avisror commented 2 years ago

Also Fixes #44 Fixes #25

Included with this PR:

codecov[bot] commented 2 years ago

Codecov Report

Merging #46 (35da19f) into master (caf3194) will increase coverage by 3.98%. The diff coverage is 94.28%.

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   82.01%   86.00%   +3.98%     
==========================================
  Files           4        5       +1     
  Lines         317      343      +26     
==========================================
+ Hits          260      295      +35     
+ Misses         32       25       -7     
+ Partials       25       23       -2     
Impacted Files Coverage Δ
pkg/mapper/types.go 79.48% <71.42%> (+10.15%) :arrow_up:
pkg/mapper/configmaps.go 61.11% <100.00%> (+5.55%) :arrow_up:
pkg/mapper/get.go 100.00% <100.00%> (ø)
pkg/mapper/remove.go 88.46% <100.00%> (+0.70%) :arrow_up:
pkg/mapper/upsert.go 94.59% <100.00%> (+0.15%) :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 caf3194...35da19f. Read the comment docs.