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 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;