gen-crd-api-reference-docs
gen-crd-api-reference-docs copied to clipboard
configure rendering of inner table for inner field type
If a field is a type that is linked to a following table, then would it be possible to not render the table for that type within the parent type? For example: TFJob.spec -> TFJobSpec, there is a table rendered in TFJob and the same content rendered in a table as TFJobSpec. Seems like the link to the TFJobSpec in TFJob would be enough.