public static interface V1beta1Certificates.CertificateSigningRequestConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.Time |
getLastTransitionTime()
lastTransitionTime is the time the condition last transitioned from one status to another.
|
Meta.TimeOrBuilder |
getLastTransitionTimeOrBuilder()
lastTransitionTime is the time the condition last transitioned from one status to another.
|
Meta.Time |
getLastUpdateTime()
timestamp for the last update to this condition
+optional
|
Meta.TimeOrBuilder |
getLastUpdateTimeOrBuilder()
timestamp for the last update to this condition
+optional
|
String |
getMessage()
human readable message with details about the request state
+optional
|
com.google.protobuf.ByteString |
getMessageBytes()
human readable message with details about the request state
+optional
|
String |
getReason()
brief reason for the request state
+optional
|
com.google.protobuf.ByteString |
getReasonBytes()
brief reason for the request state
+optional
|
String |
getStatus()
Status of the condition, one of True, False, Unknown.
|
com.google.protobuf.ByteString |
getStatusBytes()
Status of the condition, one of True, False, Unknown.
|
String |
getType()
type of the condition.
|
com.google.protobuf.ByteString |
getTypeBytes()
type of the condition.
|
boolean |
hasLastTransitionTime()
lastTransitionTime is the time the condition last transitioned from one status to another.
|
boolean |
hasLastUpdateTime()
timestamp for the last update to this condition
+optional
|
boolean |
hasMessage()
human readable message with details about the request state
+optional
|
boolean |
hasReason()
brief reason for the request state
+optional
|
boolean |
hasStatus()
Status of the condition, one of True, False, Unknown.
|
boolean |
hasType()
type of the condition.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
type of the condition. Known conditions include "Approved", "Denied", and "Failed".
optional string type = 1;String getType()
type of the condition. Known conditions include "Approved", "Denied", and "Failed".
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
type of the condition. Known conditions include "Approved", "Denied", and "Failed".
optional string type = 1;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;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;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;boolean hasReason()
brief reason for the request state +optional
optional string reason = 2;String getReason()
brief reason for the request state +optional
optional string reason = 2;com.google.protobuf.ByteString getReasonBytes()
brief reason for the request state +optional
optional string reason = 2;boolean hasMessage()
human readable message with details about the request state +optional
optional string message = 3;String getMessage()
human readable message with details about the request state +optional
optional string message = 3;com.google.protobuf.ByteString getMessageBytes()
human readable message with details about the request state +optional
optional string message = 3;boolean hasLastUpdateTime()
timestamp for the last update to this condition +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 4;Meta.Time getLastUpdateTime()
timestamp for the last update to this condition +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 4;Meta.TimeOrBuilder getLastUpdateTimeOrBuilder()
timestamp for the last update to this condition +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 4;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;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;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;Copyright © 2023. All rights reserved.