Interface V1.PodReadinessGateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.PodReadinessGate, V1.PodReadinessGate.Builder
Enclosing class:
V1

public static interface V1.PodReadinessGateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    ConditionType refers to a condition in the pod's condition list with matching type.
    com.google.protobuf.ByteString
    ConditionType refers to a condition in the pod's condition list with matching type.
    boolean
    ConditionType refers to a condition in the pod's condition list with matching type.

    Methods 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

    • hasConditionType

      boolean hasConditionType()
       ConditionType refers to a condition in the pod's condition list with matching type.
       
      optional string conditionType = 1;
    • getConditionType

      String getConditionType()
       ConditionType refers to a condition in the pod's condition list with matching type.
       
      optional string conditionType = 1;
    • getConditionTypeBytes

      com.google.protobuf.ByteString getConditionTypeBytes()
       ConditionType refers to a condition in the pod's condition list with matching type.
       
      optional string conditionType = 1;