python/kubernetes/docs/V1EphemeralVolumeSource.md
2021-09-13 12:59:16 -07:00

620 B

V1EphemeralVolumeSource

Represents an ephemeral volume that is handled by a normal storage driver.

Properties

Name Type Description Notes
read_only bool Specifies a read-only configuration for the volume. Defaults to false (read/write). [optional]
volume_claim_template V1PersistentVolumeClaimTemplate [optional]

[Back to Model list] [Back to API list] [Back to README]