# Functions
New returns a new zero'ed namespace object suitable for the specified type of namespace.
NewWithSimpleRef returns a new zero'ed namespace object via New and takes a "simple" namespace reference path (as opposed to a full-blown reference path slice).
# Structs
HierarchicalNamespace stores hierarchy information in addition to the information for plain namespaces.
PlainNamespace stores useful information about a concrete Linux kernel namespace.
UserNamespace stores ownership information in addition to the information for hierarchical namespaces.
# Interfaces
HierarchyConfigurer allows discovery and unmarshalling mechanisms to configure the information hold by hierarchical namespaces.
NamespaceConfigurer allows discovery and unmarshalling mechanisms to set up the information for a namespace.
UserConfigurer allows discovery and unmarshalling mechanisms to configure the information hold by user namespaces.