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

De-duplicate the apiGroup names (or qualify apiVersions) when the type comes from multiple packages

ahmetb opened this issue · comments

This recently happened in Knative, some types in the same apiGroup come from different Go packages, causing apiGroup listing to be duplicated.

OR maybe I misundersood this, and the types are coming from different apiVersions (like v1alpha1 + v1beta1) which is causing this.

knative/docs#1552 (comment)

Fixed in #9