# Functions
BuildOpenAPIV2 builds OpenAPI v2 for the given crd in the given version.
No description provided by the author
MergeSpecs aggregates all OpenAPI specs, reusing the metadata of the first, static spec as the basis.
MergeSpecsV3 merges OpenAPI v3 specs for CRDs Conflicts belonging to the meta.v1 or autoscaling.v1 group versions are skipped as all CRDs reference those types Other conflicts will result in an error.
# Structs
CRDCanonicalTypeNamer implements CanonicalTypeNamer interface for CRDs to seed kube-openapi canonical type name without Go types.
Options contains builder options.