[−][src]Struct k8s_openapi::api::core::v1::PodReadinessGate
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 Debug for PodReadinessGate
[src][+]
impl Default for PodReadinessGate
[src][+]
impl<'de> Deserialize<'de> for PodReadinessGate
[src][+]
impl PartialEq<PodReadinessGate> for PodReadinessGate
[src][+]
impl Serialize for PodReadinessGate
[src][+]
impl StructuralPartialEq for PodReadinessGate
[src]
Auto Trait Implementations
impl RefUnwindSafe for PodReadinessGate
impl Send for PodReadinessGate
impl Sync for PodReadinessGate
impl Unpin for PodReadinessGate
impl UnwindSafe for PodReadinessGate
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,