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

12 lines
336 B
Plaintext

{ fsType : (Optional (Text))
, gateway : (Text)
, protectionDomain : (Optional (Text))
, readOnly : (Optional (Bool))
, secretRef : (./io.k8s.api.core.v1.LocalObjectReference.dhall)
, sslEnabled : (Optional (Bool))
, storageMode : (Optional (Text))
, storagePool : (Optional (Text))
, system : (Text)
, volumeName : (Optional (Text))
}