crd-ref-docs
crd-ref-docs copied to clipboard
Adding `fieldPath` to CRD validation rules removes the whole API group doc
Problem statement
controller-tools 0.16.0 introduced support for fieldPath in CRD validation rules: https://github.com/kubernetes-sigs/controller-tools/pull/932
When adding those code markers crd-ref-docs removes the whole API group documentation for some reason.
Acceptance criteria
- [ ] As a user I can use
fieldPathfor my CRD validation rules and get documentation generated usingcrd-ref-docs.
Just tested bumping sigs.k8s.io/controller-tools to v0.17.0 and it seems to do the trick.
Any chance we can get https://github.com/elastic/crd-ref-docs/pull/102 merged and then a bump to 0.17.0?
@thbkrkr can you help here?
sigs.k8s.io/controller-tools has been updated to v0.17.0 in:
- https://github.com/elastic/crd-ref-docs/pull/122
sigs.k8s.io/controller-toolshas been updated tov0.17.0in:
- https://github.com/elastic/crd-ref-docs/pull/122
Thanks! Any chance to release 0.1.1 with these changes?