@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-12-10T19:11:23.904Z[Etc/UTC]") public class EventsV1Event 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_DEPRECATED_COUNT |
static String |
SERIALIZED_NAME_DEPRECATED_FIRST_TIMESTAMP |
static String |
SERIALIZED_NAME_DEPRECATED_LAST_TIMESTAMP |
static String |
SERIALIZED_NAME_DEPRECATED_SOURCE |
static String |
SERIALIZED_NAME_EVENT_TIME |
static String |
SERIALIZED_NAME_KIND |
static String |
SERIALIZED_NAME_METADATA |
static String |
SERIALIZED_NAME_NOTE |
static String |
SERIALIZED_NAME_REASON |
static String |
SERIALIZED_NAME_REGARDING |
static String |
SERIALIZED_NAME_RELATED |
static String |
SERIALIZED_NAME_REPORTING_CONTROLLER |
static String |
SERIALIZED_NAME_REPORTING_INSTANCE |
static String |
SERIALIZED_NAME_SERIES |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
EventsV1Event() |
Modifier and Type | Method and Description |
---|---|
EventsV1Event |
action(String action) |
EventsV1Event |
apiVersion(String apiVersion) |
EventsV1Event |
deprecatedCount(Integer deprecatedCount) |
EventsV1Event |
deprecatedFirstTimestamp(OffsetDateTime deprecatedFirstTimestamp) |
EventsV1Event |
deprecatedLastTimestamp(OffsetDateTime deprecatedLastTimestamp) |
EventsV1Event |
deprecatedSource(V1EventSource deprecatedSource) |
boolean |
equals(Object o) |
EventsV1Event |
eventTime(OffsetDateTime eventTime) |
String |
getAction()
action is what action was taken/failed regarding to the regarding object.
|
String |
getApiVersion()
APIVersion defines the versioned schema of this representation of an object.
|
Integer |
getDeprecatedCount()
deprecatedCount is the deprecated field assuring backward compatibility with core.v1 Event
type.
|
OffsetDateTime |
getDeprecatedFirstTimestamp()
deprecatedFirstTimestamp is the deprecated field assuring backward compatibility with core.v1
Event type.
|
OffsetDateTime |
getDeprecatedLastTimestamp()
deprecatedLastTimestamp is the deprecated field assuring backward compatibility with core.v1
Event type.
|
V1EventSource |
getDeprecatedSource()
Get deprecatedSource
|
OffsetDateTime |
getEventTime()
eventTime is the time when this Event was first observed.
|
String |
getKind()
Kind is a string value representing the REST resource this object represents.
|
V1ObjectMeta |
getMetadata()
Get metadata
|
String |
getNote()
note is a human-readable description of the status of this operation.
|
String |
getReason()
reason is why the action was taken.
|
V1ObjectReference |
getRegarding()
Get regarding
|
V1ObjectReference |
getRelated()
Get related
|
String |
getReportingController()
reportingController is the name of the controller that emitted this Event, e.g.
|
String |
getReportingInstance()
reportingInstance is the ID of the controller instance, e.g.
|
EventsV1EventSeries |
getSeries()
Get series
|
String |
getType()
type is the type of this event (Normal, Warning), new types could be added in the future.
|
int |
hashCode() |
EventsV1Event |
kind(String kind) |
EventsV1Event |
metadata(V1ObjectMeta metadata) |
EventsV1Event |
note(String note) |
EventsV1Event |
reason(String reason) |
EventsV1Event |
regarding(V1ObjectReference regarding) |
EventsV1Event |
related(V1ObjectReference related) |
EventsV1Event |
reportingController(String reportingController) |
EventsV1Event |
reportingInstance(String reportingInstance) |
EventsV1Event |
series(EventsV1EventSeries series) |
void |
setAction(String action) |
void |
setApiVersion(String apiVersion) |
void |
setDeprecatedCount(Integer deprecatedCount) |
void |
setDeprecatedFirstTimestamp(OffsetDateTime deprecatedFirstTimestamp) |
void |
setDeprecatedLastTimestamp(OffsetDateTime deprecatedLastTimestamp) |
void |
setDeprecatedSource(V1EventSource deprecatedSource) |
void |
setEventTime(OffsetDateTime eventTime) |
void |
setKind(String kind) |
void |
setMetadata(V1ObjectMeta metadata) |
void |
setNote(String note) |
void |
setReason(String reason) |
void |
setRegarding(V1ObjectReference regarding) |
void |
setRelated(V1ObjectReference related) |
void |
setReportingController(String reportingController) |
void |
setReportingInstance(String reportingInstance) |
void |
setSeries(EventsV1EventSeries series) |
void |
setType(String type) |
String |
toString() |
EventsV1Event |
type(String type) |
public static final String SERIALIZED_NAME_ACTION
public static final String SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_DEPRECATED_COUNT
public static final String SERIALIZED_NAME_DEPRECATED_FIRST_TIMESTAMP
public static final String SERIALIZED_NAME_DEPRECATED_LAST_TIMESTAMP
public static final String SERIALIZED_NAME_DEPRECATED_SOURCE
public static final String SERIALIZED_NAME_EVENT_TIME
public static final String SERIALIZED_NAME_KIND
public static final String SERIALIZED_NAME_METADATA
public static final String SERIALIZED_NAME_NOTE
public static final String SERIALIZED_NAME_REASON
public static final String SERIALIZED_NAME_REGARDING
public static final String SERIALIZED_NAME_RELATED
public static final String SERIALIZED_NAME_REPORTING_CONTROLLER
public static final String SERIALIZED_NAME_REPORTING_INSTANCE
public static final String SERIALIZED_NAME_SERIES
public static final String SERIALIZED_NAME_TYPE
public EventsV1Event action(String action)
@Nullable public String getAction()
public void setAction(String action)
public EventsV1Event apiVersion(String apiVersion)
@Nullable public String getApiVersion()
getApiVersion
in interface KubernetesType
public void setApiVersion(String apiVersion)
public EventsV1Event deprecatedCount(Integer deprecatedCount)
@Nullable public Integer getDeprecatedCount()
public void setDeprecatedCount(Integer deprecatedCount)
public EventsV1Event deprecatedFirstTimestamp(OffsetDateTime deprecatedFirstTimestamp)
@Nullable public OffsetDateTime getDeprecatedFirstTimestamp()
public void setDeprecatedFirstTimestamp(OffsetDateTime deprecatedFirstTimestamp)
public EventsV1Event deprecatedLastTimestamp(OffsetDateTime deprecatedLastTimestamp)
@Nullable public OffsetDateTime getDeprecatedLastTimestamp()
public void setDeprecatedLastTimestamp(OffsetDateTime deprecatedLastTimestamp)
public EventsV1Event deprecatedSource(V1EventSource deprecatedSource)
@Nullable public V1EventSource getDeprecatedSource()
public void setDeprecatedSource(V1EventSource deprecatedSource)
public EventsV1Event eventTime(OffsetDateTime eventTime)
public OffsetDateTime getEventTime()
public void setEventTime(OffsetDateTime eventTime)
public EventsV1Event kind(String kind)
@Nullable public String getKind()
getKind
in interface KubernetesType
public void setKind(String kind)
public EventsV1Event metadata(V1ObjectMeta metadata)
@Nullable public V1ObjectMeta getMetadata()
getMetadata
in interface KubernetesObject
public void setMetadata(V1ObjectMeta metadata)
public EventsV1Event note(String note)
@Nullable public String getNote()
public void setNote(String note)
public EventsV1Event reason(String reason)
@Nullable public String getReason()
public void setReason(String reason)
public EventsV1Event regarding(V1ObjectReference regarding)
@Nullable public V1ObjectReference getRegarding()
public void setRegarding(V1ObjectReference regarding)
public EventsV1Event related(V1ObjectReference related)
@Nullable public V1ObjectReference getRelated()
public void setRelated(V1ObjectReference related)
public EventsV1Event reportingController(String reportingController)
@Nullable public String getReportingController()
public void setReportingController(String reportingController)
public EventsV1Event reportingInstance(String reportingInstance)
@Nullable public String getReportingInstance()
public void setReportingInstance(String reportingInstance)
public EventsV1Event series(EventsV1EventSeries series)
@Nullable public EventsV1EventSeries getSeries()
public void setSeries(EventsV1EventSeries series)
public EventsV1Event type(String type)
@Nullable public String getType()
public void setType(String type)
Copyright © 2022. All rights reserved.