mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
Type alias for spec.Schema
This commit is contained in:
@@ -25,7 +25,7 @@ type OpenAPIDefinition struct {
|
|||||||
Dependencies []string
|
Dependencies []string
|
||||||
}
|
}
|
||||||
|
|
||||||
type myProperties map[string]spec.Schema
|
type myProperties = map[string]spec.Schema
|
||||||
type nameToApiMap map[string]OpenAPIDefinition
|
type nameToApiMap map[string]OpenAPIDefinition
|
||||||
|
|
||||||
// LoadConfigFromCRDs parse CRD schemas from paths into a TransformerConfig
|
// LoadConfigFromCRDs parse CRD schemas from paths into a TransformerConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user