mirror of
https://github.com/rancher/k3k.git
synced 2026-04-09 12:16:54 +00:00
9 lines
277 B
YAML
9 lines
277 B
YAML
processor:
|
|
# RE2 regular expressions describing type fields that should be excluded from the generated documentation.
|
|
ignoreFields:
|
|
- "TypeMeta$"
|
|
|
|
render:
|
|
# Version of Kubernetes to use when generating links to Kubernetes API documentation.
|
|
kubernetesVersion: "1.31"
|