api: fix ruby package naming conflicts (#7369)
This fixes for ruby what https://github.com/envoyproxy/envoy/pull/3854 fixed for C#. Description: The existing protos yield a ruby module and class with the same name for both cluster and listener. This fixes for ruby what https://github.com/envoyproxy/envoy/pull/3854 fixed for C#. Risk Level: Low Testing: I successfully generated valid envoy configurations using the ruby code generated by these updated protos. Docs Changes: N/A Release Notes: Ruby module name overrides for data plane api proto definitions. Signed-off-by: Justin Stallard <jstallard@gmail.com> Mirrored from https://github.com/envoyproxy/envoy @ 47925a53e67645fa20ca60a5c3257084bd870994pull/620/head
parent
d302f3dde7
commit
78fff01c8a
3 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue