public interface IEvent extends IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEvent.IEventSource
Event source information
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
The number of times this event has occured
|
IEvent.IEventSource |
getEventSource()
Optional information of the component reporting this event
|
String |
getFirstSeenTimestamp()
The first time this event was recorded
|
IObjectReference |
getInvolvedObject()
A reference to the Object that was involved in this event
|
String |
getLastSeenTimestamp()
The last time this event was recorded
|
String |
getMessage()
The additional message associated with the event
|
String |
getReason()
The reason for the event
|
String |
getType()
The type of this event (e.g.
|
addLabel, getAnnotation, getAnnotations, getCapabilities, getCreationTimeStamp, getLabels, getMetadata, getName, getNamespace, getNamespaceName, getProject, getResourceVersion, isAnnotatedWith, removeAnnotation, setAnnotationaccept, getCapability, supportsgetApiVersiontoJson, toJsonString getReason()
String getMessage()
IObjectReference getInvolvedObject()
String getFirstSeenTimestamp()
String getLastSeenTimestamp()
int getCount()
String getType()
IEvent.IEventSource getEventSource()
Copyright © 2019 Red Hat, Inc. All Rights Reserved.