Interface Generated.PodReadinessGateOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getConditionType()
      ConditionType refers to a condition in the pod's condition list with matching type.
      com.google.protobuf.ByteString getConditionTypeBytes()
      ConditionType refers to a condition in the pod's condition list with matching type.
      boolean hasConditionType()
      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 Detail

      • hasConditionType

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

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

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