istio / old_issues_repo

Deprecated issue-tracking repo, please post new issues or feature requests to istio/istio instead.
37 stars 9 forks source link

Incorrect package name in mesh.v1alpha1.config.proto #158

Open metacosm opened 6 years ago

metacosm commented 6 years ago

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

kyessenov commented 6 years ago

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

metacosm commented 6 years ago

Agreed.