elastic / crd-ref-docs

Generates Kubernetes CRD API reference documentation
Apache License 2.0
104 stars 54 forks source link

Do not process a type if it is ignored #73

Closed barkbay closed 8 months ago

barkbay commented 8 months ago

Do not process a type if it's excluded.

barkbay commented 8 months ago

But before that, I think we want to keep to render inlined Embedded structs. We could then test ignoreTypes with another type:

In order to keep testing the inline feature I updated the ignoreTypes with the following:

  ignoreTypes:
    - "Embedded[2-4]$"

Let me know if this also matches what you have in mind.