Struct k8s_openapi::v1_10::api::core::v1::PersistentVolumeClaimCondition [−][src]
pub struct PersistentVolumeClaimCondition { pub last_probe_time: Option<Time>, pub last_transition_time: Option<Time>, pub message: Option<String>, pub reason: Option<String>, pub status: String, pub type_: String, }
PersistentVolumeClaimCondition contails details about state of pvc
Fields
last_probe_time: Option<Time>
Last time we probed the condition.
last_transition_time: Option<Time>
Last time the condition transitioned from one status to another.
message: Option<String>
Human-readable message indicating details about last transition.
reason: Option<String>
Unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "ResizeStarted" that means the underlying persistent volume is being resized.
status: String
type_: String
Trait Implementations
impl Clone for PersistentVolumeClaimCondition
[src]
impl Clone for PersistentVolumeClaimCondition
fn clone(&self) -> PersistentVolumeClaimCondition
[src]
fn clone(&self) -> PersistentVolumeClaimCondition
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for PersistentVolumeClaimCondition
[src]
impl Debug for PersistentVolumeClaimCondition
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for PersistentVolumeClaimCondition
[src]
impl Default for PersistentVolumeClaimCondition
fn default() -> PersistentVolumeClaimCondition
[src]
fn default() -> PersistentVolumeClaimCondition
Returns the "default value" for a type. Read more
impl PartialEq for PersistentVolumeClaimCondition
[src]
impl PartialEq for PersistentVolumeClaimCondition
fn eq(&self, other: &PersistentVolumeClaimCondition) -> bool
[src]
fn eq(&self, other: &PersistentVolumeClaimCondition) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &PersistentVolumeClaimCondition) -> bool
[src]
fn ne(&self, other: &PersistentVolumeClaimCondition) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for PersistentVolumeClaimCondition
[src]
impl<'de> Deserialize<'de> for PersistentVolumeClaimCondition
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for PersistentVolumeClaimCondition
[src]
impl Serialize for PersistentVolumeClaimCondition
Auto Trait Implementations
impl Send for PersistentVolumeClaimCondition
impl Send for PersistentVolumeClaimCondition
impl Sync for PersistentVolumeClaimCondition
impl Sync for PersistentVolumeClaimCondition