Open mowies opened 3 months ago
I am trying to override a link to the Quanity type from k8s.io/apimachinery/pkg/api/resource (Link).
k8s.io/apimachinery/pkg/api/resource
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.
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.