public static interface V1.EventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
The number of times this event has occurred.
|
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.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 |
hasCount()
The number of times this event has occurred.
|
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 |
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/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/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/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;Copyright © 2018. All rights reserved.