Is it possible to query if a particular namespace exists?
I'm attempting to detect 3rd party configuration un-intrusively by checking which namespaces exist.
I suppose I can just check for a specific parameter in said namespace, but that feels a little wrong/less robust than checking for the namespace directly.