You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each alias has unique doc comments describing how it should be used in context.
What happens is that a single documentation block for ConfigMapsDefaultLocalObjectReference gets generated, and it takes the comments from one of the aliases.
Over in service-apis, we have a CRD that uses Go type aliases:
Each alias has unique doc comments describing how it should be used in context.
What happens is that a single documentation block for
ConfigMapsDefaultLocalObjectReference
gets generated, and it takes the comments from one of the aliases.https://kubernetes-sigs.github.io/service-apis/spec/#networking.x-k8s.io/v1alpha1.ConfigMapsDefaultLocalObjectReference
What I'm hoping for is for each alias to emit its own unique documentation, and probably inline the fields of the type it is aliasing.
The text was updated successfully, but these errors were encountered: