Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cat ¶
Cat reads YAML documents from the specified files and prints them one after another in the specified writer. If a YAML document has the same apiVersion, kind, namespace and name as a previous one it replaces it in the output.
func Stream ¶
Stream reads YAML documents from the specified reader and prints them one after another in the specified writer. If a YAML document has the same apiVersion, kind, namespace and name as a previous one it replaces it in the output.
func StreamDecodeOnly ¶
func StreamDecodeOnly(stream io.Reader) ([]*unstructured.Unstructured, error)
StreamDecodeOnly works like Stream, but returns a slice of unstructured objects instead of writing them to an output.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.