Interface V1beta1Extensions.DeploymentConditionOrBuilder

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

public static interface V1beta1Extensions.DeploymentConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Last time the condition transitioned from one status to another.
    Last time the condition transitioned from one status to another.
    The last time this condition was updated.
    The last time this condition was updated.
    A human readable message indicating details about the transition.
    com.google.protobuf.ByteString
    A human readable message indicating details about the transition.
    The reason for the condition's last transition.
    com.google.protobuf.ByteString
    The reason for the condition's last transition.
    Status of the condition, one of True, False, Unknown.
    com.google.protobuf.ByteString
    Status of the condition, one of True, False, Unknown.
    Type of deployment condition.
    com.google.protobuf.ByteString
    Type of deployment condition.
    boolean
    Last time the condition transitioned from one status to another.
    boolean
    The last time this condition was updated.
    boolean
    A human readable message indicating details about the transition.
    boolean
    The reason for the condition's last transition.
    boolean
    Status of the condition, one of True, False, Unknown.
    boolean
    Type of deployment 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 of deployment condition.
       
      optional string type = 1;
    • getType

      String getType()
       Type of deployment condition.
       
      optional string type = 1;
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       Type of deployment condition.
       
      optional string type = 1;
    • hasStatus

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

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

      com.google.protobuf.ByteString getStatusBytes()
       Status of the condition, one of True, False, Unknown.
       
      optional string status = 2;
    • hasLastUpdateTime

      boolean hasLastUpdateTime()
       The last time this condition was updated.
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6;
    • getLastUpdateTime

      Meta.Time getLastUpdateTime()
       The last time this condition was updated.
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6;
    • getLastUpdateTimeOrBuilder

      Meta.TimeOrBuilder getLastUpdateTimeOrBuilder()
       The last time this condition was updated.
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6;
    • hasLastTransitionTime

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

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

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

      boolean hasReason()
       The reason for the condition's last transition.
       
      optional string reason = 4;
    • getReason

      String getReason()
       The reason for the condition's last transition.
       
      optional string reason = 4;
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
       The reason for the condition's last transition.
       
      optional string reason = 4;
    • hasMessage

      boolean hasMessage()
       A human readable message indicating details about the transition.
       
      optional string message = 5;
    • getMessage

      String getMessage()
       A human readable message indicating details about the transition.
       
      optional string message = 5;
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       A human readable message indicating details about the transition.
       
      optional string message = 5;