package
1.5.0
Repository: https://github.com/fluxcd/source-controller.git
Documentation: pkg.go.dev

# Packages

Package ignore provides tools for writing ignore files (a la .gitignore).
No description provided by the author

# Functions

Load takes a string root and name, tries to resolve it to a file or directory, and then loads it securely without traversing outside of root.
LoadArchive loads from a reader containing a compressed tar archive.
LoadArchiveFiles reads in files out of an archive into memory.
Loader returns a new loader.ChartLoader appropriate for the given chart name.
LoadFile loads from an archive file.
NewSecureDirLoader returns a new SecureDirLoader, configured to the scope of the root and provided dir.
SecureLoadDir securely loads a chart from the path relative to root, without traversing outside root.

# Structs

SecureDirLoader securely loads a chart from a directory while resolving symlinks without including files outside root.

# Type aliases

FileLoader is equal to Helm's.