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

13 lines
380 B
Plaintext

{ chapAuthDiscovery : (Optional (Bool))
, chapAuthSession : (Optional (Bool))
, fsType : (Optional (Text))
, initiatorName : (Optional (Text))
, iqn : (Text)
, iscsiInterface : (Optional (Text))
, lun : (Natural)
, portals : (Optional (List Text))
, readOnly : (Optional (Bool))
, secretRef : (Optional (./io.k8s.api.core.v1.LocalObjectReference.dhall))
, targetPortal : (Text)
}