kubermemes/drone/types/volume.dhall

6 lines
148 B
Plaintext
Raw Normal View History

2020-01-23 20:50:23 +00:00
let HostVolume = ./hostVolume.dhall
in { Type = { name : Text, host : Optional HostVolume.Type }
, default = { name = "", host = None }
}