It would be very useful to apply a pod executor config to all possible tags of a function, unlike for the go and binary executor where we know exactly what version we have compiled into the BuiltinEvaluator or the function-runner image.
Add the possibility for a "*" entry in the tag list of only the pod executor config, which is a catch-all for any tag.
Check if this functionality may be covered by #1094, if it is, then make sure this catch-all tag is not allowed from the other two configs.
It would be very useful to apply a pod executor config to all possible tags of a function, unlike for the go and binary executor where we know exactly what version we have compiled into the BuiltinEvaluator or the function-runner image.
Add the possibility for a "*" entry in the tag list of only the pod executor config, which is a catch-all for any tag.
Check if this functionality may be covered by #1094, if it is, then make sure this catch-all tag is not allowed from the other two configs.