package
0.0.0-20170331182919-6c2d9fc8b9e6
Repository: https://github.com/helm/helm-classic.git
Documentation: pkg.go.dev

# Functions

DecodeFile returns a decoder pre-populated with the file contents.
SplitYAMLDocument is a bufio.SplitFunc for splitting a YAML document into individual documents.

# Variables

JSON is the default JSON encoder/decoder.
YAML is the default YAML encoder/decoder.

# Structs

Metadata provides just the basic metadata fields of an object.
Object describes some discrete instance of a Kind.

# Interfaces

Codec has an encoder and a decoder for a particular encoding.
Decoder decodes an encoded representation into one or many objects.
Encoder describes something capable of encoding to a given format.

# Type aliases

DecodeFunc is a func that can decode bytes into an interface.