Skip to content

Commit

Permalink
Upgrade crd-ref-docs (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
koct9i authored Nov 4, 2024
1 parent 8f41ba4 commit 546f988
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ ENVTEST_VERSION ?= latest
## golangci-lint version.
GOLANGCI_LINT_VERSION ?= v1.61.0
GINKGO_VERSION ?= $(call go-get-version,github.com/onsi/ginkgo/v2)
CRD_REF_DOCS_VERSION ?= v0.0.12
CRD_REF_DOCS_VERSION ?= v0.1.0
## kind version.
KIND_VERSION ?= v0.22.0
CERT_MANAGER_VERSION ?= v1.14.4
Expand Down
2 changes: 0 additions & 2 deletions config/crd-ref-docs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ processor:
ignoreTypes:
- "(Chyt|RemoteExecNodes|RemoteYtsaurus|Spyt|Ytsaurus)List$"
# - "CommonSpec$"
- "(Chyt|RemoteExecNode|Spyt)ReleaseStatus$"
# RE2 regular expressions describing type fields that should be excluded from the generated documentation.
ignoreFields:
- "status$"
- "TypeMeta$"

render:
Expand Down
Loading

0 comments on commit 546f988

Please sign in to comment.