WIP: add seekable tar pack/unpack
(unpack doesn't currently actually unpack the files, it just writes out their mediatypes)
$ ./bin/opm alpha pack internal/declcfg/testdata/valid > test.stargz
$ ./bin/opm alpha unpack test.stargz
internal/declcfg/testdata/valid/etcd.yaml application/vnd.opm.declcfg.json
internal/declcfg/testdata/valid/cockroachdb.json application/vnd.opm.declcfg.json
internal/declcfg/testdata/valid/unrecognized-schema.json application/vnd.opm.declcfg.json
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ecordell
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [ecordell]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Codecov Report
Merging #664 (673bef4) into master (68c1758) will decrease coverage by
0.02%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #664 +/- ##
==========================================
- Coverage 48.64% 48.63% -0.02%
==========================================
Files 88 88
Lines 7672 7672
==========================================
- Hits 3732 3731 -1
- Misses 3205 3206 +1
Partials 735 735
| Impacted Files | Coverage Δ | |
|---|---|---|
| pkg/registry/query.go | 61.07% <0.00%> (-0.68%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
@ecordell: PR needs rebase.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.