package
0.21.4
Repository: https://github.com/irisiris/kubernetes.git
Documentation: pkg.go.dev

# Functions

UnzipDir unzips all files from a given zip byte array into a given directory.
Create a zip of all files in a directory recursively, return a byte array and the number of files archived.
ZipWalker returns a filepath.WalkFunc that adds every filesystem node to the given *zip.Writer.