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
count: Option<i32>
Number of occurrences in this series up to the last heartbeat time
last_observed_time: Option<MicroTime>
Time of the last occurrence observed
state: Option<String>
State of this Series: Ongoing or Finished
Trait Implementations
impl Clone for EventSeries[src]
impl Clone for EventSeriesfn clone(&self) -> EventSeries[src]
fn clone(&self) -> EventSeriesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for EventSeries[src]
impl Debug for EventSeriesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for EventSeries[src]
impl Default for EventSeriesfn default() -> EventSeries[src]
fn default() -> EventSeriesReturns the "default value" for a type. Read more
impl PartialEq for EventSeries[src]
impl PartialEq for EventSeriesfn eq(&self, other: &EventSeries) -> bool[src]
fn eq(&self, other: &EventSeries) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &EventSeries) -> bool[src]
fn ne(&self, other: &EventSeries) -> boolThis method tests for !=.
impl<'de> Deserialize<'de> for EventSeries[src]
impl<'de> Deserialize<'de> for EventSeriesfn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl Serialize for EventSeries[src]
impl Serialize for EventSeriesAuto Trait Implementations
impl Send for EventSeries
impl Send for EventSeriesimpl Sync for EventSeries
impl Sync for EventSeries