const ResourceListKind …
const ResourceListAPIVersion …
type ByteReadWriter …
func (rw *ByteReadWriter) Read() ([]*yaml.RNode, error) { … }
func (rw *ByteReadWriter) Write(nodes []*yaml.RNode) error { … }
func ParseAll(inputs ...string) ([]*yaml.RNode, error) { … }
func FromBytes(bs []byte) ([]*yaml.RNode, error) { … }
func StringAll(resources []*yaml.RNode) (string, error) { … }
type ByteReader …
var _ …
func splitDocuments(s string) ([]string, error) { … }
func (r *ByteReader) Read() ([]*yaml.RNode, error) { … }
func (r *ByteReader) decode(originalYAML string, index int, decoder *yaml.Decoder) (*yaml.RNode, error) { … }