Now reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces and reflector.v1.k8s.emberstack.com/reflection-auto-namespaces support only names of namespaces.
k8s has the concept of labels and label selectors.
It would be nice to support label selectors in reflector, e.g. add new annotations:
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces-selector: label-selector
reflector.v1.k8s.emberstack.com/reflection-auto-namespaces-selector: label-selector
Label selectors are supported by kubernetes-replicator, config-syncer
Now
reflector.v1.k8s.emberstack.com/reflection-allowed-namespacesandreflector.v1.k8s.emberstack.com/reflection-auto-namespacessupport only names of namespaces.k8s has the concept of labels and label selectors.
It would be nice to support label selectors in reflector, e.g. add new annotations:
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces-selector: label-selectorreflector.v1.k8s.emberstack.com/reflection-auto-namespaces-selector: label-selectorLabel selectors are supported by kubernetes-replicator, config-syncer