Back to Crossplane

PrintGKVExpander

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

1.19-archive538 B
Original Source

{{/* Print the CRD top-level expandable row */}} {{ $group := .group }} {{ $kind := .kind }} {{ $version := .version }} {{ $deprecated := .deprecated }} {{ $bigName := partial "apiBuilder/checkBigName" $kind }} {{/* Collapse/Expand Button and Kind name */}}

{{/* Plus/Minus Button */}} {{/* CRD name text */}} {{ $kind }}{{ if $deprecated }} (deprecated){{ end }} {{/* If the CRD name is longer than 24 characters hide the other fields, regardless of viewport size */}} {{ $group }}/{{ $version }}

Expand All

Collapse All