Cloud API Overview > @adpt/cloud > k8s > PodProps > volumes
k8s.PodProps.volumes property
List of volumes that can be mounted by containers belonging to the pod.
More info: https://kubernetes.io/docs/concepts/storage/volumes
Signature:
volumes?: Volume[];