dhall-kubernetes/schemas/io.k8s.api.authorization.v1.SelfSubjectRulesReview.dhall
Gabriel Gonzalez 7ac1a4cfb7 Add dhall-kubernetes support for "schemas"
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-10-19 13:34:24 -07:00

6 lines
170 B
Plaintext

{ Type =
./../types/io.k8s.api.authorization.v1.SelfSubjectRulesReview.dhall
, default =
./../defaults/io.k8s.api.authorization.v1.SelfSubjectRulesReview.dhall
}