Package io.kubernetes.client.proto
Interface V1.EventOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.Event
,V1.Event.Builder
- Enclosing class:
- V1
public static interface V1.EventOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionWhat action was taken/failed regarding to the Regarding object.com.google.protobuf.ByteString
What action was taken/failed regarding to the Regarding object.int
getCount()
The number of times this event has occurred.Time when this Event was first observed.Time when this Event was first observed.The time at which the event was first recorded.The time at which the event was first recorded.The object that this event is about.The object that this event is about.The time at which the most recent occurrence of this event was recorded.The time at which the most recent occurrence of this event was recorded.A human-readable description of the status of this operation.com.google.protobuf.ByteString
A human-readable description of the status of this operation.Standard object's metadata.Standard object's metadata.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
This should be a short, machine understandable string that gives the reason for the transition into the object's current status.Optional secondary object for more complex actions.Optional secondary object for more complex actions.Name of the controller that emitted this Event, e.g.com.google.protobuf.ByteString
Name of the controller that emitted this Event, e.g.ID of the controller instance, e.g.com.google.protobuf.ByteString
ID of the controller instance, e.g.Data about the Event series this event represents or nil if it's a singleton Event.Data about the Event series this event represents or nil if it's a singleton Event.The component reporting this event.The component reporting this event.getType()
Type of this event (Normal, Warning), new types could be added in the future +optionalcom.google.protobuf.ByteString
Type of this event (Normal, Warning), new types could be added in the future +optionalboolean
What action was taken/failed regarding to the Regarding object.boolean
hasCount()
The number of times this event has occurred.boolean
Time when this Event was first observed.boolean
The time at which the event was first recorded.boolean
The object that this event is about.boolean
The time at which the most recent occurrence of this event was recorded.boolean
A human-readable description of the status of this operation.boolean
Standard object's metadata.boolean
This should be a short, machine understandable string that gives the reason for the transition into the object's current status.boolean
Optional secondary object for more complex actions.boolean
Name of the controller that emitted this Event, e.g.boolean
ID of the controller instance, e.g.boolean
Data about the Event series this event represents or nil if it's a singleton Event.boolean
The component reporting this event.boolean
hasType()
Type of this event (Normal, Warning), new types could be added in the future +optionalMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean 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;
-
getMetadata
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;
-
getMetadataOrBuilder
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;
-
hasInvolvedObject
boolean hasInvolvedObject()The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;
-
getInvolvedObject
V1.ObjectReference getInvolvedObject()The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;
-
getInvolvedObjectOrBuilder
V1.ObjectReferenceOrBuilder getInvolvedObjectOrBuilder()The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;
-
hasReason
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;
-
getReason
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;
-
getReasonBytes
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;
-
hasMessage
boolean hasMessage()A human-readable description of the status of this operation. TODO: decide on maximum length. +optional
optional string message = 4;
-
getMessage
String getMessage()A human-readable description of the status of this operation. TODO: decide on maximum length. +optional
optional string message = 4;
-
getMessageBytes
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;
-
hasSource
boolean hasSource()The component reporting this event. Should be a short machine understandable string. +optional
optional .k8s.io.api.core.v1.EventSource source = 5;
-
getSource
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;
-
getSourceOrBuilder
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;
-
hasFirstTimestamp
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;
-
getFirstTimestamp
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;
-
getFirstTimestampOrBuilder
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;
-
hasLastTimestamp
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;
-
getLastTimestamp
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;
-
getLastTimestampOrBuilder
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;
-
hasCount
boolean hasCount()The number of times this event has occurred. +optional
optional int32 count = 8;
-
getCount
int getCount()The number of times this event has occurred. +optional
optional int32 count = 8;
-
hasType
boolean hasType()Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;
-
getType
String getType()Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;
-
hasEventTime
boolean hasEventTime()Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;
-
getEventTime
Meta.MicroTime getEventTime()Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;
-
getEventTimeOrBuilder
Meta.MicroTimeOrBuilder getEventTimeOrBuilder()Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;
-
hasSeries
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;
-
getSeries
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;
-
getSeriesOrBuilder
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;
-
hasAction
boolean hasAction()What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;
-
getAction
String getAction()What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;
-
getActionBytes
com.google.protobuf.ByteString getActionBytes()What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;
-
hasRelated
boolean hasRelated()Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;
-
getRelated
V1.ObjectReference getRelated()Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;
-
getRelatedOrBuilder
V1.ObjectReferenceOrBuilder getRelatedOrBuilder()Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;
-
hasReportingComponent
boolean hasReportingComponent()Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;
-
getReportingComponent
String getReportingComponent()Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;
-
getReportingComponentBytes
com.google.protobuf.ByteString getReportingComponentBytes()Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;
-
hasReportingInstance
boolean hasReportingInstance()ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;
-
getReportingInstance
String getReportingInstance()ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;
-
getReportingInstanceBytes
com.google.protobuf.ByteString getReportingInstanceBytes()ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;
-