@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[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(org.joda.time.DateTime deprecatedFirstTimestamp) |
V1beta1Event |
deprecatedLastTimestamp(org.joda.time.DateTime deprecatedLastTimestamp) |
V1beta1Event |
deprecatedSource(V1EventSource deprecatedSource) |
boolean |
equals(Object o) |
V1beta1Event |
eventTime(org.joda.time.DateTime eventTime) |
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 |
getDeprecatedCount()
Deprecated field assuring backward compatibility with core.v1 Event type
|
org.joda.time.DateTime |
getDeprecatedFirstTimestamp()
Deprecated field assuring backward compatibility with core.v1 Event type
|
org.joda.time.DateTime |
getDeprecatedLastTimestamp()
Deprecated field assuring backward compatibility with core.v1 Event type
|
V1EventSource |
getDeprecatedSource()
Get deprecatedSource
|
org.joda.time.DateTime |
getEventTime()
Required.
|
String |
getKind()
Kind is a string value representing the REST resource this object represents.
|
V1ObjectMeta |
getMetadata()
Get metadata
|
String |
getNote()
Optional.
|
String |
getReason()
Why the action was taken.
|
V1ObjectReference |
getRegarding()
Get regarding
|
V1ObjectReference |
getRelated()
Get related
|
String |
getReportingController()
Name of the controller that emitted this Event, e.g.
|
String |
getReportingInstance()
ID of the controller instance, e.g.
|
V1beta1EventSeries |
getSeries()
Get series
|
String |
getType()
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(org.joda.time.DateTime deprecatedFirstTimestamp) |
void |
setDeprecatedLastTimestamp(org.joda.time.DateTime deprecatedLastTimestamp) |
void |
setDeprecatedSource(V1EventSource deprecatedSource) |
void |
setEventTime(org.joda.time.DateTime 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(org.joda.time.DateTime deprecatedFirstTimestamp)
@Nullable public org.joda.time.DateTime getDeprecatedFirstTimestamp()
public void setDeprecatedFirstTimestamp(org.joda.time.DateTime deprecatedFirstTimestamp)
public V1beta1Event deprecatedLastTimestamp(org.joda.time.DateTime deprecatedLastTimestamp)
@Nullable public org.joda.time.DateTime getDeprecatedLastTimestamp()
public void setDeprecatedLastTimestamp(org.joda.time.DateTime deprecatedLastTimestamp)
public V1beta1Event deprecatedSource(V1EventSource deprecatedSource)
@Nullable public V1EventSource getDeprecatedSource()
public void setDeprecatedSource(V1EventSource deprecatedSource)
public V1beta1Event eventTime(org.joda.time.DateTime eventTime)
public org.joda.time.DateTime getEventTime()
public void setEventTime(org.joda.time.DateTime eventTime)
public V1beta1Event kind(String kind)
@Nullable public String getKind()
getKind
in interface KubernetesType
public void setKind(String kind)
public V1beta1Event metadata(V1ObjectMeta metadata)
@Nullable 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)
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 © 2020. All rights reserved.