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

11 lines
426 B
Plaintext

\(_params : {image : (Text), monitors : (List Text)}) ->
{ fsType = ([] : Optional (Text))
, image = _params.image
, keyring = ([] : Optional (Text))
, monitors = _params.monitors
, pool = ([] : Optional (Text))
, readOnly = ([] : Optional (Bool))
, secretRef = ([] : Optional (../types/io.k8s.api.core.v1.SecretReference.dhall))
, user = ([] : Optional (Text))
} : ../types/io.k8s.api.core.v1.RBDPersistentVolumeSource.dhall