Interface V1beta1Certificates.CertificateSigningRequestConditionOrBuilder

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

public static interface V1beta1Certificates.CertificateSigningRequestConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    lastTransitionTime is the time the condition last transitioned from one status to another.
    lastTransitionTime is the time the condition last transitioned from one status to another.
    timestamp for the last update to this condition +optional
    timestamp for the last update to this condition +optional
    human readable message with details about the request state +optional
    com.google.protobuf.ByteString
    human readable message with details about the request state +optional
    brief reason for the request state +optional
    com.google.protobuf.ByteString
    brief reason for the request state +optional
    Status of the condition, one of True, False, Unknown.
    com.google.protobuf.ByteString
    Status of the condition, one of True, False, Unknown.
    type of the condition.
    com.google.protobuf.ByteString
    type of the condition.
    boolean
    lastTransitionTime is the time the condition last transitioned from one status to another.
    boolean
    timestamp for the last update to this condition +optional
    boolean
    human readable message with details about the request state +optional
    boolean
    brief reason for the request state +optional
    boolean
    Status of the condition, one of True, False, Unknown.
    boolean
    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 of the condition. Known conditions include "Approved", "Denied", and "Failed".
       
      optional string type = 1;
    • getType

      String getType()
       type of the condition. Known conditions include "Approved", "Denied", and "Failed".
       
      optional string type = 1;
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       type of the condition. Known conditions include "Approved", "Denied", and "Failed".
       
      optional string type = 1;
    • hasStatus

      boolean hasStatus()
       Status of the condition, one of True, False, Unknown.
       Approved, Denied, and Failed conditions may not be "False" or "Unknown".
       Defaults to "True".
       If unset, should be treated as "True".
       +optional
       
      optional string status = 6;
    • getStatus

      String getStatus()
       Status of the condition, one of True, False, Unknown.
       Approved, Denied, and Failed conditions may not be "False" or "Unknown".
       Defaults to "True".
       If unset, should be treated as "True".
       +optional
       
      optional string status = 6;
    • getStatusBytes

      com.google.protobuf.ByteString getStatusBytes()
       Status of the condition, one of True, False, Unknown.
       Approved, Denied, and Failed conditions may not be "False" or "Unknown".
       Defaults to "True".
       If unset, should be treated as "True".
       +optional
       
      optional string status = 6;
    • hasReason

      boolean hasReason()
       brief reason for the request state
       +optional
       
      optional string reason = 2;
    • getReason

      String getReason()
       brief reason for the request state
       +optional
       
      optional string reason = 2;
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
       brief reason for the request state
       +optional
       
      optional string reason = 2;
    • hasMessage

      boolean hasMessage()
       human readable message with details about the request state
       +optional
       
      optional string message = 3;
    • getMessage

      String getMessage()
       human readable message with details about the request state
       +optional
       
      optional string message = 3;
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       human readable message with details about the request state
       +optional
       
      optional string message = 3;
    • hasLastUpdateTime

      boolean hasLastUpdateTime()
       timestamp for the last update to this condition
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 4;
    • getLastUpdateTime

      Meta.Time getLastUpdateTime()
       timestamp for the last update to this condition
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 4;
    • getLastUpdateTimeOrBuilder

      Meta.TimeOrBuilder getLastUpdateTimeOrBuilder()
       timestamp for the last update to this condition
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 4;
    • hasLastTransitionTime

      boolean hasLastTransitionTime()
       lastTransitionTime is the time the condition last transitioned from one status to another.
       If unset, when a new condition type is added or an existing condition's status is changed,
       the server defaults this to the current time.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 5;
    • getLastTransitionTime

      Meta.Time getLastTransitionTime()
       lastTransitionTime is the time the condition last transitioned from one status to another.
       If unset, when a new condition type is added or an existing condition's status is changed,
       the server defaults this to the current time.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 5;
    • getLastTransitionTimeOrBuilder

      Meta.TimeOrBuilder getLastTransitionTimeOrBuilder()
       lastTransitionTime is the time the condition last transitioned from one status to another.
       If unset, when a new condition type is added or an existing condition's status is changed,
       the server defaults this to the current time.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 5;