Skip to content

Commit

Permalink
Update CRD API reference to Kubernetes 1.18 (#2009)
Browse files Browse the repository at this point in the history
Work on #1971

Co-authored-by: pooneh-m <[email protected]>
  • Loading branch information
markmandel and pooneh-m authored Feb 26, 2021
1 parent 5a182ad commit e266dad
Show file tree
Hide file tree
Showing 2 changed files with 2,020 additions and 2,021 deletions.
2 changes: 1 addition & 1 deletion site/assets/templates/crd-doc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"typeMatchPrefix": "^k8s\\.io/(api|apimachinery/pkg/apis)/",
"docsURLTemplate": "https://v1-17.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#{{lower .TypeIdentifier}}-{{arrIndex .PackageSegments -1}}-{{arrIndex .PackageSegments -2}}"
"docsURLTemplate": "https://v1-18.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#{{lower .TypeIdentifier}}-{{arrIndex .PackageSegments -1}}-{{arrIndex .PackageSegments -2}}"
},
{
"typeMatchPrefix": "^github\\.com/knative/pkg/apis/duck/",
Expand Down
Loading

0 comments on commit e266dad

Please sign in to comment.