dhall-kubernetes/schemas/io.k8s.api.certificates.v1beta1.CertificateSigningRequest.dhall
Gabriel Gonzalez fee24c0993
Add dhall-kubernetes support for "schemas" (#84)
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
2019-11-18 08:22:19 -08:00

6 lines
184 B
Plaintext

{ Type =
./../types/io.k8s.api.certificates.v1beta1.CertificateSigningRequest.dhall
, default =
./../defaults/io.k8s.api.certificates.v1beta1.CertificateSigningRequest.dhall
}