Commit Graph

6 Commits

Author SHA1 Message Date
Qiming Teng 79a86279a7 Config API for v1.28 2023-08-16 17:16:27 +08:00
Qiming Teng f8d4d5e0fd Fix generated config API for API server encryption
There are limitations in the generator when parsing ambiguous strings
such as `*`, `<` etc. `*` is used in Markdown for emphasis, but some
comments are using the literal '*' without properly escaping it.
`<` and `>` are not allowed in Markdown parser. The generated content
for this is at best some warning strings.

This PR fixes this issue manually.

An ideal fix would be proposed to the upstream source code wherever
these happen.
2023-05-09 10:42:21 +08:00
Qiming Teng 944de8f44e Update configuration API reference for v1.27 2023-04-12 08:05:58 +08:00
Qiming Teng 57f5790d52 Config API for v1.25 2022-08-24 14:55:25 +08:00
Rita Zhang f367ff60e1
feat: KMS v2alpha1
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2022-08-16 17:32:01 -07:00
Qiming Teng 3e58334b07 Add configuration reference for API server encryption 2022-02-10 11:27:52 +08:00