volumeMounts property
Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated.
Implementation
final List<VolumeMount>? volumeMounts;
Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated.
final List<VolumeMount>? volumeMounts;