Registry / utility / fluxcd-pkg-tar

fluxcd-pkg-tar

JSON →
library1.2.0gogounverified

Provides utilities for managing tarball files in the Flux CD ecosystem.

go get github.com/fluxcd/pkg/tar
INSTALL
IMPORT
SIG · FLUXCD-PKG-TAR
F
fluxcd-pkg-tar
utilitygov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tar
github.com/fluxcd/pkg/tar

Extract a tarball to a directory using the Flux tar package.

package main import ( "fmt" "github.com/fluxcd/pkg/tar" ) func main() { err := tar.Untar("archive.tar.gz", "./output") if err != nil { fmt.Println(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fluxcd-pkg-tar — go get fluxcd-pkg-tar · libregistry