[−][src]Struct openshift_openapi::api::route::v1::RouteIngressCondition
RouteIngressCondition contains details for the current condition of this route on a particular router.
Fields
last_transition_time: Option<Time>
RFC 3339 date and time when this condition last transitioned
message: Option<String>
Human readable message indicating details about last transition.
reason: Option<String>
(brief) reason for the condition's last transition, and is usually a machine and human readable constant
status: String
Status is the status of the condition. Can be True, False, Unknown.
type_: String
Type is the type of the condition. Currently only Ready.
Trait Implementations
impl Clone for RouteIngressCondition
[src]
fn clone(&self) -> RouteIngressCondition
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for RouteIngressCondition
[src]
impl Default for RouteIngressCondition
[src]
fn default() -> RouteIngressCondition
[src]
impl<'de> Deserialize<'de> for RouteIngressCondition
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl PartialEq<RouteIngressCondition> for RouteIngressCondition
[src]
fn eq(&self, other: &RouteIngressCondition) -> bool
[src]
fn ne(&self, other: &RouteIngressCondition) -> bool
[src]
impl Serialize for RouteIngressCondition
[src]
impl StructuralPartialEq for RouteIngressCondition
[src]
Auto Trait Implementations
impl RefUnwindSafe for RouteIngressCondition
impl Send for RouteIngressCondition
impl Sync for RouteIngressCondition
impl Unpin for RouteIngressCondition
impl UnwindSafe for RouteIngressCondition
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,
fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,