VolumeMount Class

Volume mount for the Container App.

Constructor

VolumeMount()

Variables

Name Description
volume_name
str

This must match the Name of a Volume.

mount_path
str

Path within the container at which the volume should be mounted.Must not contain ':'.

sub_path
str

Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

Attributes

mountPath

'.

mountPath: str

subPath

Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

subPath: str

volumeName

This must match the Name of a Volume.

volumeName: str