/dhall-kubernetes-1.12-v4.0.0/types/io.k8s.api.storage.v1beta1.VolumeAttachmentStatus.dhall

Copy path to clipboard

Source

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