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

6 lines
202 B
Plaintext

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