# Functions
DefaultNamespacePatcher sets the namespace metadata field of namespace-scoped objects to the given namespace name if the field is not specified.
FixupPatcher fixes common issues with YAML files that are usually remediated by `kubectl apply` automatically.
Parse reads a stream of YAML documents from the given reader and parses them into Kubernetes objects according to the given runtime scheme.
# Interfaces
No description provided by the author
# Type aliases
PatcherFunc is the type of an object patcher than can be applied by Parse.