# Functions
All returns a FilterFunc that filters a list of releases determined by the predicate 'f0 && f1 && ..
Any returns a FilterFunc that filters a list of releases determined by the predicate 'f0 || f1 || ..
InjectAnnotations adds key-value pairs to resource annotations.
MatchRelease matches two object and check if they are from same release.
MatchReleaseByString matches two object string and check if they are from same release.
Reverse reverses the list of releases sorted by the sort func.
SortByDate returns the list of releases sorted by a release's last deployed time (in seconds).
SortByName returns the list of releases sorted in lexicographical order.
SortByRevision returns the list of releases sorted by a release's revision number (release.Version).
SplitManifests takes a string of manifest and returns a map contains individual manifests.
StatusFilter filters a set of releases by status code.
# Constants
defaultNamespaceKey is the key of release namespace.
DefaultPathKey is the key of chart logic path.
defaultReleaseKey is the key of release name.
# Structs
SimpleHead defines what the structure of the head of a manifest file.
# Type aliases
AnnotationKey is annotation key of kubernetes object.
FilterFunc returns true if the release object satisfies the predicate of the underlying filter func.