Merge pull request #3730 from monopole/typeAlias

Type alias for spec.Schema
This commit is contained in:
Jeff Regan
2021-03-16 16:54:41 -07:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ type OpenAPIDefinition struct {
Dependencies []string
}
type myProperties map[string]spec.Schema
type myProperties = map[string]spec.Schema
type nameToApiMap map[string]OpenAPIDefinition
// LoadConfigFromCRDs parse CRD schemas from paths into a TransformerConfig