Closed alexzielenski closed 9 months ago
@alexzielenski: GitHub didn't allow me to request PR reviews from the following users: Schnides123.
Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs.
I'm okay with this as an approach. I haven't reviewed the implementation in detail. Since this is not API facing, I think we just need to get agreement on the go tag format internally.
@thockin @deads2k do you have any thoughts on this format? It seems to me that it expands our go tag support to handle the cases we need to handle, and avoids the "super long oneline gotags" that kubebuilder suffers from
LGTM once test issue is cleared (some kind of duplication)?
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: alexzielenski, Jefftree
The full list of commands accepted by this bot can be found here.
The pull request process is described here
adds ability to specify a raw/multiline string in kube-openapi marker comments to make longer strings more ergonomic to use
Syntax Example:
yields
key="validation line 2\nvalidation line 2"
Using
=
to specify multiple key-value pairs is now an error fork8s:validation
prefixed items. Lists must be specified using explicit indices/assign @Jefftree /cc @Schnides123