[−][src]Struct openshift_openapi::api::image::v1::TagEventCondition
TagEventCondition contains condition information for a tag event.
Fields
generation: i64
Generation is the spec tag generation that this status corresponds to
last_transition_time: Option<Time>
LastTransitionTIme is the time the condition transitioned from one status to another.
message: Option<String>
Message is a human readable description of the details about last transition, complementing reason.
reason: Option<String>
Reason is a brief machine readable explanation for the condition's last transition.
status: String
Status of the condition, one of True, False, Unknown.
type_: String
Type of tag event condition, currently only ImportSuccess
Trait Implementations
impl Clone for TagEventCondition
[src]
fn clone(&self) -> TagEventCondition
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for TagEventCondition
[src]
impl Default for TagEventCondition
[src]
fn default() -> TagEventCondition
[src]
impl<'de> Deserialize<'de> for TagEventCondition
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl PartialEq<TagEventCondition> for TagEventCondition
[src]
fn eq(&self, other: &TagEventCondition) -> bool
[src]
fn ne(&self, other: &TagEventCondition) -> bool
[src]
impl Serialize for TagEventCondition
[src]
impl StructuralPartialEq for TagEventCondition
[src]
Auto Trait Implementations
impl RefUnwindSafe for TagEventCondition
impl Send for TagEventCondition
impl Sync for TagEventCondition
impl Unpin for TagEventCondition
impl UnwindSafe for TagEventCondition
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>,