# Functions
Digest calculates the digest of the given Observation by JSON encoding it into a hash.Hash of the given digest.Algorithm.
GetTestHooks returns the list of test hooks for the given release, indexed by hook name.
IgnoreHookTestEvents ignores test event hooks.
IsHookForEvent returns if the given hook fires on the provided event.
ObservedToSnapshot returns a v2.Snapshot constructed from the Observation data.
ObserveRelease deep copies the values from the provided release.Release into a new Observation while omitting all chart data except metadata.
ShortenName returns a short release name in the format of '<shortened releaseName>-<hash>' for the given name if it exceeds 53 characters in length.
TestHooksFromRelease returns the list of v2.TestHookStatus for the given release, indexed by name.
# Variables
No description provided by the author
# Structs
Observation is a copy of a Helm release object, as observed to be written to the storage by a storage.Observer.
# Type aliases
DataFilter allows for filtering data from the returned Observation while making an observation.