You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.
Did you review https://istio.io/help/ and existing issues to identify if this is already solved or being worked on?: Yes
Bug:
Y
What Version of Istio and Kubernetes are you using, where did you get Istio from, Installation details
0.7.1
kubectl version: irrelevant
Is Istio Auth enabled or not ?
No / irrelevant
What happened:
Reference documents field names of Istio resources as using camelCase but the examples (and test data found at https://github.com/istio/istio/tree/master/mixer/testdata/config) use snake_case. The end result is that there is confusion as to which are the proper names for the fields.
What you expected to happen:
The reference should be authoritative and examples should conform to what is described.
How to reproduce it:
Just read the reference section on the istio.io website and try to reconcile the information in the reference with the actual examples.
Feature Request:
N
The text was updated successfully, but these errors were encountered:
Thanks for the report. Proto to JSON style is to use camel case, but the
parser is lenient and accepts snake_case as well. We should update our test
files to use camel case consistently.
On Mon, May 14, 2018 at 3:31 AM Chris Laprun ***@***.***> wrote:
*Is this a BUG or FEATURE REQUEST?:*
BUG
*Did you review https://istio.io/help/ <https://istio.io/help/> and
existing issues to identify if this is already solved or being worked on?*:
Yes
*Bug:*
Y
*What Version of Istio and Kubernetes are you using, where did you get
Istio from, Installation details*
0.7.1
kubectl version: irrelevant
*Is Istio Auth enabled or not ?*
No / irrelevant
*What happened*:
Reference documents field names of Istio resources as using camelCase but
the examples (and test data found at
https://github.com/istio/istio/tree/master/mixer/testdata/config) use
snake_case. The end result is that there is confusion as to which are the
proper names for the fields.
*What you expected to happen:*
The reference should be authoritative and examples should conform to what
is described.
*How to reproduce it:*
Just read the reference section on the istio.io website and try to
reconcile the information in the reference with the actual examples.
*Feature Request:*
N
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#337>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJGIxohyXv8ZK47fgDVm6KIZbasyRZeQks5tyVzxgaJpZM4T9iqL>
.
I gathered from some other part of the documentation that the parser is lenient, however, this is making automated generation of tools in different languages more complex (speaking from the Java side of things), not to mention causing confusion.
Is this a BUG or FEATURE REQUEST?:
BUG
Did you review https://istio.io/help/ and existing issues to identify if this is already solved or being worked on?: Yes
Bug:
Y
What Version of Istio and Kubernetes are you using, where did you get Istio from, Installation details
Is Istio Auth enabled or not ?
No / irrelevant
What happened:
Reference documents field names of Istio resources as using camelCase but the examples (and test data found at https://github.com/istio/istio/tree/master/mixer/testdata/config) use snake_case. The end result is that there is confusion as to which are the proper names for the fields.
What you expected to happen:
The reference should be authoritative and examples should conform to what is described.
How to reproduce it:
Just read the reference section on the istio.io website and try to reconcile the information in the reference with the actual examples.
Feature Request:
N
The text was updated successfully, but these errors were encountered: