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

pub struct EventSource {
    pub component: Option<String>,
    pub host: Option<String>,
}

EventSource contains information for an event.

Fields

Component from which the event is generated.

Node name on which the event is generated.

Trait Implementations

impl Clone for EventSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventSource
[src]

Formats the value using the given formatter. Read more

impl Default for EventSource
[src]

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

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for EventSource
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for EventSource

impl Sync for EventSource