envoyproxy/envoy
GitHub で見るSupport field masks across > 1 DynamicListener resource
Open
#9,669 opened on 2020年1月13日
area/adminhelp wantedtech debt
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
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.