dhall-kubernetes/types/io.k8s.api.storage.v1alpha1.VolumeAttachmentStatus.dhall

6 lines
252 B
Plaintext
Raw Normal View History

2018-05-26 23:18:13 +03:00
{ attachError : (Optional (./io.k8s.api.storage.v1alpha1.VolumeError.dhall))
, attached : (Bool)
, attachmentMetadata : (Optional ((List {mapKey : Text, mapValue : Text})))
, detachError : (Optional (./io.k8s.api.storage.v1alpha1.VolumeError.dhall))
}