Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.67 KB

PodStorageConfig.md

File metadata and controls

23 lines (13 loc) · 1.67 KB

PodStorageConfig

Properties

Name Type Description Notes
imageVolumes List<ImageVolume> Image volumes bind-mount a container-image mount into the pod's infra container. Optional. [optional]
mounts List<Mount> Mounts are mounts that will be added to the pod. These will supersede Image Volumes and VolumesFrom volumes where there are conflicts. Optional. [optional]
overlayVolumes List<OverlayVolume> Overlay volumes are named volumes that will be added to the pod. Optional. [optional]
shmSize Long ShmSize is the size of the tmpfs to mount in at /dev/shm, in bytes. Conflicts with ShmSize if IpcNS is not private. Optional. [optional]
shmSizeSystemd Long ShmSizeSystemd is the size of systemd-specific tmpfs mounts specifically /run, /run/lock, /var/log/journal and /tmp. Optional [optional]
volumes List<NamedVolume> Volumes are named volumes that will be added to the pod. These will supersede Image Volumes and VolumesFrom volumes where there are conflicts. Optional. [optional]
volumesFrom List<String> VolumesFrom is a set of containers whose volumes will be added to this pod. The name or ID of the container must be provided, and may optionally be followed by a : and then one or more comma-separated options. Valid options are 'ro', 'rw', and 'z'. Options will be used for all volumes sourced from the container. [optional]

Implemented Interfaces

  • Serializable