envoyproxy/envoy

Support field masks across > 1 DynamicListener resource

Open

#9,669 创建于 2020年1月13日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/adminhelp wantedtech debt

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

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.

贡献者指南