Package io.kubernetes.client.proto
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 TypeMethodDescriptionlastTransitionTime 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 +optionaltimestamp for the last update to this condition +optionalhuman readable message with details about the request state +optionalcom.google.protobuf.ByteStringhuman readable message with details about the request state +optionalbrief reason for the request state +optionalcom.google.protobuf.ByteStringbrief reason for the request state +optionalStatus of the condition, one of True, False, Unknown.com.google.protobuf.ByteStringStatus of the condition, one of True, False, Unknown.getType()type of the condition.com.google.protobuf.ByteStringtype of the condition.booleanlastTransitionTime is the time the condition last transitioned from one status to another.booleantimestamp for the last update to this condition +optionalbooleanhuman readable message with details about the request state +optionalbooleanbrief reason for the request state +optionalbooleanStatus of the condition, one of True, False, Unknown.booleanhasType()type of the condition.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-