Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a29a3a3

Browse files
committedJan 24, 2022
Update external API reference links for kubernetes-api types to v1.22
Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
1 parent 161fc7f commit a29a3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎hack/reference-docs-gen-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"typeMatchPrefix": "^k8s\\.io/(api|apimachinery/pkg/apis)/",
16-
"docsURLTemplate": "https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#{{lower .TypeIdentifier}}-{{arrIndex .PackageSegments -1}}-{{arrIndex .PackageSegments -2}}"
16+
"docsURLTemplate": "https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#{{lower .TypeIdentifier}}-{{arrIndex .PackageSegments -1}}-{{arrIndex .PackageSegments -2}}"
1717
},
1818
{
1919
"typeMatchPrefix": "^knative\\.dev/pkg/apis/duck",

0 commit comments

Comments
 (0)
Please sign in to comment.