Interface Generated.PreferAvoidPodsEntryOrBuilder

    • Method Detail

      • hasPodSignature

        boolean hasPodSignature()
         The class of pods.
         
        optional .k8s.io.api.core.v1.PodSignature podSignature = 1;
        Returns:
        Whether the podSignature field is set.
      • getPodSignature

        Generated.PodSignature getPodSignature()
         The class of pods.
         
        optional .k8s.io.api.core.v1.PodSignature podSignature = 1;
        Returns:
        The podSignature.
      • getPodSignatureOrBuilder

        Generated.PodSignatureOrBuilder getPodSignatureOrBuilder()
         The class of pods.
         
        optional .k8s.io.api.core.v1.PodSignature podSignature = 1;
      • hasEvictionTime

        boolean hasEvictionTime()
         Time at which this entry was added to the list.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2;
        Returns:
        Whether the evictionTime field is set.
      • getEvictionTime

        Generated.Time getEvictionTime()
         Time at which this entry was added to the list.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2;
        Returns:
        The evictionTime.
      • getEvictionTimeOrBuilder

        Generated.TimeOrBuilder getEvictionTimeOrBuilder()
         Time at which this entry was added to the list.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time evictionTime = 2;
      • hasReason

        boolean hasReason()
         (brief) reason why this entry was added to the list.
         +optional
         
        optional string reason = 3;
        Returns:
        Whether the reason field is set.
      • getReason

        String getReason()
         (brief) reason why this entry was added to the list.
         +optional
         
        optional string reason = 3;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
         (brief) reason why this entry was added to the list.
         +optional
         
        optional string reason = 3;
        Returns:
        The bytes for reason.
      • hasMessage

        boolean hasMessage()
         Human readable message indicating why this entry was added to the list.
         +optional
         
        optional string message = 4;
        Returns:
        Whether the message field is set.
      • getMessage

        String getMessage()
         Human readable message indicating why this entry was added to the list.
         +optional
         
        optional string message = 4;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
         Human readable message indicating why this entry was added to the list.
         +optional
         
        optional string message = 4;
        Returns:
        The bytes for message.