# Packages
No description provided by the author
# Functions
Filter filters the given objs to return only those matching the given filters (if any).
LoadObjectsFromEmbedFS loads all the kubernetes objects from an embedded filesystem and returns a list of Unstructured objects that can be applied in the cluster.
NewProcessor returns a new Processor.
# Variables
RetainAllButNamespaces a func to retain all but namespaces.
RetainNamespaces a func to retain only namespaces.
# Type aliases
FilterFunc a function to retain an object or not.