Versions in this module Expand all Collapse all v0 v0.1.0 Jun 11, 2020 Changes in this version + var CustomResourceDefinitionTypeMeta = metav1.TypeMeta + func EnumJSON(enum []interface{}) []extensionsobj.JSON + func GetCustomResourceValidation(name string, ...) *extensionsobj.CustomResourceValidation + func GetCustomResourceValidations(fn GetAPIDefinitions) map[string]*extensionsobj.CustomResourceValidation + func OpenAPIRefCallBack(name string) spec.Ref + func SchemPropsMapToJSONMap(schemaMap map[string]spec.Schema, ...) map[string]extensionsobj.JSONSchemaProps + func SchemaOrArrayToJSONItems(schemaOrArray *spec.SchemaOrArray, ...) *extensionsobj.JSONSchemaPropsOrArray + func SchemaOrBoolToJSONProps(schemaOrBool *spec.SchemaOrBool, ...) *extensionsobj.JSONSchemaPropsOrBool + func SchemaPropsToJSONProps(schema *spec.Schema, openapiSpec map[string]common.OpenAPIDefinition, ...) *extensionsobj.JSONSchemaProps + func SchemaPropsToJSONPropsArray(schemas []spec.Schema, openapiSpec map[string]common.OpenAPIDefinition, ...) []extensionsobj.JSONSchemaProps + func StringOrArrayToString(strOrArray spec.StringOrArray) string + type GetAPIDefinitions func(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition