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

13 lines
539 B
Plaintext

\(_params : {gateway : (Text), secretRef : (../types/io.k8s.api.core.v1.SecretReference.dhall), system : (Text)}) ->
{ fsType = ([] : Optional (Text))
, gateway = _params.gateway
, protectionDomain = ([] : Optional (Text))
, readOnly = ([] : Optional (Bool))
, secretRef = _params.secretRef
, sslEnabled = ([] : Optional (Bool))
, storageMode = ([] : Optional (Text))
, storagePool = ([] : Optional (Text))
, system = _params.system
, volumeName = ([] : Optional (Text))
} : ../types/io.k8s.api.core.v1.ScaleIOPersistentVolumeSource.dhall