elastic / elastic/crd-ref-docs
Support for +kubebuilder:validation:Required and omitempty
Open
- Dominant language
- Go
- Stars
- 173
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
The current code generates a ascii doc with the following
```
[cols="20a,50a,15a,15a", options="header"]
|===
| Field | Description | Default | Validation
| *`seg`* __string__ | Name of the SEG + | | Required: \{} +
|===
```
`Required: \{}` must be changed to `Required: True/False`.
Contributor guide
Assessment
This issue has not been assessed yet.