dhall-kubernetes/examples
Gabriel Gonzalez 381306bcc3
Go back to using --omitNull instead of --omitEmpty (#110)
Fixes https://github.com/dhall-lang/dhall-kubernetes/issues/86

The motivation of this is to more accurately model the Kubernetes
API semantics by not auto-omitting empty fields.  This is because
a field set to `Some ([] : List T)` is not necessarily the same
as `None (List T)`.

This makes the typical case a bit more verbose (more `Some`s), but
the difference to the `./examples` shows that it's not too bad.
2020-01-31 06:52:20 -08:00
..
out Go back to using --omitNull instead of --omitEmpty (#110) 2020-01-31 06:52:20 -08:00
aws-iam-authenticator-chart.dhall Go back to using --omitNull instead of --omitEmpty (#110) 2020-01-31 06:52:20 -08:00
deployment.dhall Go back to using --omitNull instead of --omitEmpty (#110) 2020-01-31 06:52:20 -08:00
deploymentSimple.dhall Go back to using --omitNull instead of --omitEmpty (#110) 2020-01-31 06:52:20 -08:00
ingress.dhall Go back to using --omitNull instead of --omitEmpty (#110) 2020-01-31 06:52:20 -08:00
service.dhall Go back to using --omitNull instead of --omitEmpty (#110) 2020-01-31 06:52:20 -08:00