Interface V1beta1Apiextensions.CustomResourceDefinitionConditionOrBuilder

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

public static interface V1beta1Apiextensions.CustomResourceDefinitionConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    lastTransitionTime last time the condition transitioned from one status to another.
    lastTransitionTime last time the condition transitioned from one status to another.
    message is a human-readable message indicating details about last transition.
    com.google.protobuf.ByteString
    message is a human-readable message indicating details about last transition.
    reason is a unique, one-word, CamelCase reason for the condition's last transition.
    com.google.protobuf.ByteString
    reason is a unique, one-word, CamelCase reason for the condition's last transition.
    status is the status of the condition.
    com.google.protobuf.ByteString
    status is the status of the condition.
    type is the type of the condition.
    com.google.protobuf.ByteString
    type is the type of the condition.
    boolean
    lastTransitionTime last time the condition transitioned from one status to another.
    boolean
    message is a human-readable message indicating details about last transition.
    boolean
    reason is a unique, one-word, CamelCase reason for the condition's last transition.
    boolean
    status is the status of the condition.
    boolean
    type is the type of the condition.

    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

    • hasType

      boolean hasType()
       type is the type of the condition. Types include Established, NamesAccepted and Terminating.
       
      optional string type = 1;
    • getType

      String getType()
       type is the type of the condition. Types include Established, NamesAccepted and Terminating.
       
      optional string type = 1;
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       type is the type of the condition. Types include Established, NamesAccepted and Terminating.
       
      optional string type = 1;
    • hasStatus

      boolean hasStatus()
       status is the status of the condition.
       Can be True, False, Unknown.
       
      optional string status = 2;
    • getStatus

      String getStatus()
       status is the status of the condition.
       Can be True, False, Unknown.
       
      optional string status = 2;
    • getStatusBytes

      com.google.protobuf.ByteString getStatusBytes()
       status is the status of the condition.
       Can be True, False, Unknown.
       
      optional string status = 2;
    • hasLastTransitionTime

      boolean hasLastTransitionTime()
       lastTransitionTime last time the condition transitioned from one status to another.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
    • getLastTransitionTime

      Meta.Time getLastTransitionTime()
       lastTransitionTime last time the condition transitioned from one status to another.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
    • getLastTransitionTimeOrBuilder

      Meta.TimeOrBuilder getLastTransitionTimeOrBuilder()
       lastTransitionTime last time the condition transitioned from one status to another.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
    • hasReason

      boolean hasReason()
       reason is a unique, one-word, CamelCase reason for the condition's last transition.
       +optional
       
      optional string reason = 4;
    • getReason

      String getReason()
       reason is a unique, one-word, CamelCase reason for the condition's last transition.
       +optional
       
      optional string reason = 4;
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
       reason is a unique, one-word, CamelCase reason for the condition's last transition.
       +optional
       
      optional string reason = 4;
    • hasMessage

      boolean hasMessage()
       message is a human-readable message indicating details about last transition.
       +optional
       
      optional string message = 5;
    • getMessage

      String getMessage()
       message is a human-readable message indicating details about last transition.
       +optional
       
      optional string message = 5;
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       message is a human-readable message indicating details about last transition.
       +optional
       
      optional string message = 5;