@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class V1beta1Event 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 |
---|
V1beta1Event() |
Modifier and Type | Method and Description |
---|---|
V1beta1Event |
action(String action) |
V1beta1Event |
apiVersion(String apiVersion) |
V1beta1Event |
deprecatedCount(Integer deprecatedCount) |
V1beta1Event |
deprecatedFirstTimestamp(OffsetDateTime deprecatedFirstTimestamp) |
V1beta1Event |
deprecatedLastTimestamp(OffsetDateTime deprecatedLastTimestamp) |
V1beta1Event |
deprecatedSource(V1EventSource deprecatedSource) |
boolean |
equals(Object o) |
V1beta1Event |
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.
|
V1beta1EventSeries |
getSeries()
Get series
|
String |
getType()
type is the type of this event (Normal, Warning), new types could be added in the future.
|
int |
hashCode() |
V1beta1Event |
kind(String kind) |
V1beta1Event |
metadata(V1ObjectMeta metadata) |
V1beta1Event |
note(String note) |
V1beta1Event |
reason(String reason) |
V1beta1Event |
regarding(V1ObjectReference regarding) |
V1beta1Event |
related(V1ObjectReference related) |
V1beta1Event |
reportingController(String reportingController) |
V1beta1Event |
reportingInstance(String reportingInstance) |
V1beta1Event |
series(V1beta1EventSeries 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(V1beta1EventSeries series) |
void |
setType(String type) |
String |
toString() |
V1beta1Event |
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 V1beta1Event action(String action)
@Nullable public String getAction()
public void setAction(String action)
public V1beta1Event apiVersion(String apiVersion)
@Nullable public String getApiVersion()
getApiVersion
in interface KubernetesType
public void setApiVersion(String apiVersion)
public V1beta1Event deprecatedCount(Integer deprecatedCount)
@Nullable public Integer getDeprecatedCount()
public void setDeprecatedCount(Integer deprecatedCount)
public V1beta1Event deprecatedFirstTimestamp(OffsetDateTime deprecatedFirstTimestamp)
@Nullable public OffsetDateTime getDeprecatedFirstTimestamp()
public void setDeprecatedFirstTimestamp(OffsetDateTime deprecatedFirstTimestamp)
public V1beta1Event deprecatedLastTimestamp(OffsetDateTime deprecatedLastTimestamp)
@Nullable public OffsetDateTime getDeprecatedLastTimestamp()
public void setDeprecatedLastTimestamp(OffsetDateTime deprecatedLastTimestamp)
public V1beta1Event deprecatedSource(V1EventSource deprecatedSource)
@Nullable public V1EventSource getDeprecatedSource()
public void setDeprecatedSource(V1EventSource deprecatedSource)
public V1beta1Event eventTime(OffsetDateTime eventTime)
public OffsetDateTime getEventTime()
public void setEventTime(OffsetDateTime eventTime)
public V1beta1Event kind(String kind)
@Nullable public String getKind()
getKind
in interface KubernetesType
public void setKind(String kind)
public V1beta1Event metadata(V1ObjectMeta metadata)
public V1ObjectMeta getMetadata()
getMetadata
in interface KubernetesObject
public void setMetadata(V1ObjectMeta metadata)
public V1beta1Event note(String note)
@Nullable public String getNote()
public void setNote(String note)
public V1beta1Event reason(String reason)
@Nullable public String getReason()
public void setReason(String reason)
public V1beta1Event regarding(V1ObjectReference regarding)
@Nullable public V1ObjectReference getRegarding()
public void setRegarding(V1ObjectReference regarding)
public V1beta1Event related(V1ObjectReference related)
@Nullable public V1ObjectReference getRelated()
public void setRelated(V1ObjectReference related)
public V1beta1Event reportingController(String reportingController)
@Nullable public String getReportingController()
public void setReportingController(String reportingController)
public V1beta1Event reportingInstance(String reportingInstance)
@Nullable public String getReportingInstance()
public void setReportingInstance(String reportingInstance)
public V1beta1Event series(V1beta1EventSeries series)
@Nullable public V1beta1EventSeries getSeries()
public void setSeries(V1beta1EventSeries series)
public V1beta1Event type(String type)
@Nullable public String getType()
public void setType(String type)
Copyright © 2021. All rights reserved.