# Functions
NewStorage creates the storage helper for a given path and hostname.
SourceIgnoreFilter returns an ArchiveFileFilter that filters out files matching sourceignore.VCSPatterns and any of the provided patterns.
# Constants
No description provided by the author
# Structs
BucketReconciler reconciles a v1beta2.Bucket object.
No description provided by the author
GitRepositoryReconciler reconciles a v1beta2.GitRepository object.
No description provided by the author
HelmChartReconciler reconciles a HelmChart object.
No description provided by the author
HelmRepositoryOCI Reconciler reconciles a v1beta2.HelmRepository object of type OCI.
HelmRepositoryReconciler reconciles a v1beta2.HelmRepository object.
No description provided by the author
OCIRepositoryReconciler reconciles a v1beta2.OCIRepository object.
No description provided by the author
No description provided by the author
Storage manages artifacts.
# Interfaces
BucketProvider is an interface for fetching objects from a storage provider bucket.
# Type aliases
ArchiveFileFilter must return true if a file should not be included in the archive after inspecting the given path and/or os.FileInfo.
RegistryClientGeneratorFunc is a function that returns a registry client and an optional file name.