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

7 lines
263 B
Plaintext

\(_params : {volumePath : (Text)}) ->
{ fsType = ([] : Optional (Text))
, storagePolicyID = ([] : Optional (Text))
, storagePolicyName = ([] : Optional (Text))
, volumePath = _params.volumePath
} : ../types/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource.dhall