Struct k8s_openapi::v1_10::api::core::v1::EventSeries[][src]

pub struct EventSeries {
    pub count: Option<i32>,
    pub last_observed_time: Option<MicroTime>,
    pub state: Option<String>,
}

EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

Fields

Number of occurrences in this series up to the last heartbeat time

Time of the last occurrence observed

State of this Series: Ongoing or Finished

Trait Implementations

impl Clone for EventSeries
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventSeries
[src]

Formats the value using the given formatter. Read more

impl Default for EventSeries
[src]

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

impl PartialEq for EventSeries
[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 EventSeries
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for EventSeries
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for EventSeries

impl Sync for EventSeries