mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-03-09 12:12:21 +01:00
Some checks failed
release-please / release-please (push) Failing after 4s
The crd-ref-docs tool v0.3.0 started rendering `+optional` Go markers as
`Optional: {}` in API documentation's validation column. This appeared
as redundant empty JSON objects since the Required column already
conveyed this information. The PR updates the documentation template to
filter these markers while keeping meaningful validation rules like
patterns and enums, and removes unnecessary customMarkers configuration.
Closes #722
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
18 lines
598 B
YAML
18 lines
598 B
YAML
processor:
|
|
ignoreGroupVersions:
|
|
- "GVK"
|
|
ignoreFields:
|
|
# - "status$"
|
|
- "TypeMeta$"
|
|
ignoreTypes:
|
|
- "ObjectStoreList$"
|
|
|
|
render:
|
|
# Version of Kubernetes to use when generating links to Kubernetes API documentation.
|
|
# renovate: datasource=git-refs depName=kubernetes/kubernetes lookupName=https://github.com/kubernetes/kubernetes
|
|
kubernetesVersion: 1.32
|
|
knownTypes:
|
|
- name: BarmanObjectStoreConfiguration
|
|
package: github.com/cloudnative-pg/barman-cloud/pkg/api
|
|
link: https://pkg.go.dev/github.com/cloudnative-pg/barman-cloud/pkg/api#BarmanObjectStoreConfiguration
|