mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
fee24c0993
For lack of a better term, I'm calling the `{ Type = …, default = … }` record that the record completion operator expects a "schema". This change adds `dhall-kubernetes` support for auto-generating these schemas for ease of use with the new `::` operator. See the included example for how this would be used
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
{ Type =
|
|
./../types/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrBool.dhall
|
|
, default =
|
|
./../defaults/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrBool.dhall
|
|
}
|