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

11 lines
617 B
Plaintext

\(_params : {driver : (Text), volumeHandle : (Text)}) ->
{ controllerPublishSecretRef = ([] : Optional (../types/io.k8s.api.core.v1.SecretReference.dhall))
, driver = _params.driver
, fsType = ([] : Optional (Text))
, nodePublishSecretRef = ([] : Optional (../types/io.k8s.api.core.v1.SecretReference.dhall))
, nodeStageSecretRef = ([] : Optional (../types/io.k8s.api.core.v1.SecretReference.dhall))
, readOnly = ([] : Optional (Bool))
, volumeAttributes = ([] : Optional ((List {mapKey : Text, mapValue : Text})))
, volumeHandle = _params.volumeHandle
} : ../types/io.k8s.api.core.v1.CSIPersistentVolumeSource.dhall