Files
c/kubernetes/docs/v1_persistent_volume_claim_volume_source.md

12 lines
665 B
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# v1_persistent_volume_claim_volume_source_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**claim_name** | **char \*** | claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims |
**read_only** | **int** | readOnly Will force the ReadOnly setting in VolumeMounts. Default false. | [optional]
2021-03-17 16:35:19 +08:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)