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:
Now
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces
andreflector.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