dhall-kubernetes/types/io.k8s.api.core.v1.RBDPersistentVolumeSource.dhall
2018-06-01 11:36:53 +02:00

10 lines
258 B
Plaintext

{ fsType : (Optional (Text))
, image : (Text)
, keyring : (Optional (Text))
, monitors : (List Text)
, pool : (Optional (Text))
, readOnly : (Optional (Bool))
, secretRef : (Optional (./io.k8s.api.core.v1.SecretReference.dhall))
, user : (Optional (Text))
}