envoyproxy/envoy

Support field masks across > 1 DynamicListener resource

Open

#9.669 aberto em 13 de jan. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/adminhelp wantedtech debt

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

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.

Guia do colaborador