gen-crd-api-reference-docs
gen-crd-api-reference-docs copied to clipboard
API Reference Docs generator for Kubernetes CRDs (used by Knative, Kubeflow and others)
This way the resulted file would be the same each CI run for instance. The issue with more details could be found here: https://github.com/googleforgames/agones/issues/1690 The workaround for my use case...
Just went through a case where I was debugging an issue while updating this tool. Was hard to work out which binary version I had on what machine, so would...
Over in [service-apis](https://github.com/kubernetes-sigs), we have a CRD that uses Go type aliases: ```Go type ConfigMapsDefaultLocalObjectReference struct { ... } type GatewayClassParametersObjectReference = ConfigMapsDefaultLocalObjectReference type RouteHostExtensionObjectReference = ConfigMapsDefaultLocalObjectReference type RouteActionExtensionObjectReference =...
ref: https://github.com/knative/docs/pull/1552#issuecomment-506880975
If a field is a type that is linked to a following table, then would it be possible to not render the table for that type within the parent type?...
I get this error while building my CRD docs. > F0619 10:14:33.489771 188693 main.go:140] could not get apiVersion for package k8s.io/apiextensions-apiserver/pkg/apis/apiextensions: cannot infer kubernetes apiVersion of go package k8s.io/apiextensions-apiserver/pkg/apis/apiextensions (basename...
Fixes the display of maps where the key or value of the map is a type declared in the package being documented. The function `typeDisplayName()` is modified to be mildly...
In the generated documentation for [Azure Service Operator](https://azure.github.io/azure-service-operator/) (ASO), we noticed that the display names of fields with a map type weren't being simplified the same way that other types...
Unsure why but with go1.20 the tool doesn't recurse into sub-directories anymore. Script is invoked the following way https://github.com/knative/eventing/blob/main/hack/update-reference-docs.sh Output is ``` I0227 10:51:28.226464 96710 main.go:132] parsing go packages in...