dhall-kubernetes/default/io.k8s.api.core.v1.NFSVolumeSource.dhall
2018-05-27 19:55:47 +02:00

6 lines
187 B
Plaintext

\(_params : {path : (Text), server : (Text)}) ->
{ path = _params.path
, readOnly = ([] : Optional (Bool))
, server = _params.server
} : ../types/io.k8s.api.core.v1.NFSVolumeSource.dhall