Struct k8s_openapi::api::core::v1::PodReadinessGate
source · pub struct PodReadinessGate {
pub condition_type: String,
}
Expand description
PodReadinessGate contains the reference to a pod condition
Fields§
§condition_type: String
ConditionType refers to a condition in the pod’s condition list with matching type.
Trait Implementations§
source§impl Clone for PodReadinessGate
impl Clone for PodReadinessGate
source§fn clone(&self) -> PodReadinessGate
fn clone(&self) -> PodReadinessGate
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PodReadinessGate
impl Debug for PodReadinessGate
source§impl DeepMerge for PodReadinessGate
impl DeepMerge for PodReadinessGate
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl Default for PodReadinessGate
impl Default for PodReadinessGate
source§fn default() -> PodReadinessGate
fn default() -> PodReadinessGate
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PodReadinessGate
impl<'de> Deserialize<'de> for PodReadinessGate
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<PodReadinessGate> for PodReadinessGate
impl PartialEq<PodReadinessGate> for PodReadinessGate
source§fn eq(&self, other: &PodReadinessGate) -> bool
fn eq(&self, other: &PodReadinessGate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.