Back to Crossplane

DownloadLink

themes/geekboot/layouts/partials/apiBuilder/downloadLink.html

1.19-archive532 B
Original Source

{{/* Generate the proper HTML for the link to download the YAML file of the CRD */}} {{ $bigName := partial "apiBuilder/checkBigName" .kind }} {{ if $bigName }} {{/* BigNames hide the group and version. This prints the group/version on the same row as the download link */}}

YAML

{{.group}}/{{.version}}

Expand All

Collapse All

{{ else }} YAML {{ end }} {{/* If it's mobile view we don't show the download link and instead only show the group/version */}} {{.group}}/{{.version}}