old_issues_repo icon indicating copy to clipboard operation
old_issues_repo copied to clipboard

Incorrect package name in mesh.v1alpha1.config.proto

Open metacosm opened this issue 7 years ago • 2 comments

Bug: Yes

https://github.com/istio/api/blob/master/mesh/v1alpha1/config.proto#L19 package name is istio.mesh.v1apha1 but should be istio.mesh.v1alpha1

metacosm avatar Jan 09 '18 20:01 metacosm

/assign @rshriram the package name is overridden during proto compilation, so the bug has no effect, but should be cleaned up nevertheless.

kyessenov avatar Jan 09 '18 20:01 kyessenov

Agreed.

metacosm avatar Jan 09 '18 22:01 metacosm