mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
7 lines
377 B
Plaintext
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
|