envoyproxy/envoy

Support field masks across > 1 DynamicListener resource

Open

#9669 aperta il 13 gen 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/adminhelp wantedtech debt

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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.

Guida contributor