public static interface V1Batch.JobConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.Time |
getLastProbeTime()
Last time the condition was checked.
|
Meta.TimeOrBuilder |
getLastProbeTimeOrBuilder()
Last time the condition was checked.
|
Meta.Time |
getLastTransitionTime()
Last time the condition transit from one status to another.
|
Meta.TimeOrBuilder |
getLastTransitionTimeOrBuilder()
Last time the condition transit from one status to another.
|
String |
getMessage()
Human readable message indicating details about last transition.
|
com.google.protobuf.ByteString |
getMessageBytes()
Human readable message indicating details about last transition.
|
String |
getReason()
(brief) reason for the condition's last transition.
|
com.google.protobuf.ByteString |
getReasonBytes()
(brief) 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 job condition, Complete or Failed.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of job condition, Complete or Failed.
|
boolean |
hasLastProbeTime()
Last time the condition was checked.
|
boolean |
hasLastTransitionTime()
Last time the condition transit from one status to another.
|
boolean |
hasMessage()
Human readable message indicating details about last transition.
|
boolean |
hasReason()
(brief) reason for the condition's last transition.
|
boolean |
hasStatus()
Status of the condition, one of True, False, Unknown.
|
boolean |
hasType()
Type of job condition, Complete or Failed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
Type of job condition, Complete or Failed.
optional string type = 1;String getType()
Type of job condition, Complete or Failed.
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
Type of job condition, Complete or Failed.
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 hasLastProbeTime()
Last time the condition was checked. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;Meta.Time getLastProbeTime()
Last time the condition was checked. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;Meta.TimeOrBuilder getLastProbeTimeOrBuilder()
Last time the condition was checked. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;boolean hasLastTransitionTime()
Last time the condition transit from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;Meta.Time getLastTransitionTime()
Last time the condition transit from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;Meta.TimeOrBuilder getLastTransitionTimeOrBuilder()
Last time the condition transit from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;boolean hasReason()
(brief) reason for the condition's last transition. +optional
optional string reason = 5;String getReason()
(brief) reason for the condition's last transition. +optional
optional string reason = 5;com.google.protobuf.ByteString getReasonBytes()
(brief) reason for the condition's last transition. +optional
optional string reason = 5;boolean hasMessage()
Human readable message indicating details about last transition. +optional
optional string message = 6;String getMessage()
Human readable message indicating details about last transition. +optional
optional string message = 6;com.google.protobuf.ByteString getMessageBytes()
Human readable message indicating details about last transition. +optional
optional string message = 6;Copyright © 2021. All rights reserved.