dhall-kubernetes/types/io.k8s.api.storage.v1beta1.VolumeAttachmentStatus.dhall
2018-05-27 19:55:47 +02:00

6 lines
250 B
Plaintext

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