public static interface V1beta1Apps.DeploymentConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.Time |
getLastTransitionTime()
Last time the condition transitioned from one status to another.
|
Meta.TimeOrBuilder |
getLastTransitionTimeOrBuilder()
Last time the condition transitioned from one status to another.
|
Meta.Time |
getLastUpdateTime()
The last time this condition was updated.
|
Meta.TimeOrBuilder |
getLastUpdateTimeOrBuilder()
The last time this condition was updated.
|
String |
getMessage()
A human readable message indicating details about the transition.
|
com.google.protobuf.ByteString |
getMessageBytes()
A human readable message indicating details about the transition.
|
String |
getReason()
The reason for the condition's last transition.
|
com.google.protobuf.ByteString |
getReasonBytes()
The reason for the condition's last transition.
|
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 deployment condition.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of deployment condition.
|
boolean |
hasLastTransitionTime()
Last time the condition transitioned from one status to another.
|
boolean |
hasLastUpdateTime()
The last time this condition was updated.
|
boolean |
hasMessage()
A human readable message indicating details about the transition.
|
boolean |
hasReason()
The reason for the condition's last transition.
|
boolean |
hasStatus()
Status of the condition, one of True, False, Unknown.
|
boolean |
hasType()
Type of deployment condition.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
Type of deployment condition.
optional string type = 1;String getType()
Type of deployment condition.
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
Type of deployment condition.
optional string type = 1;boolean hasStatus()
Status of the condition, one of True, False, Unknown.
optional string status = 2;String getStatus()
Status of the condition, one of True, False, Unknown.
optional string status = 2;com.google.protobuf.ByteString getStatusBytes()
Status of the condition, one of True, False, Unknown.
optional string status = 2;boolean hasLastUpdateTime()
The last time this condition was updated.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6;Meta.Time getLastUpdateTime()
The last time this condition was updated.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6;Meta.TimeOrBuilder getLastUpdateTimeOrBuilder()
The last time this condition was updated.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastUpdateTime = 6;boolean hasLastTransitionTime()
Last time the condition transitioned from one status to another.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 7;Meta.Time getLastTransitionTime()
Last time the condition transitioned from one status to another.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 7;Meta.TimeOrBuilder getLastTransitionTimeOrBuilder()
Last time the condition transitioned from one status to another.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 7;boolean hasReason()
The reason for the condition's last transition.
optional string reason = 4;String getReason()
The reason for the condition's last transition.
optional string reason = 4;com.google.protobuf.ByteString getReasonBytes()
The reason for the condition's last transition.
optional string reason = 4;boolean hasMessage()
A human readable message indicating details about the transition.
optional string message = 5;String getMessage()
A human readable message indicating details about the transition.
optional string message = 5;com.google.protobuf.ByteString getMessageBytes()
A human readable message indicating details about the transition.
optional string message = 5;Copyright © 2021. All rights reserved.