dhall-kubernetes/default/io.k8s.api.core.v1.GlusterfsPersistentVolumeSource.dhall
2019-03-25 12:32:48 +02:00

7 lines
258 B
Plaintext

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