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

8 lines
342 B
Plaintext

\(_params : {driver : (Text)}) ->
{ driver = _params.driver
, fsType = ([] : Optional (Text))
, options = ([] : Optional ((List {mapKey : Text, mapValue : Text})))
, readOnly = ([] : Optional (Bool))
, secretRef = ([] : Optional (../types/io.k8s.api.core.v1.LocalObjectReference.dhall))
} : ../types/io.k8s.api.core.v1.FlexVolumeSource.dhall