public static interface V1Certificates.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()
lastUpdateTime is the time of the last update to this condition
+optional
|
Meta.TimeOrBuilder |
getLastUpdateTimeOrBuilder()
lastUpdateTime is the time of the last update to this condition
+optional
|
String |
getMessage()
message contains a human readable message with details about the request state
+optional
|
com.google.protobuf.ByteString |
getMessageBytes()
message contains a human readable message with details about the request state
+optional
|
String |
getReason()
reason indicates a brief reason for the request state
+optional
|
com.google.protobuf.ByteString |
getReasonBytes()
reason indicates a 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()
lastUpdateTime is the time of the last update to this condition
+optional
|
boolean |
hasMessage()
message contains a human readable message with details about the request state
+optional
|
boolean |
hasReason()
reason indicates a 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 are "Approved", "Denied", and "Failed". An "Approved" condition is added via the /approval subresource, indicating the request was approved and should be issued by the signer. A "Denied" condition is added via the /approval subresource, indicating the request was denied and should not be issued by the signer. A "Failed" condition is added via the /status subresource, indicating the signer failed to issue the certificate. Approved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added. Only one condition of a given type is allowed.
optional string type = 1;String getType()
type of the condition. Known conditions are "Approved", "Denied", and "Failed". An "Approved" condition is added via the /approval subresource, indicating the request was approved and should be issued by the signer. A "Denied" condition is added via the /approval subresource, indicating the request was denied and should not be issued by the signer. A "Failed" condition is added via the /status subresource, indicating the signer failed to issue the certificate. Approved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added. Only one condition of a given type is allowed.
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
type of the condition. Known conditions are "Approved", "Denied", and "Failed". An "Approved" condition is added via the /approval subresource, indicating the request was approved and should be issued by the signer. A "Denied" condition is added via the /approval subresource, indicating the request was denied and should not be issued by the signer. A "Failed" condition is added via the /status subresource, indicating the signer failed to issue the certificate. Approved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added. Only one condition of a given type is allowed.
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".
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".
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".
optional string status = 6;boolean hasReason()
reason indicates a brief reason for the request state +optional
optional string reason = 2;String getReason()
reason indicates a brief reason for the request state +optional
optional string reason = 2;com.google.protobuf.ByteString getReasonBytes()
reason indicates a brief reason for the request state +optional
optional string reason = 2;boolean hasMessage()
message contains a human readable message with details about the request state +optional
optional string message = 3;String getMessage()
message contains a human readable message with details about the request state +optional
optional string message = 3;com.google.protobuf.ByteString getMessageBytes()
message contains a human readable message with details about the request state +optional
optional string message = 3;boolean hasLastUpdateTime()
lastUpdateTime is the time of the last update to this condition +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 4;Meta.Time getLastUpdateTime()
lastUpdateTime is the time of the last update to this condition +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 4;Meta.TimeOrBuilder getLastUpdateTimeOrBuilder()
lastUpdateTime is the time of 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.