dhall-kubernetes/default/io.k8s.api.core.v1.FCVolumeSource.dhall
Fabrizio Ferrai 6acb5b3e18 Update to Dhall 1.14
Switch Integer to Natural
2018-07-08 20:47:09 +03:00

7 lines
238 B
Plaintext

{ fsType = ([] : Optional (Text))
, lun = ([] : Optional (Natural))
, readOnly = ([] : Optional (Bool))
, targetWWNs = ([] : Optional (List Text))
, wwids = ([] : Optional (List Text))
} : ../types/io.k8s.api.core.v1.FCVolumeSource.dhall