public static final class V1.Event.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder> implements V1.EventOrBuilder
Event is a report of an event somewhere in the cluster.Protobuf type
k8s.io.api.core.v1.Event| Modifier and Type | Method and Description |
|---|---|
V1.Event.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.Event |
build() |
V1.Event |
buildPartial() |
V1.Event.Builder |
clear() |
V1.Event.Builder |
clearAction()
What action was taken/failed regarding to the Regarding object.
|
V1.Event.Builder |
clearCount()
The number of times this event has occurred.
|
V1.Event.Builder |
clearEventTime()
Time when this Event was first observed.
|
V1.Event.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.Event.Builder |
clearFirstTimestamp()
The time at which the event was first recorded.
|
V1.Event.Builder |
clearInvolvedObject()
The object that this event is about.
|
V1.Event.Builder |
clearLastTimestamp()
The time at which the most recent occurrence of this event was recorded.
|
V1.Event.Builder |
clearMessage()
A human-readable description of the status of this operation.
|
V1.Event.Builder |
clearMetadata()
Standard object's metadata.
|
V1.Event.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.Event.Builder |
clearReason()
This should be a short, machine understandable string that gives the reason
for the transition into the object's current status.
|
V1.Event.Builder |
clearRelated()
Optional secondary object for more complex actions.
|
V1.Event.Builder |
clearReportingComponent()
Name of the controller that emitted this Event, e.g.
|
V1.Event.Builder |
clearReportingInstance()
ID of the controller instance, e.g.
|
V1.Event.Builder |
clearSeries()
Data about the Event series this event represents or nil if it's a singleton Event.
|
V1.Event.Builder |
clearSource()
The component reporting this event.
|
V1.Event.Builder |
clearType()
Type of this event (Normal, Warning), new types could be added in the future
+optional
|
V1.Event.Builder |
clone() |
String |
getAction()
What action was taken/failed regarding to the Regarding object.
|
com.google.protobuf.ByteString |
getActionBytes()
What action was taken/failed regarding to the Regarding object.
|
int |
getCount()
The number of times this event has occurred.
|
V1.Event |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Meta.MicroTime |
getEventTime()
Time when this Event was first observed.
|
Meta.MicroTime.Builder |
getEventTimeBuilder()
Time when this Event was first observed.
|
Meta.MicroTimeOrBuilder |
getEventTimeOrBuilder()
Time when this Event was first observed.
|
Meta.Time |
getFirstTimestamp()
The time at which the event was first recorded.
|
Meta.Time.Builder |
getFirstTimestampBuilder()
The time at which the event was first recorded.
|
Meta.TimeOrBuilder |
getFirstTimestampOrBuilder()
The time at which the event was first recorded.
|
V1.ObjectReference |
getInvolvedObject()
The object that this event is about.
|
V1.ObjectReference.Builder |
getInvolvedObjectBuilder()
The object that this event is about.
|
V1.ObjectReferenceOrBuilder |
getInvolvedObjectOrBuilder()
The object that this event is about.
|
Meta.Time |
getLastTimestamp()
The time at which the most recent occurrence of this event was recorded.
|
Meta.Time.Builder |
getLastTimestampBuilder()
The time at which the most recent occurrence of this event was recorded.
|
Meta.TimeOrBuilder |
getLastTimestampOrBuilder()
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.
|
com.google.protobuf.ByteString |
getMessageBytes()
A human-readable description of the status of this operation.
|
Meta.ObjectMeta |
getMetadata()
Standard object's metadata.
|
Meta.ObjectMeta.Builder |
getMetadataBuilder()
Standard object's metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata.
|
String |
getReason()
This should be a short, machine understandable string that gives the reason
for the transition into the object's current status.
|
com.google.protobuf.ByteString |
getReasonBytes()
This should be a short, machine understandable string that gives the reason
for the transition into the object's current status.
|
V1.ObjectReference |
getRelated()
Optional secondary object for more complex actions.
|
V1.ObjectReference.Builder |
getRelatedBuilder()
Optional secondary object for more complex actions.
|
V1.ObjectReferenceOrBuilder |
getRelatedOrBuilder()
Optional secondary object for more complex actions.
|
String |
getReportingComponent()
Name of the controller that emitted this Event, e.g.
|
com.google.protobuf.ByteString |
getReportingComponentBytes()
Name of the controller that emitted this Event, e.g.
|
String |
getReportingInstance()
ID of the controller instance, e.g.
|
com.google.protobuf.ByteString |
getReportingInstanceBytes()
ID of the controller instance, e.g.
|
V1.EventSeries |
getSeries()
Data about the Event series this event represents or nil if it's a singleton Event.
|
V1.EventSeries.Builder |
getSeriesBuilder()
Data about the Event series this event represents or nil if it's a singleton Event.
|
V1.EventSeriesOrBuilder |
getSeriesOrBuilder()
Data about the Event series this event represents or nil if it's a singleton Event.
|
V1.EventSource |
getSource()
The component reporting this event.
|
V1.EventSource.Builder |
getSourceBuilder()
The component reporting this event.
|
V1.EventSourceOrBuilder |
getSourceOrBuilder()
The component reporting this event.
|
String |
getType()
Type of this event (Normal, Warning), new types could be added in the future
+optional
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of this event (Normal, Warning), new types could be added in the future
+optional
|
boolean |
hasAction()
What action was taken/failed regarding to the Regarding object.
|
boolean |
hasCount()
The number of times this event has occurred.
|
boolean |
hasEventTime()
Time when this Event was first observed.
|
boolean |
hasFirstTimestamp()
The time at which the event was first recorded.
|
boolean |
hasInvolvedObject()
The object that this event is about.
|
boolean |
hasLastTimestamp()
The time at which the most recent occurrence of this event was recorded.
|
boolean |
hasMessage()
A human-readable description of the status of this operation.
|
boolean |
hasMetadata()
Standard object's metadata.
|
boolean |
hasReason()
This should be a short, machine understandable string that gives the reason
for the transition into the object's current status.
|
boolean |
hasRelated()
Optional secondary object for more complex actions.
|
boolean |
hasReportingComponent()
Name of the controller that emitted this Event, e.g.
|
boolean |
hasReportingInstance()
ID of the controller instance, e.g.
|
boolean |
hasSeries()
Data about the Event series this event represents or nil if it's a singleton Event.
|
boolean |
hasSource()
The component reporting this event.
|
boolean |
hasType()
Type of this event (Normal, Warning), new types could be added in the future
+optional
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1.Event.Builder |
mergeEventTime(Meta.MicroTime value)
Time when this Event was first observed.
|
V1.Event.Builder |
mergeFirstTimestamp(Meta.Time value)
The time at which the event was first recorded.
|
V1.Event.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.Event.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1.Event.Builder |
mergeFrom(V1.Event other) |
V1.Event.Builder |
mergeInvolvedObject(V1.ObjectReference value)
The object that this event is about.
|
V1.Event.Builder |
mergeLastTimestamp(Meta.Time value)
The time at which the most recent occurrence of this event was recorded.
|
V1.Event.Builder |
mergeMetadata(Meta.ObjectMeta value)
Standard object's metadata.
|
V1.Event.Builder |
mergeRelated(V1.ObjectReference value)
Optional secondary object for more complex actions.
|
V1.Event.Builder |
mergeSeries(V1.EventSeries value)
Data about the Event series this event represents or nil if it's a singleton Event.
|
V1.Event.Builder |
mergeSource(V1.EventSource value)
The component reporting this event.
|
V1.Event.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.Event.Builder |
setAction(String value)
What action was taken/failed regarding to the Regarding object.
|
V1.Event.Builder |
setActionBytes(com.google.protobuf.ByteString value)
What action was taken/failed regarding to the Regarding object.
|
V1.Event.Builder |
setCount(int value)
The number of times this event has occurred.
|
V1.Event.Builder |
setEventTime(Meta.MicroTime.Builder builderForValue)
Time when this Event was first observed.
|
V1.Event.Builder |
setEventTime(Meta.MicroTime value)
Time when this Event was first observed.
|
V1.Event.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.Event.Builder |
setFirstTimestamp(Meta.Time.Builder builderForValue)
The time at which the event was first recorded.
|
V1.Event.Builder |
setFirstTimestamp(Meta.Time value)
The time at which the event was first recorded.
|
V1.Event.Builder |
setInvolvedObject(V1.ObjectReference.Builder builderForValue)
The object that this event is about.
|
V1.Event.Builder |
setInvolvedObject(V1.ObjectReference value)
The object that this event is about.
|
V1.Event.Builder |
setLastTimestamp(Meta.Time.Builder builderForValue)
The time at which the most recent occurrence of this event was recorded.
|
V1.Event.Builder |
setLastTimestamp(Meta.Time value)
The time at which the most recent occurrence of this event was recorded.
|
V1.Event.Builder |
setMessage(String value)
A human-readable description of the status of this operation.
|
V1.Event.Builder |
setMessageBytes(com.google.protobuf.ByteString value)
A human-readable description of the status of this operation.
|
V1.Event.Builder |
setMetadata(Meta.ObjectMeta.Builder builderForValue)
Standard object's metadata.
|
V1.Event.Builder |
setMetadata(Meta.ObjectMeta value)
Standard object's metadata.
|
V1.Event.Builder |
setReason(String value)
This should be a short, machine understandable string that gives the reason
for the transition into the object's current status.
|
V1.Event.Builder |
setReasonBytes(com.google.protobuf.ByteString value)
This should be a short, machine understandable string that gives the reason
for the transition into the object's current status.
|
V1.Event.Builder |
setRelated(V1.ObjectReference.Builder builderForValue)
Optional secondary object for more complex actions.
|
V1.Event.Builder |
setRelated(V1.ObjectReference value)
Optional secondary object for more complex actions.
|
V1.Event.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.Event.Builder |
setReportingComponent(String value)
Name of the controller that emitted this Event, e.g.
|
V1.Event.Builder |
setReportingComponentBytes(com.google.protobuf.ByteString value)
Name of the controller that emitted this Event, e.g.
|
V1.Event.Builder |
setReportingInstance(String value)
ID of the controller instance, e.g.
|
V1.Event.Builder |
setReportingInstanceBytes(com.google.protobuf.ByteString value)
ID of the controller instance, e.g.
|
V1.Event.Builder |
setSeries(V1.EventSeries.Builder builderForValue)
Data about the Event series this event represents or nil if it's a singleton Event.
|
V1.Event.Builder |
setSeries(V1.EventSeries value)
Data about the Event series this event represents or nil if it's a singleton Event.
|
V1.Event.Builder |
setSource(V1.EventSource.Builder builderForValue)
The component reporting this event.
|
V1.Event.Builder |
setSource(V1.EventSource value)
The component reporting this event.
|
V1.Event.Builder |
setType(String value)
Type of this event (Normal, Warning), new types could be added in the future
+optional
|
V1.Event.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
Type of this event (Normal, Warning), new types could be added in the future
+optional
|
V1.Event.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>public V1.Event.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>public V1.Event getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1.Event build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1.Event buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1.Event.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>public V1.Event.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>public V1.Event.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>public V1.Event.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>public V1.Event.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>public V1.Event.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>public V1.Event.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.Event.Builder>public V1.Event.Builder mergeFrom(V1.Event other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>public V1.Event.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.Event.Builder>IOExceptionpublic boolean hasMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;hasMetadata in interface V1.EventOrBuilderpublic Meta.ObjectMeta getMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;getMetadata in interface V1.EventOrBuilderpublic V1.Event.Builder setMetadata(Meta.ObjectMeta value)
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;public V1.Event.Builder setMetadata(Meta.ObjectMeta.Builder builderForValue)
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;public V1.Event.Builder mergeMetadata(Meta.ObjectMeta value)
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;public V1.Event.Builder clearMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;public Meta.ObjectMeta.Builder getMetadataBuilder()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;public Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;getMetadataOrBuilder in interface V1.EventOrBuilderpublic boolean hasInvolvedObject()
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;hasInvolvedObject in interface V1.EventOrBuilderpublic V1.ObjectReference getInvolvedObject()
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;getInvolvedObject in interface V1.EventOrBuilderpublic V1.Event.Builder setInvolvedObject(V1.ObjectReference value)
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;public V1.Event.Builder setInvolvedObject(V1.ObjectReference.Builder builderForValue)
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;public V1.Event.Builder mergeInvolvedObject(V1.ObjectReference value)
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;public V1.Event.Builder clearInvolvedObject()
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;public V1.ObjectReference.Builder getInvolvedObjectBuilder()
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;public V1.ObjectReferenceOrBuilder getInvolvedObjectOrBuilder()
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;getInvolvedObjectOrBuilder in interface V1.EventOrBuilderpublic boolean hasReason()
This should be a short, machine understandable string that gives the reason for the transition into the object's current status. TODO: provide exact specification for format. +optional
optional string reason = 3;hasReason in interface V1.EventOrBuilderpublic String getReason()
This should be a short, machine understandable string that gives the reason for the transition into the object's current status. TODO: provide exact specification for format. +optional
optional string reason = 3;getReason in interface V1.EventOrBuilderpublic com.google.protobuf.ByteString getReasonBytes()
This should be a short, machine understandable string that gives the reason for the transition into the object's current status. TODO: provide exact specification for format. +optional
optional string reason = 3;getReasonBytes in interface V1.EventOrBuilderpublic V1.Event.Builder setReason(String value)
This should be a short, machine understandable string that gives the reason for the transition into the object's current status. TODO: provide exact specification for format. +optional
optional string reason = 3;public V1.Event.Builder clearReason()
This should be a short, machine understandable string that gives the reason for the transition into the object's current status. TODO: provide exact specification for format. +optional
optional string reason = 3;public V1.Event.Builder setReasonBytes(com.google.protobuf.ByteString value)
This should be a short, machine understandable string that gives the reason for the transition into the object's current status. TODO: provide exact specification for format. +optional
optional string reason = 3;public boolean hasMessage()
A human-readable description of the status of this operation. TODO: decide on maximum length. +optional
optional string message = 4;hasMessage in interface V1.EventOrBuilderpublic String getMessage()
A human-readable description of the status of this operation. TODO: decide on maximum length. +optional
optional string message = 4;getMessage in interface V1.EventOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
A human-readable description of the status of this operation. TODO: decide on maximum length. +optional
optional string message = 4;getMessageBytes in interface V1.EventOrBuilderpublic V1.Event.Builder setMessage(String value)
A human-readable description of the status of this operation. TODO: decide on maximum length. +optional
optional string message = 4;public V1.Event.Builder clearMessage()
A human-readable description of the status of this operation. TODO: decide on maximum length. +optional
optional string message = 4;public V1.Event.Builder setMessageBytes(com.google.protobuf.ByteString value)
A human-readable description of the status of this operation. TODO: decide on maximum length. +optional
optional string message = 4;public boolean hasSource()
The component reporting this event. Should be a short machine understandable string. +optional
optional .k8s.io.api.core.v1.EventSource source = 5;hasSource in interface V1.EventOrBuilderpublic V1.EventSource getSource()
The component reporting this event. Should be a short machine understandable string. +optional
optional .k8s.io.api.core.v1.EventSource source = 5;getSource in interface V1.EventOrBuilderpublic V1.Event.Builder setSource(V1.EventSource value)
The component reporting this event. Should be a short machine understandable string. +optional
optional .k8s.io.api.core.v1.EventSource source = 5;public V1.Event.Builder setSource(V1.EventSource.Builder builderForValue)
The component reporting this event. Should be a short machine understandable string. +optional
optional .k8s.io.api.core.v1.EventSource source = 5;public V1.Event.Builder mergeSource(V1.EventSource value)
The component reporting this event. Should be a short machine understandable string. +optional
optional .k8s.io.api.core.v1.EventSource source = 5;public V1.Event.Builder clearSource()
The component reporting this event. Should be a short machine understandable string. +optional
optional .k8s.io.api.core.v1.EventSource source = 5;public V1.EventSource.Builder getSourceBuilder()
The component reporting this event. Should be a short machine understandable string. +optional
optional .k8s.io.api.core.v1.EventSource source = 5;public V1.EventSourceOrBuilder getSourceOrBuilder()
The component reporting this event. Should be a short machine understandable string. +optional
optional .k8s.io.api.core.v1.EventSource source = 5;getSourceOrBuilder in interface V1.EventOrBuilderpublic boolean hasFirstTimestamp()
The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time firstTimestamp = 6;hasFirstTimestamp in interface V1.EventOrBuilderpublic Meta.Time getFirstTimestamp()
The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time firstTimestamp = 6;getFirstTimestamp in interface V1.EventOrBuilderpublic V1.Event.Builder setFirstTimestamp(Meta.Time value)
The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time firstTimestamp = 6;public V1.Event.Builder setFirstTimestamp(Meta.Time.Builder builderForValue)
The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time firstTimestamp = 6;public V1.Event.Builder mergeFirstTimestamp(Meta.Time value)
The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time firstTimestamp = 6;public V1.Event.Builder clearFirstTimestamp()
The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time firstTimestamp = 6;public Meta.Time.Builder getFirstTimestampBuilder()
The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time firstTimestamp = 6;public Meta.TimeOrBuilder getFirstTimestampOrBuilder()
The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time firstTimestamp = 6;getFirstTimestampOrBuilder in interface V1.EventOrBuilderpublic boolean hasLastTimestamp()
The time at which the most recent occurrence of this event was recorded. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTimestamp = 7;hasLastTimestamp in interface V1.EventOrBuilderpublic Meta.Time getLastTimestamp()
The time at which the most recent occurrence of this event was recorded. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTimestamp = 7;getLastTimestamp in interface V1.EventOrBuilderpublic V1.Event.Builder setLastTimestamp(Meta.Time value)
The time at which the most recent occurrence of this event was recorded. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTimestamp = 7;public V1.Event.Builder setLastTimestamp(Meta.Time.Builder builderForValue)
The time at which the most recent occurrence of this event was recorded. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTimestamp = 7;public V1.Event.Builder mergeLastTimestamp(Meta.Time value)
The time at which the most recent occurrence of this event was recorded. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTimestamp = 7;public V1.Event.Builder clearLastTimestamp()
The time at which the most recent occurrence of this event was recorded. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTimestamp = 7;public Meta.Time.Builder getLastTimestampBuilder()
The time at which the most recent occurrence of this event was recorded. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTimestamp = 7;public Meta.TimeOrBuilder getLastTimestampOrBuilder()
The time at which the most recent occurrence of this event was recorded. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTimestamp = 7;getLastTimestampOrBuilder in interface V1.EventOrBuilderpublic boolean hasCount()
The number of times this event has occurred. +optional
optional int32 count = 8;hasCount in interface V1.EventOrBuilderpublic int getCount()
The number of times this event has occurred. +optional
optional int32 count = 8;getCount in interface V1.EventOrBuilderpublic V1.Event.Builder setCount(int value)
The number of times this event has occurred. +optional
optional int32 count = 8;public V1.Event.Builder clearCount()
The number of times this event has occurred. +optional
optional int32 count = 8;public boolean hasType()
Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;hasType in interface V1.EventOrBuilderpublic String getType()
Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;getType in interface V1.EventOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;getTypeBytes in interface V1.EventOrBuilderpublic V1.Event.Builder setType(String value)
Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;public V1.Event.Builder clearType()
Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;public V1.Event.Builder setTypeBytes(com.google.protobuf.ByteString value)
Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;public boolean hasEventTime()
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;hasEventTime in interface V1.EventOrBuilderpublic Meta.MicroTime getEventTime()
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;getEventTime in interface V1.EventOrBuilderpublic V1.Event.Builder setEventTime(Meta.MicroTime value)
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;public V1.Event.Builder setEventTime(Meta.MicroTime.Builder builderForValue)
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;public V1.Event.Builder mergeEventTime(Meta.MicroTime value)
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;public V1.Event.Builder clearEventTime()
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;public Meta.MicroTime.Builder getEventTimeBuilder()
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;public Meta.MicroTimeOrBuilder getEventTimeOrBuilder()
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;getEventTimeOrBuilder in interface V1.EventOrBuilderpublic boolean hasSeries()
Data about the Event series this event represents or nil if it's a singleton Event. +optional
optional .k8s.io.api.core.v1.EventSeries series = 11;hasSeries in interface V1.EventOrBuilderpublic V1.EventSeries getSeries()
Data about the Event series this event represents or nil if it's a singleton Event. +optional
optional .k8s.io.api.core.v1.EventSeries series = 11;getSeries in interface V1.EventOrBuilderpublic V1.Event.Builder setSeries(V1.EventSeries value)
Data about the Event series this event represents or nil if it's a singleton Event. +optional
optional .k8s.io.api.core.v1.EventSeries series = 11;public V1.Event.Builder setSeries(V1.EventSeries.Builder builderForValue)
Data about the Event series this event represents or nil if it's a singleton Event. +optional
optional .k8s.io.api.core.v1.EventSeries series = 11;public V1.Event.Builder mergeSeries(V1.EventSeries value)
Data about the Event series this event represents or nil if it's a singleton Event. +optional
optional .k8s.io.api.core.v1.EventSeries series = 11;public V1.Event.Builder clearSeries()
Data about the Event series this event represents or nil if it's a singleton Event. +optional
optional .k8s.io.api.core.v1.EventSeries series = 11;public V1.EventSeries.Builder getSeriesBuilder()
Data about the Event series this event represents or nil if it's a singleton Event. +optional
optional .k8s.io.api.core.v1.EventSeries series = 11;public V1.EventSeriesOrBuilder getSeriesOrBuilder()
Data about the Event series this event represents or nil if it's a singleton Event. +optional
optional .k8s.io.api.core.v1.EventSeries series = 11;getSeriesOrBuilder in interface V1.EventOrBuilderpublic boolean hasAction()
What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;hasAction in interface V1.EventOrBuilderpublic String getAction()
What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;getAction in interface V1.EventOrBuilderpublic com.google.protobuf.ByteString getActionBytes()
What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;getActionBytes in interface V1.EventOrBuilderpublic V1.Event.Builder setAction(String value)
What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;public V1.Event.Builder clearAction()
What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;public V1.Event.Builder setActionBytes(com.google.protobuf.ByteString value)
What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;public boolean hasRelated()
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;hasRelated in interface V1.EventOrBuilderpublic V1.ObjectReference getRelated()
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;getRelated in interface V1.EventOrBuilderpublic V1.Event.Builder setRelated(V1.ObjectReference value)
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;public V1.Event.Builder setRelated(V1.ObjectReference.Builder builderForValue)
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;public V1.Event.Builder mergeRelated(V1.ObjectReference value)
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;public V1.Event.Builder clearRelated()
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;public V1.ObjectReference.Builder getRelatedBuilder()
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;public V1.ObjectReferenceOrBuilder getRelatedOrBuilder()
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;getRelatedOrBuilder in interface V1.EventOrBuilderpublic boolean hasReportingComponent()
Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;hasReportingComponent in interface V1.EventOrBuilderpublic String getReportingComponent()
Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;getReportingComponent in interface V1.EventOrBuilderpublic com.google.protobuf.ByteString getReportingComponentBytes()
Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;getReportingComponentBytes in interface V1.EventOrBuilderpublic V1.Event.Builder setReportingComponent(String value)
Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;public V1.Event.Builder clearReportingComponent()
Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;public V1.Event.Builder setReportingComponentBytes(com.google.protobuf.ByteString value)
Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;public boolean hasReportingInstance()
ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;hasReportingInstance in interface V1.EventOrBuilderpublic String getReportingInstance()
ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;getReportingInstance in interface V1.EventOrBuilderpublic com.google.protobuf.ByteString getReportingInstanceBytes()
ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;getReportingInstanceBytes in interface V1.EventOrBuilderpublic V1.Event.Builder setReportingInstance(String value)
ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;public V1.Event.Builder clearReportingInstance()
ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;public V1.Event.Builder setReportingInstanceBytes(com.google.protobuf.ByteString value)
ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;public final V1.Event.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>public final V1.Event.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>Copyright © 2019. All rights reserved.