in modules/python/clients/kubernetes_client.py [0:0]
def get_attached_volume_attachments(self):
volume_attachments = self.get_volume_attachments()
return [attachment for attachment in volume_attachments if attachment.status.attached]