mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
6 lines
195 B
Plaintext
6 lines
195 B
Plaintext
\(_params : {volumeID : (Text)}) ->
|
|
{ fsType = ([] : Optional (Text))
|
|
, readOnly = ([] : Optional (Bool))
|
|
, volumeID = _params.volumeID
|
|
} : ../types/io.k8s.api.core.v1.PortworxVolumeSource.dhall
|