@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class CoreV1Event extends Object implements KubernetesObject
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACTION |
static String |
SERIALIZED_NAME_API_VERSION |
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_EVENT_TIME |
static String |
SERIALIZED_NAME_FIRST_TIMESTAMP |
static String |
SERIALIZED_NAME_INVOLVED_OBJECT |
static String |
SERIALIZED_NAME_KIND |
static String |
SERIALIZED_NAME_LAST_TIMESTAMP |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_METADATA |
static String |
SERIALIZED_NAME_REASON |
static String |
SERIALIZED_NAME_RELATED |
static String |
SERIALIZED_NAME_REPORTING_COMPONENT |
static String |
SERIALIZED_NAME_REPORTING_INSTANCE |
static String |
SERIALIZED_NAME_SERIES |
static String |
SERIALIZED_NAME_SOURCE |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
CoreV1Event() |
Modifier and Type | Method and Description |
---|---|
CoreV1Event |
action(String action) |
CoreV1Event |
apiVersion(String apiVersion) |
CoreV1Event |
count(Integer count) |
boolean |
equals(Object o) |
CoreV1Event |
eventTime(OffsetDateTime eventTime) |
CoreV1Event |
firstTimestamp(OffsetDateTime firstTimestamp) |
String |
getAction()
What action was taken/failed regarding to the Regarding object.
|
String |
getApiVersion()
APIVersion defines the versioned schema of this representation of an object.
|
Integer |
getCount()
The number of times this event has occurred.
|
OffsetDateTime |
getEventTime()
Time when this Event was first observed.
|
OffsetDateTime |
getFirstTimestamp()
The time at which the event was first recorded.
|
V1ObjectReference |
getInvolvedObject()
Get involvedObject
|
String |
getKind()
Kind is a string value representing the REST resource this object represents.
|
OffsetDateTime |
getLastTimestamp()
The time at which the most recent occurrence of this event was recorded.
|
String |
getMessage()
A human-readable description of the status of this operation.
|
V1ObjectMeta |
getMetadata()
Get metadata
|
String |
getReason()
This should be a short, machine understandable string that gives the reason for the transition
into the object's current status.
|
V1ObjectReference |
getRelated()
Get related
|
String |
getReportingComponent()
Name of the controller that emitted this Event, e.g.
|
String |
getReportingInstance()
ID of the controller instance, e.g.
|
CoreV1EventSeries |
getSeries()
Get series
|
V1EventSource |
getSource()
Get source
|
String |
getType()
Type of this event (Normal, Warning), new types could be added in the future
|
int |
hashCode() |
CoreV1Event |
involvedObject(V1ObjectReference involvedObject) |
CoreV1Event |
kind(String kind) |
CoreV1Event |
lastTimestamp(OffsetDateTime lastTimestamp) |
CoreV1Event |
message(String message) |
CoreV1Event |
metadata(V1ObjectMeta metadata) |
CoreV1Event |
reason(String reason) |
CoreV1Event |
related(V1ObjectReference related) |
CoreV1Event |
reportingComponent(String reportingComponent) |
CoreV1Event |
reportingInstance(String reportingInstance) |
CoreV1Event |
series(CoreV1EventSeries series) |
void |
setAction(String action) |
void |
setApiVersion(String apiVersion) |
void |
setCount(Integer count) |
void |
setEventTime(OffsetDateTime eventTime) |
void |
setFirstTimestamp(OffsetDateTime firstTimestamp) |
void |
setInvolvedObject(V1ObjectReference involvedObject) |
void |
setKind(String kind) |
void |
setLastTimestamp(OffsetDateTime lastTimestamp) |
void |
setMessage(String message) |
void |
setMetadata(V1ObjectMeta metadata) |
void |
setReason(String reason) |
void |
setRelated(V1ObjectReference related) |
void |
setReportingComponent(String reportingComponent) |
void |
setReportingInstance(String reportingInstance) |
void |
setSeries(CoreV1EventSeries series) |
void |
setSource(V1EventSource source) |
void |
setType(String type) |
CoreV1Event |
source(V1EventSource source) |
String |
toString() |
CoreV1Event |
type(String type) |
public static final String SERIALIZED_NAME_ACTION
public static final String SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_EVENT_TIME
public static final String SERIALIZED_NAME_FIRST_TIMESTAMP
public static final String SERIALIZED_NAME_INVOLVED_OBJECT
public static final String SERIALIZED_NAME_KIND
public static final String SERIALIZED_NAME_LAST_TIMESTAMP
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_METADATA
public static final String SERIALIZED_NAME_REASON
public static final String SERIALIZED_NAME_RELATED
public static final String SERIALIZED_NAME_REPORTING_COMPONENT
public static final String SERIALIZED_NAME_REPORTING_INSTANCE
public static final String SERIALIZED_NAME_SERIES
public static final String SERIALIZED_NAME_SOURCE
public static final String SERIALIZED_NAME_TYPE
public CoreV1Event action(String action)
@Nullable public String getAction()
public void setAction(String action)
public CoreV1Event apiVersion(String apiVersion)
@Nullable public String getApiVersion()
getApiVersion
in interface KubernetesType
public void setApiVersion(String apiVersion)
public CoreV1Event count(Integer count)
@Nullable public Integer getCount()
public void setCount(Integer count)
public CoreV1Event eventTime(OffsetDateTime eventTime)
@Nullable public OffsetDateTime getEventTime()
public void setEventTime(OffsetDateTime eventTime)
public CoreV1Event firstTimestamp(OffsetDateTime firstTimestamp)
@Nullable public OffsetDateTime getFirstTimestamp()
public void setFirstTimestamp(OffsetDateTime firstTimestamp)
public CoreV1Event involvedObject(V1ObjectReference involvedObject)
public V1ObjectReference getInvolvedObject()
public void setInvolvedObject(V1ObjectReference involvedObject)
public CoreV1Event kind(String kind)
@Nullable public String getKind()
getKind
in interface KubernetesType
public void setKind(String kind)
public CoreV1Event lastTimestamp(OffsetDateTime lastTimestamp)
@Nullable public OffsetDateTime getLastTimestamp()
public void setLastTimestamp(OffsetDateTime lastTimestamp)
public CoreV1Event message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
public CoreV1Event metadata(V1ObjectMeta metadata)
public V1ObjectMeta getMetadata()
getMetadata
in interface KubernetesObject
public void setMetadata(V1ObjectMeta metadata)
public CoreV1Event reason(String reason)
@Nullable public String getReason()
public void setReason(String reason)
public CoreV1Event related(V1ObjectReference related)
@Nullable public V1ObjectReference getRelated()
public void setRelated(V1ObjectReference related)
public CoreV1Event reportingComponent(String reportingComponent)
@Nullable public String getReportingComponent()
public void setReportingComponent(String reportingComponent)
public CoreV1Event reportingInstance(String reportingInstance)
@Nullable public String getReportingInstance()
public void setReportingInstance(String reportingInstance)
public CoreV1Event series(CoreV1EventSeries series)
@Nullable public CoreV1EventSeries getSeries()
public void setSeries(CoreV1EventSeries series)
public CoreV1Event source(V1EventSource source)
@Nullable public V1EventSource getSource()
public void setSource(V1EventSource source)
public CoreV1Event type(String type)
@Nullable public String getType()
public void setType(String type)
Copyright © 2021. All rights reserved.