Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsEmptyDocument ¶
func IsEmptyDocument(document document) bool
IsEmptyDocument checks if a yaml document is empty (contains only comments)
func SplitDocuments ¶
func SplitDocuments(yamlBytes document) (documents []document, error error)
SplitDocuments reads the YAML bytes per-document, unmarshals the TypeMeta information from each document and returns a map between the GroupVersionKind of the document and the document bytes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.