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

ConditionType refers to a condition in the pod's condition list with matching type.

Trait Implementations

impl Clone for PodReadinessGate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PodReadinessGate
[src]

Formats the value using the given formatter. Read more

impl Default for PodReadinessGate
[src]

Returns the "default value" for a type. Read more

impl PartialEq for PodReadinessGate
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for PodReadinessGate
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for PodReadinessGate
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations