python/docs/V1PersistentVolumeClaimStatus.md
2016-11-02 13:38:36 -07:00

13 lines
756 B
Markdown

# V1PersistentVolumeClaimStatus
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**access_modes** | **list[str]** | AccessModes contains the actual access modes the volume backing the PVC has. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1 | [optional]
**capacity** | [**dict(str, ResourceQuantity)**](ResourceQuantity.md) | Represents the actual resources of the underlying volume. | [optional]
**phase** | **str** | Phase represents the current phase of PersistentVolumeClaim. | [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)