38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"hideMemberFields": [
|
|
"TypeMeta"
|
|
],
|
|
"hideTypePatterns": [
|
|
"ParseError$",
|
|
"List$"
|
|
],
|
|
"externalPackages": [
|
|
{
|
|
"typeMatchPrefix": "^k8s\\.io/apimachinery/pkg/apis/meta/v1\\.Duration$",
|
|
"docsURLTemplate": "https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#Duration"
|
|
},
|
|
{
|
|
"typeMatchPrefix": "^k8s\\.io/apimachinery/pkg/apis/meta/v1\\.Condition$",
|
|
"docsURLTemplate": "https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#Condition"
|
|
},
|
|
{
|
|
"typeMatchPrefix": "^k8s\\.io/(api|apimachinery/pkg/apis)/",
|
|
"docsURLTemplate": "https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#{{lower .TypeIdentifier}}-{{arrIndex .PackageSegments -1}}-{{arrIndex .PackageSegments -2}}"
|
|
},
|
|
{
|
|
"typeMatchPrefix": "^github.com/fluxcd/pkg/apis/meta",
|
|
"docsURLTemplate": "https://godoc.org/github.com/fluxcd/pkg/apis/meta#{{ .TypeIdentifier }}"
|
|
},
|
|
{
|
|
"typeMatchPrefix": "^github.com/fluxcd/pkg/apis/acl",
|
|
"docsURLTemplate": "https://godoc.org/github.com/fluxcd/pkg/apis/acl#{{ .TypeIdentifier }}"
|
|
}
|
|
],
|
|
"typeDisplayNamePrefixOverrides": {
|
|
"k8s.io/api/": "Kubernetes ",
|
|
"k8s.io/apimachinery/pkg/apis/": "Kubernetes ",
|
|
"github.com/fluxcd/pkg/apis/meta/": "Meta "
|
|
},
|
|
"markdownDisabled": false
|
|
}
|