crdsdev / doc

Automatic documentation for CustomResourceDefinitions
https://doc.crds.dev
Apache License 2.0
234 stars 35 forks source link

frontend: cannot read apiVersion of null #129

Open hasheddan opened 3 years ago

hasheddan commented 3 years ago

Seeing this error on a variety of tektoncd CRDs (e.g. https://doc.crds.dev/github.com/tektoncd/pipeline/tekton.dev/Run/v1alpha1@v0.20.0)

Uncaught TypeError: Cannot read property 'apiVersion' of null
hasheddan commented 3 years ago

Looks like this happens any time a CRD does not embed type metadata (example: https://github.com/arangodb/kube-arangodb/blob/9cbbec404f34463db55e29ebb7f5dbb8aa35d984/manifests/arango-crd.yaml)