Documentation ¶
Overview ¶
Package manifest contains tools for working with kubernetes manifests.
Much like other parts of helm, it does not generally require that the manifests be correct yaml, so these functions can be run on broken manifests to aid in user debugging
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest struct { Name string Content string Head *releaseutil.SimpleHead }
Manifest represents a manifest file, which has a name and some content.
func SplitManifests ¶
SplitManifests takes a map of rendered templates and splits them into the detected manifests.
Click to show internal directories.
Click to hide internal directories.