# Functions
AppendDeletesTo appends all delete selectors found in the given YAML node to the given destination slice.
NewDecoder initializes and returns a `Decoder`.
# Constants
ManifestAPIVersionKey is the string indicating a manifest's version.
ManifestDeprecatedKeyCluster represents the deprecated v1alpha1 manifest.
ManifestDeprecatedKeyDebug represents the deprecated v1alpha1 manifest.
ManifestDeprecatedKeyMachine represents the deprecated v1alpha1 manifest.
ManifestDeprecatedKeyPersist represents the deprecated v1alpha1 manifest.
ManifestKindKey is the string indicating a manifest's kind.
# Variables
ErrLookupFailed is returned when the lookup failed.
ErrMissingKind indicates that the manifest is missing a kind.
ErrZeroedDocument is returned when the document is empty after applying the delete selector.
# Interfaces
Selector represents a delete selector for a document.