# Functions

ApplyDefinitionsForKeysGo collects markers and AST info on Go type declarations and struct fields to populate csv spec fields.
MakeFullGroupFromName returns everything but the first element of a CRD name, which by definition is <resource>.<full group>.
MakeGroupFromFullGroup returns the first element of an API group, ex.

# Structs

Description is a type used to receive type-level CRD description markers.
Descriptor is a type used to receive field-level spec and status descriptor markers.

# Type aliases

Resource is a list of strings defining a CRD description resource.
Resources is a list of resource definitions.