Documentation ¶
Overview ¶
Package yaml provides tools for encoding and decoding YAML.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
Decoder is a YAML decoder.
func (*Decoder) Decode ¶
func (d *Decoder) Decode(visitFunc func(obj *unstructured.Unstructured) error) error
Decode decodes YAML into a list of unstructured objects.
Click to show internal directories.
Click to hide internal directories.