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

6 lines
240 B
Plaintext

{ attachError : (Optional (./io.k8s.api.storage.v1.VolumeError.dhall))
, attached : (Bool)
, attachmentMetadata : (Optional ((List {mapKey : Text, mapValue : Text})))
, detachError : (Optional (./io.k8s.api.storage.v1.VolumeError.dhall))
}