Documentation ¶
Overview ¶
Package helm provides utilities required by Chronologist to work with Helm releases.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnnotationFromRawRelease ¶
func AnnotationFromRawRelease(data string) (chronologist.Annotation, error)
AnnotationFromRawRelease makes a chronologist annotation from raw helm release data. This function always returns the same annotation for the same release.
func AnnotationFromRelease ¶
func AnnotationFromRelease(rel *release.Release) (chronologist.Annotation, error)
AnnotationFromRelease makes a chronologist annotation from helm release. This function always returns the same annotation for the same release.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.