ahmetb / gen-crd-api-reference-docs

API Reference Docs generator for Kubernetes CRDs (used by Knative, Kubeflow and others)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

configure rendering of inner table for inner field type

kbhawkey opened this issue · comments

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.