HUE-8617 [frontend] Add pubSub to the context selector for setting cluster/compute/namespace
This adds support for the following:
huePubSub.publish('context.selector.set.namespace', 'default');
huePubSub.publish('context.selector.set.compute', 'default');
huePubSub.publish('context.selector.set.cluster', 'default');