core.v1.persistentVolumeClaimStatus
"PersistentVolumeClaimStatus is the current status of a persistent volume claim."
Index
fn withAccessModes(accessModes)
fn withAccessModesMixin(accessModes)
fn withCapacity(capacity)
fn withCapacityMixin(capacity)
fn withConditions(conditions)
fn withConditionsMixin(conditions)
fn withPhase(phase)
Fields
fn withAccessModes
withAccessModes(accessModes)
"AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1"
fn withAccessModesMixin
withAccessModesMixin(accessModes)
"AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1"
Note: This function appends passed data to existing values
fn withCapacity
withCapacity(capacity)
"Represents the actual resources of the underlying volume."
fn withCapacityMixin
withCapacityMixin(capacity)
"Represents the actual resources of the underlying volume."
Note: This function appends passed data to existing values
fn withConditions
withConditions(conditions)
"Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'."
fn withConditionsMixin
withConditionsMixin(conditions)
"Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'."
Note: This function appends passed data to existing values
fn withPhase
withPhase(phase)
"Phase represents the current phase of PersistentVolumeClaim."