Enum kube_runtime::events::EventType [−][src]
pub enum EventType {
Normal,
Warning,
}
Expand description
The event severity or type.
Variants
Normal
An event took place - nothing to worry about.
Warning
Something is not working as expected - it might be worth to have a look.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EventType
impl UnwindSafe for EventType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more