volumes property

List<Volume>? volumes
final

List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes.

Implementation

final List<Volume>? volumes;