elastic / crd-ref-docs

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

Can't override links to already built-in types #90

Open mowies opened 3 months ago

mowies commented 3 months ago

I am trying to override a link to the Quanity type from k8s.io/apimachinery/pkg/api/resource (Link).

But the generator is not respecting my config at all and uses the built-in k8s generated API links.

Seems to me that this is not an issue specific to my type but rather a general issue.

I provided a draft PR to showcase the issue.