Struct k8s_openapi::v1_11::api::core::v1::PodReadinessGate [−][src]
pub struct PodReadinessGate { pub condition_type: String, }
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
impl Clone for PodReadinessGate
[src]
impl Clone for PodReadinessGate
fn clone(&self) -> PodReadinessGate
[src]
fn clone(&self) -> PodReadinessGate
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)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for PodReadinessGate
[src]
impl Debug for PodReadinessGate
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 PodReadinessGate
[src]
impl Default for PodReadinessGate
fn default() -> PodReadinessGate
[src]
fn default() -> PodReadinessGate
Returns the "default value" for a type. Read more
impl PartialEq for PodReadinessGate
[src]
impl PartialEq for PodReadinessGate
fn eq(&self, other: &PodReadinessGate) -> bool
[src]
fn eq(&self, other: &PodReadinessGate) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &PodReadinessGate) -> bool
[src]
fn ne(&self, other: &PodReadinessGate) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for PodReadinessGate
[src]
impl<'de> Deserialize<'de> for PodReadinessGate
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 PodReadinessGate
[src]
impl Serialize for PodReadinessGate
Auto Trait Implementations
impl Send for PodReadinessGate
impl Send for PodReadinessGate
impl Sync for PodReadinessGate
impl Sync for PodReadinessGate