We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kubernetes-sigs/gateway-api
doc.crds.dev is incredibly useful, thank you!
doc.crds.dev
I'm interested in exploring Kubernetes Gateway API and wanted to browse the CRDs e.g. GRPCRoute using docs.crd.dev.
GRPCRoute
docs.crd.dev
It appears that parsing is broken after v0.4.3 (parsed) but not v0.5.0.
v0.5.0
This appears to correspond to a structural change in v0.5.0-rc1:
v0.5.0-rc1
config └── crd ├── experimental └── standard
Whereas previously this was v0.4.3:
v0.4.3
config └── crd ├── v1alpha1 └── v1alpha2
NOTE Event w/ v0.4.3, doc.crds.dev only finds the CRDs in v1alpha
v1alpha
doc.crds.devis incredibly useful, thank you!I'm interested in exploring Kubernetes Gateway API and wanted to browse the CRDs e.g.
GRPCRouteusingdocs.crd.dev.It appears that parsing is broken after v0.4.3 (parsed) but not
v0.5.0.This appears to correspond to a structural change in
v0.5.0-rc1:Whereas previously this was
v0.4.3: