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
But I have never found a complete documentation of the json configuration file when using the command line; this has caused me confusion, such as "What fields can I use in the configuration file?"
Of course, we can read the code, use json to deserialize the relevant code to find the corresponding structure, and then know the field name by looking at the golang struct tag; but this is too cumbersome, and many people don't understand the golang code.
The text was updated successfully, but these errors were encountered:
I learned about the cfssl tool in the kubernetes documentation, it's great;
But I have never found a complete documentation of the json configuration file when using the command line; this has caused me confusion, such as "What fields can I use in the configuration file?"
Of course, we can read the code, use json to deserialize the relevant code to find the corresponding structure, and then know the field name by looking at the golang struct tag; but this is too cumbersome, and many people don't understand the golang code.
The text was updated successfully, but these errors were encountered: