Package io.kubernetes.client.proto
Interface V1.PodConditionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.PodCondition,V1.PodCondition.Builder
- Enclosing class:
- V1
public static interface V1.PodConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLast time we probed the condition.Last time we probed the condition.Last time the condition transitioned from one status to another.Last time the condition transitioned from one status to another.Human-readable message indicating details about last transition.com.google.protobuf.ByteStringHuman-readable message indicating details about last transition.Unique, one-word, CamelCase reason for the condition's last transition.com.google.protobuf.ByteStringUnique, one-word, CamelCase reason for the condition's last transition.Status is the status of the condition.com.google.protobuf.ByteStringStatus is the status of the condition.getType()Type is the type of the condition.com.google.protobuf.ByteStringType is the type of the condition.booleanLast time we probed the condition.booleanLast time the condition transitioned from one status to another.booleanHuman-readable message indicating details about last transition.booleanUnique, one-word, CamelCase reason for the condition's last transition.booleanStatus is the status of the condition.booleanhasType()Type is the 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 is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
optional string type = 1; -
getType
String getType()Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
optional string type = 1; -
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
optional string type = 1; -
hasStatus
boolean hasStatus()Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
optional string status = 2; -
getStatus
String getStatus()Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
optional string status = 2; -
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
optional string status = 2; -
hasLastProbeTime
boolean hasLastProbeTime()Last time we probed the condition. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3; -
getLastProbeTime
Meta.Time getLastProbeTime()Last time we probed the condition. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3; -
getLastProbeTimeOrBuilder
Meta.TimeOrBuilder getLastProbeTimeOrBuilder()Last time we probed the condition. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3; -
hasLastTransitionTime
boolean hasLastTransitionTime()Last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4; -
getLastTransitionTime
Meta.Time getLastTransitionTime()Last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4; -
getLastTransitionTimeOrBuilder
Meta.TimeOrBuilder getLastTransitionTimeOrBuilder()Last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4; -
hasReason
boolean hasReason()Unique, one-word, CamelCase reason for the condition's last transition. +optional
optional string reason = 5; -
getReason
String getReason()Unique, one-word, CamelCase reason for the condition's last transition. +optional
optional string reason = 5; -
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()Unique, one-word, CamelCase reason for the condition's last transition. +optional
optional string reason = 5; -
hasMessage
boolean hasMessage()Human-readable message indicating details about last transition. +optional
optional string message = 6; -
getMessage
String getMessage()Human-readable message indicating details about last transition. +optional
optional string message = 6; -
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()Human-readable message indicating details about last transition. +optional
optional string message = 6;
-