# Packages
Package defaultconfig provides the default transformer configurations.
# Functions
No description provided by the author
# Constants
Annotation is to mark a field as annotations.
Identity is to mark a field as Identity "x-kubernetes-identity": "".
Kind marks the type name of an object ref field "x-kubernetes-object-ref-kind": <kind name>.
LabelSelector is to mark a field as LabelSelector "x-kubernetes-label-selector": "".
NameKey marks the field key that refers to an object of an object ref field "x-kubernetes-object-ref-name-key": "name" default is "name".
Version marks the type version of an object ref field "x-kubernetes-object-ref-api-version": <apiVersion name>.
# Structs
Factory makes instances of TransformerConfig.
FieldSpec completely specifies a kustomizable field in an unstructured representation of a k8s API object.
NameBackReferences is an association between a gvk.GVK and a list of FieldSpec instances that could refer to it.
TransformerConfig holds the data needed to perform transformations.