Class V1.PreferAvoidPodsEntry

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.kubernetes.client.proto.V1.PreferAvoidPodsEntry
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1.PreferAvoidPodsEntryOrBuilder, Serializable
Enclosing class:
V1

public static final class V1.PreferAvoidPodsEntry extends com.google.protobuf.GeneratedMessageV3 implements V1.PreferAvoidPodsEntryOrBuilder
 Describes a class of pods that should avoid this node.
 
Protobuf type k8s.io.api.core.v1.PreferAvoidPodsEntry
See Also:
  • Field Details

  • Method Details

    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasPodSignature

      public boolean hasPodSignature()
       The class of pods.
       
      optional .k8s.io.api.core.v1.PodSignature podSignature = 1;
      Specified by:
      hasPodSignature in interface V1.PreferAvoidPodsEntryOrBuilder
    • getPodSignature

      public V1.PodSignature getPodSignature()
       The class of pods.
       
      optional .k8s.io.api.core.v1.PodSignature podSignature = 1;
      Specified by:
      getPodSignature in interface V1.PreferAvoidPodsEntryOrBuilder
    • getPodSignatureOrBuilder

      public V1.PodSignatureOrBuilder getPodSignatureOrBuilder()
       The class of pods.
       
      optional .k8s.io.api.core.v1.PodSignature podSignature = 1;
      Specified by:
      getPodSignatureOrBuilder in interface V1.PreferAvoidPodsEntryOrBuilder
    • hasEvictionTime

      public boolean hasEvictionTime()
       Time at which this entry was added to the list.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2;
      Specified by:
      hasEvictionTime in interface V1.PreferAvoidPodsEntryOrBuilder
    • getEvictionTime

      public Meta.Time getEvictionTime()
       Time at which this entry was added to the list.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2;
      Specified by:
      getEvictionTime in interface V1.PreferAvoidPodsEntryOrBuilder
    • getEvictionTimeOrBuilder

      public Meta.TimeOrBuilder getEvictionTimeOrBuilder()
       Time at which this entry was added to the list.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2;
      Specified by:
      getEvictionTimeOrBuilder in interface V1.PreferAvoidPodsEntryOrBuilder
    • hasReason

      public boolean hasReason()
       (brief) reason why this entry was added to the list.
       +optional
       
      optional string reason = 3;
      Specified by:
      hasReason in interface V1.PreferAvoidPodsEntryOrBuilder
    • getReason

      public String getReason()
       (brief) reason why this entry was added to the list.
       +optional
       
      optional string reason = 3;
      Specified by:
      getReason in interface V1.PreferAvoidPodsEntryOrBuilder
    • getReasonBytes

      public com.google.protobuf.ByteString getReasonBytes()
       (brief) reason why this entry was added to the list.
       +optional
       
      optional string reason = 3;
      Specified by:
      getReasonBytes in interface V1.PreferAvoidPodsEntryOrBuilder
    • hasMessage

      public boolean hasMessage()
       Human readable message indicating why this entry was added to the list.
       +optional
       
      optional string message = 4;
      Specified by:
      hasMessage in interface V1.PreferAvoidPodsEntryOrBuilder
    • getMessage

      public String getMessage()
       Human readable message indicating why this entry was added to the list.
       +optional
       
      optional string message = 4;
      Specified by:
      getMessage in interface V1.PreferAvoidPodsEntryOrBuilder
    • getMessageBytes

      public com.google.protobuf.ByteString getMessageBytes()
       Human readable message indicating why this entry was added to the list.
       +optional
       
      optional string message = 4;
      Specified by:
      getMessageBytes in interface V1.PreferAvoidPodsEntryOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static V1.PreferAvoidPodsEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.PreferAvoidPodsEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.PreferAvoidPodsEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.PreferAvoidPodsEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.PreferAvoidPodsEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.PreferAvoidPodsEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.PreferAvoidPodsEntry parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.PreferAvoidPodsEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static V1.PreferAvoidPodsEntry parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static V1.PreferAvoidPodsEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.PreferAvoidPodsEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.PreferAvoidPodsEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public V1.PreferAvoidPodsEntry.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static V1.PreferAvoidPodsEntry.Builder newBuilder()
    • newBuilder

      public static V1.PreferAvoidPodsEntry.Builder newBuilder(V1.PreferAvoidPodsEntry prototype)
    • toBuilder

      public V1.PreferAvoidPodsEntry.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected V1.PreferAvoidPodsEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static V1.PreferAvoidPodsEntry getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<V1.PreferAvoidPodsEntry> parser()
    • getParserForType

      public com.google.protobuf.Parser<V1.PreferAvoidPodsEntry> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public V1.PreferAvoidPodsEntry getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder