public class V1beta1Event extends Object
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()
Deprecated field assuring backward compatibility with core.v1 Event type
|
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()
The object this Event is about.
|
V1ObjectReference |
getRelated()
Optional secondary object for more complex actions.
|
String |
getReportingController()
Name of the controller that emitted this Event, e.g.
|
String |
getReportingInstance()
ID of the controller instance, e.g.
|
V1beta1EventSeries |
getSeries()
Data about the Event series this event represents or nil if it's a singleton Event.
|
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 V1beta1Event action(String action)
public String getAction()
public void setAction(String action)
public V1beta1Event apiVersion(String apiVersion)
public String getApiVersion()
public void setApiVersion(String apiVersion)
public V1beta1Event deprecatedCount(Integer deprecatedCount)
public Integer getDeprecatedCount()
public void setDeprecatedCount(Integer deprecatedCount)
public V1beta1Event deprecatedFirstTimestamp(org.joda.time.DateTime deprecatedFirstTimestamp)
public org.joda.time.DateTime getDeprecatedFirstTimestamp()
public void setDeprecatedFirstTimestamp(org.joda.time.DateTime deprecatedFirstTimestamp)
public V1beta1Event deprecatedLastTimestamp(org.joda.time.DateTime deprecatedLastTimestamp)
public org.joda.time.DateTime getDeprecatedLastTimestamp()
public void setDeprecatedLastTimestamp(org.joda.time.DateTime deprecatedLastTimestamp)
public V1beta1Event deprecatedSource(V1EventSource deprecatedSource)
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)
public String getKind()
public void setKind(String kind)
public V1beta1Event metadata(V1ObjectMeta metadata)
public V1ObjectMeta getMetadata()
public void setMetadata(V1ObjectMeta metadata)
public V1beta1Event note(String note)
public String getNote()
public void setNote(String note)
public V1beta1Event reason(String reason)
public String getReason()
public void setReason(String reason)
public V1beta1Event regarding(V1ObjectReference regarding)
public V1ObjectReference getRegarding()
public void setRegarding(V1ObjectReference regarding)
public V1beta1Event related(V1ObjectReference related)
public V1ObjectReference getRelated()
public void setRelated(V1ObjectReference related)
public V1beta1Event reportingController(String reportingController)
public String getReportingController()
public void setReportingController(String reportingController)
public V1beta1Event reportingInstance(String reportingInstance)
public String getReportingInstance()
public void setReportingInstance(String reportingInstance)
public V1beta1Event series(V1beta1EventSeries series)
public V1beta1EventSeries getSeries()
public void setSeries(V1beta1EventSeries series)
public V1beta1Event type(String type)
public String getType()
public void setType(String type)
Copyright © 2018. All rights reserved.