Volume
Volume represents a volume mounted in a container and exposed by a node.
Properties
| Property | Type | Description |
|---|---|---|
| name | string |
Name of the volume mount in the container spec |
| type | string |
Type of volume mount (host/projected/etc). See Kubernetes documentation for details |
| sourcePath | string |
The path of the volume in the host (i.e node) filesystem |
| mountPath | string |
The path of the volume in the container filesystem |
| readonly | bool |
Whether the volume has been mounted with readonly access |