Kazan v0.11.0 Kazan.Apis.Core.V1.PersistentVolumeClaimStatus View Source
PersistentVolumeClaimStatus is the current status of a persistent volume claim.
OpenAPI Definition: io.k8s.api.core.v1.PersistentVolumeClaimStatus
Properties
access_modes:: [String]- AccessModes contains the actual access modes the volume backing the PVC has. More info.
capacity::Map- Represents the actual resources of the underlying volume.
conditions:: [Kazan.Apis.Core.V1.PersistentVolumeClaimCondition]- Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to ‘ResizeStarted’.
phase::String- Phase represents the current phase of PersistentVolumeClaim.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Core.V1.PersistentVolumeClaimStatus{
access_modes: [String.t()],
capacity: map(),
conditions: [Kazan.Apis.Core.V1.PersistentVolumeClaimCondition.t()],
phase: String.t()
}