volumeMounts property
Volume to mount into the container's filesystem.
Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.
Implementation
core.List<VolumeMount>? volumeMounts;
Volume to mount into the container's filesystem.
Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.
core.List<VolumeMount>? volumeMounts;