Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HydrateValues ¶ added in v0.25.0
func HydrateValues(release *v1alpha1.Release, environment *v1alpha1.Environment, mappings *config.ValueMapping) (map[string]any, error)
Types ¶
type ManifestColorWriter ¶
type ManifestColorWriter struct {
// contains filtered or unexported fields
}
ManifestColorWriter colorizes helm manifest by searching for document breaks and source comments. The implementation is naive and depends on the write buffer not breaking lines. In theory this means colorization can fail, however in practice it works well enough.
type RenderOpts ¶
Click to show internal directories.
Click to hide internal directories.