dhall-kubernetes/examples/myConfig.dhall
Fabrizio Ferrai f8be1d55bc
Add high level API (#34)
This adds a high level API (+ tests) for:
- Deployment.v1
- Service.v1
2018-09-13 13:33:48 +03:00

5 lines
70 B
Plaintext

{ name = "foo"
, host = "foo.example.com"
, version = "1.0.1"
}