type OpenAPIDefinition …
type myProperties …
type nameToApiMap …
func LoadConfigFromCRDs(
ldr ifc.Loader, paths []string) (*builtinconfig.TransformerConfig, error) { … }
func makeNameToApiMap(content []byte) (result nameToApiMap, err error) { … }
func makeConfigFromApiMap(m nameToApiMap) (*builtinconfig.TransformerConfig, error) { … }
func makeGvkFromTypeName(n string) resid.Gvk { … }
func looksLikeAk8sType(properties myProperties) bool { … }
const xAnnotation …
const xLabelSelector …
const xIdentity …
const xVersion …
const xKind …
const xNameKey …
func loadCrdIntoConfig(
theConfig *builtinconfig.TransformerConfig, theGvk resid.Gvk, theMap nameToApiMap,
typeName string, path []string) (err error) { … }
func makeFs(in resid.Gvk, path []string) types.FieldSpec { … }