mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 21:53:10 +01:00
Closes #206 Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com> Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com> Co-authored-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
25 lines
732 B
YAML
25 lines
732 B
YAML
hiddenMemberFields:
|
|
- "TypeMeta"
|
|
|
|
externalPackages:
|
|
- match: ^k8s\.io/(api|apimachinery/pkg/apis)/
|
|
target: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#{{- lower .TypeIdentifier -}}-{{- arrIndex .PackageSegments -1 -}}-{{- arrIndex .PackageSegments -2 -}}
|
|
- match: ^github\.com/cloudnative-pg/barman-cloud
|
|
target: https://pkg.go.dev/github.com/cloudnative-pg/barman-cloud/pkg/api/#{{- .TypeIdentifier }}
|
|
|
|
hideTypePatterns:
|
|
- "ParseError$"
|
|
- "\\.ObjectStoreList$"
|
|
|
|
markdownDisabled: false
|
|
|
|
stripPrefix:
|
|
- k8s.io/api/
|
|
- k8s.io/apimachinery/pkg/apis/
|
|
|
|
apis:
|
|
- name: plugin-barman-cloud
|
|
title: API Reference
|
|
package: github.com/cloudnative-pg/plugin-barman-cloud
|
|
path: api/v1
|