dhall-kubernetes/default/io.k8s.api.storage.v1.VolumeAttachmentStatus.dhall
2019-03-25 12:32:48 +02:00

7 lines
377 B
Plaintext

\(_params : {attached : (Bool)}) ->
{ attachError = ([] : Optional (../types/io.k8s.api.storage.v1.VolumeError.dhall))
, attached = _params.attached
, attachmentMetadata = ([] : Optional ((List {mapKey : Text, mapValue : Text})))
, detachError = ([] : Optional (../types/io.k8s.api.storage.v1.VolumeError.dhall))
} : ../types/io.k8s.api.storage.v1.VolumeAttachmentStatus.dhall