Back to Crossplane

ParentDescription

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

1.19-archive327 B
Original Source

{{/* Print the description for the top level CRD element. */}} {{ $group := .spec.group }} {{ $kind := .spec.names.kind }} {{ $version := .version }} {{ $bigName := partial "apiBuilder/checkBigName" $kind }} {{/* bigName-reset prevents the description from expanding into the x-scroll */}}

{{ .description | markdownify}}