mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
commit
16a76f1bd3
@ -298,7 +298,7 @@ type PersistentVolumeClaimStatus struct {
|
|||||||
// Phase represents the current phase of PersistentVolumeClaim
|
// Phase represents the current phase of PersistentVolumeClaim
|
||||||
Phase PersistentVolumeClaimPhase `json:"phase,omitempty"`
|
Phase PersistentVolumeClaimPhase `json:"phase,omitempty"`
|
||||||
// AccessModes contains all ways the volume backing the PVC can be mounted
|
// AccessModes contains all ways the volume backing the PVC can be mounted
|
||||||
AccessModes []AccessModeType `json:"accessModes,omitempty`
|
AccessModes []AccessModeType `json:"accessModes,omitempty"`
|
||||||
// Represents the actual resources of the underlying volume
|
// Represents the actual resources of the underlying volume
|
||||||
Capacity ResourceList `json:"capacity,omitempty"`
|
Capacity ResourceList `json:"capacity,omitempty"`
|
||||||
// VolumeRef is a reference to the PersistentVolume bound to the PersistentVolumeClaim
|
// VolumeRef is a reference to the PersistentVolume bound to the PersistentVolumeClaim
|
||||||
|
Loading…
Reference in New Issue
Block a user