dhall-kubernetes/types/io.k8s.api.core.v1.CinderPersistentVolumeSource.dhall
2018-07-08 11:28:21 +02:00

6 lines
152 B
Plaintext

{ fsType : (Optional (Text))
, readOnly : (Optional (Bool))
, secretRef : (Optional (./io.k8s.api.core.v1.SecretReference.dhall))
, volumeID : (Text)
}