envoyproxy/envoy

Support field masks across > 1 DynamicListener resource

Open

#9 669 ouverte le 13 janv. 2020

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/adminhelp wantedtech debt

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

https://github.com/envoyproxy/envoy/pull/9633 introduced an assumption that field masks will operate on at most one Any resource at a time. A single DynamicListener, might legitimately refer to both a warming and active listener by the same name and thus require a field mask capable of indexing through two (or more) Any resources.

Guide contributeur