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

13 lines
620 B
Markdown

# 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**](V1PersistentVolumeClaimTemplate.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)