public static interface V1.EventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
Meta.MicroTime |
getEventTime()
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.TimeOrBuilder |
getFirstTimestampOrBuilder()
The time at which the event was first recorded.
|
V1.ObjectReference |
getInvolvedObject()
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.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.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.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.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.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
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasInvolvedObject()
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;V1.ObjectReference getInvolvedObject()
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;V1.ObjectReferenceOrBuilder getInvolvedObjectOrBuilder()
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;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;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;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;boolean hasMessage()
A human-readable description of the status of this operation. TODO: decide on maximum length. +optional
optional string message = 4;String getMessage()
A human-readable description of the status of this operation. TODO: decide on maximum length. +optional
optional string message = 4;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;boolean hasSource()
The component reporting this event. Should be a short machine understandable string. +optional
optional .k8s.io.api.core.v1.EventSource source = 5;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;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;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;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;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;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;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;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;boolean hasCount()
The number of times this event has occurred. +optional
optional int32 count = 8;int getCount()
The number of times this event has occurred. +optional
optional int32 count = 8;boolean hasType()
Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;String getType()
Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;com.google.protobuf.ByteString getTypeBytes()
Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;boolean hasEventTime()
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;Meta.MicroTime getEventTime()
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;Meta.MicroTimeOrBuilder getEventTimeOrBuilder()
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;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;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;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;boolean hasAction()
What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;String getAction()
What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;com.google.protobuf.ByteString getActionBytes()
What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;boolean hasRelated()
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;V1.ObjectReference getRelated()
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;V1.ObjectReferenceOrBuilder getRelatedOrBuilder()
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;boolean hasReportingComponent()
Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;String getReportingComponent()
Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;com.google.protobuf.ByteString getReportingComponentBytes()
Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;boolean hasReportingInstance()
ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;String getReportingInstance()
ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;com.google.protobuf.ByteString getReportingInstanceBytes()
ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;Copyright © 2023. All rights reserved.