Files
go/kubernetes/docs/V1PersistentVolumeClaimVolumeSource.md

12 lines
647 B
Markdown
Raw Normal View History

# V1PersistentVolumeClaimVolumeSource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2019-03-19 22:09:04 -07:00
**ClaimName** | **string** | 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 |
**ReadOnly** | **bool** | Will force the ReadOnly setting in VolumeMounts. Default false. | [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)