Struct k8s_openapi::v1_11::api::core::v1::PodCondition [−][src]
pub struct PodCondition { 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, }
PodCondition contains details for the current condition of this pod.
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, one-word, CamelCase reason for the condition's last transition.
status: String
Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
type_: String
Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
Trait Implementations
impl Clone for PodCondition
[src]
impl Clone for PodCondition
fn clone(&self) -> PodCondition
[src]
fn clone(&self) -> PodCondition
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 PodCondition
[src]
impl Debug for PodCondition
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 PodCondition
[src]
impl Default for PodCondition
fn default() -> PodCondition
[src]
fn default() -> PodCondition
Returns the "default value" for a type. Read more
impl PartialEq for PodCondition
[src]
impl PartialEq for PodCondition
fn eq(&self, other: &PodCondition) -> bool
[src]
fn eq(&self, other: &PodCondition) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &PodCondition) -> bool
[src]
fn ne(&self, other: &PodCondition) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for PodCondition
[src]
impl<'de> Deserialize<'de> for PodCondition
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 PodCondition
[src]
impl Serialize for PodCondition
Auto Trait Implementations
impl Send for PodCondition
impl Send for PodCondition
impl Sync for PodCondition
impl Sync for PodCondition