public static final class V1Batch.JobStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.JobStatus.Builder> implements V1Batch.JobStatusOrBuilder
JobStatus represents the current state of a Job.Protobuf type
k8s.io.api.batch.v1.JobStatus| Modifier and Type | Method and Description |
|---|---|
V1Batch.JobStatus.Builder |
addAllConditions(Iterable<? extends V1Batch.JobCondition> values)
The latest available observations of an object's current state.
|
V1Batch.JobStatus.Builder |
addConditions(int index,
V1Batch.JobCondition.Builder builderForValue)
The latest available observations of an object's current state.
|
V1Batch.JobStatus.Builder |
addConditions(int index,
V1Batch.JobCondition value)
The latest available observations of an object's current state.
|
V1Batch.JobStatus.Builder |
addConditions(V1Batch.JobCondition.Builder builderForValue)
The latest available observations of an object's current state.
|
V1Batch.JobStatus.Builder |
addConditions(V1Batch.JobCondition value)
The latest available observations of an object's current state.
|
V1Batch.JobCondition.Builder |
addConditionsBuilder()
The latest available observations of an object's current state.
|
V1Batch.JobCondition.Builder |
addConditionsBuilder(int index)
The latest available observations of an object's current state.
|
V1Batch.JobStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Batch.JobStatus |
build() |
V1Batch.JobStatus |
buildPartial() |
V1Batch.JobStatus.Builder |
clear() |
V1Batch.JobStatus.Builder |
clearActive()
The number of actively running pods.
|
V1Batch.JobStatus.Builder |
clearCompletionTime()
Represents time when the job was completed.
|
V1Batch.JobStatus.Builder |
clearConditions()
The latest available observations of an object's current state.
|
V1Batch.JobStatus.Builder |
clearFailed()
The number of pods which reached phase Failed.
|
V1Batch.JobStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1Batch.JobStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1Batch.JobStatus.Builder |
clearStartTime()
Represents time when the job was acknowledged by the job controller.
|
V1Batch.JobStatus.Builder |
clearSucceeded()
The number of pods which reached phase Succeeded.
|
V1Batch.JobStatus.Builder |
clone() |
int |
getActive()
The number of actively running pods.
|
Meta.Time |
getCompletionTime()
Represents time when the job was completed.
|
Meta.Time.Builder |
getCompletionTimeBuilder()
Represents time when the job was completed.
|
Meta.TimeOrBuilder |
getCompletionTimeOrBuilder()
Represents time when the job was completed.
|
V1Batch.JobCondition |
getConditions(int index)
The latest available observations of an object's current state.
|
V1Batch.JobCondition.Builder |
getConditionsBuilder(int index)
The latest available observations of an object's current state.
|
List<V1Batch.JobCondition.Builder> |
getConditionsBuilderList()
The latest available observations of an object's current state.
|
int |
getConditionsCount()
The latest available observations of an object's current state.
|
List<V1Batch.JobCondition> |
getConditionsList()
The latest available observations of an object's current state.
|
V1Batch.JobConditionOrBuilder |
getConditionsOrBuilder(int index)
The latest available observations of an object's current state.
|
List<? extends V1Batch.JobConditionOrBuilder> |
getConditionsOrBuilderList()
The latest available observations of an object's current state.
|
V1Batch.JobStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getFailed()
The number of pods which reached phase Failed.
|
Meta.Time |
getStartTime()
Represents time when the job was acknowledged by the job controller.
|
Meta.Time.Builder |
getStartTimeBuilder()
Represents time when the job was acknowledged by the job controller.
|
Meta.TimeOrBuilder |
getStartTimeOrBuilder()
Represents time when the job was acknowledged by the job controller.
|
int |
getSucceeded()
The number of pods which reached phase Succeeded.
|
boolean |
hasActive()
The number of actively running pods.
|
boolean |
hasCompletionTime()
Represents time when the job was completed.
|
boolean |
hasFailed()
The number of pods which reached phase Failed.
|
boolean |
hasStartTime()
Represents time when the job was acknowledged by the job controller.
|
boolean |
hasSucceeded()
The number of pods which reached phase Succeeded.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1Batch.JobStatus.Builder |
mergeCompletionTime(Meta.Time value)
Represents time when the job was completed.
|
V1Batch.JobStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1Batch.JobStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1Batch.JobStatus.Builder |
mergeFrom(V1Batch.JobStatus other) |
V1Batch.JobStatus.Builder |
mergeStartTime(Meta.Time value)
Represents time when the job was acknowledged by the job controller.
|
V1Batch.JobStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1Batch.JobStatus.Builder |
removeConditions(int index)
The latest available observations of an object's current state.
|
V1Batch.JobStatus.Builder |
setActive(int value)
The number of actively running pods.
|
V1Batch.JobStatus.Builder |
setCompletionTime(Meta.Time.Builder builderForValue)
Represents time when the job was completed.
|
V1Batch.JobStatus.Builder |
setCompletionTime(Meta.Time value)
Represents time when the job was completed.
|
V1Batch.JobStatus.Builder |
setConditions(int index,
V1Batch.JobCondition.Builder builderForValue)
The latest available observations of an object's current state.
|
V1Batch.JobStatus.Builder |
setConditions(int index,
V1Batch.JobCondition value)
The latest available observations of an object's current state.
|
V1Batch.JobStatus.Builder |
setFailed(int value)
The number of pods which reached phase Failed.
|
V1Batch.JobStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Batch.JobStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1Batch.JobStatus.Builder |
setStartTime(Meta.Time.Builder builderForValue)
Represents time when the job was acknowledged by the job controller.
|
V1Batch.JobStatus.Builder |
setStartTime(Meta.Time value)
Represents time when the job was acknowledged by the job controller.
|
V1Batch.JobStatus.Builder |
setSucceeded(int value)
The number of pods which reached phase Succeeded.
|
V1Batch.JobStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.JobStatus.Builder>public V1Batch.JobStatus.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.JobStatus.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.JobStatus.Builder>public V1Batch.JobStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1Batch.JobStatus build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1Batch.JobStatus buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1Batch.JobStatus.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.JobStatus.Builder>public V1Batch.JobStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.JobStatus.Builder>public V1Batch.JobStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.JobStatus.Builder>public V1Batch.JobStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.JobStatus.Builder>public V1Batch.JobStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.JobStatus.Builder>public V1Batch.JobStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.JobStatus.Builder>public V1Batch.JobStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1Batch.JobStatus.Builder>public V1Batch.JobStatus.Builder mergeFrom(V1Batch.JobStatus other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.JobStatus.Builder>public V1Batch.JobStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1Batch.JobStatus.Builder>IOExceptionpublic List<V1Batch.JobCondition> getConditionsList()
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;getConditionsList in interface V1Batch.JobStatusOrBuilderpublic int getConditionsCount()
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;getConditionsCount in interface V1Batch.JobStatusOrBuilderpublic V1Batch.JobCondition getConditions(int index)
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;getConditions in interface V1Batch.JobStatusOrBuilderpublic V1Batch.JobStatus.Builder setConditions(int index, V1Batch.JobCondition value)
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;public V1Batch.JobStatus.Builder setConditions(int index, V1Batch.JobCondition.Builder builderForValue)
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;public V1Batch.JobStatus.Builder addConditions(V1Batch.JobCondition value)
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;public V1Batch.JobStatus.Builder addConditions(int index, V1Batch.JobCondition value)
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;public V1Batch.JobStatus.Builder addConditions(V1Batch.JobCondition.Builder builderForValue)
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;public V1Batch.JobStatus.Builder addConditions(int index, V1Batch.JobCondition.Builder builderForValue)
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;public V1Batch.JobStatus.Builder addAllConditions(Iterable<? extends V1Batch.JobCondition> values)
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;public V1Batch.JobStatus.Builder clearConditions()
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;public V1Batch.JobStatus.Builder removeConditions(int index)
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;public V1Batch.JobCondition.Builder getConditionsBuilder(int index)
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;public V1Batch.JobConditionOrBuilder getConditionsOrBuilder(int index)
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;getConditionsOrBuilder in interface V1Batch.JobStatusOrBuilderpublic List<? extends V1Batch.JobConditionOrBuilder> getConditionsOrBuilderList()
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;getConditionsOrBuilderList in interface V1Batch.JobStatusOrBuilderpublic V1Batch.JobCondition.Builder addConditionsBuilder()
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;public V1Batch.JobCondition.Builder addConditionsBuilder(int index)
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;public List<V1Batch.JobCondition.Builder> getConditionsBuilderList()
The latest available observations of an object's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.batch.v1.JobCondition conditions = 1;public boolean hasStartTime()
Represents time when the job was acknowledged by the job controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 2;hasStartTime in interface V1Batch.JobStatusOrBuilderpublic Meta.Time getStartTime()
Represents time when the job was acknowledged by the job controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 2;getStartTime in interface V1Batch.JobStatusOrBuilderpublic V1Batch.JobStatus.Builder setStartTime(Meta.Time value)
Represents time when the job was acknowledged by the job controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 2;public V1Batch.JobStatus.Builder setStartTime(Meta.Time.Builder builderForValue)
Represents time when the job was acknowledged by the job controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 2;public V1Batch.JobStatus.Builder mergeStartTime(Meta.Time value)
Represents time when the job was acknowledged by the job controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 2;public V1Batch.JobStatus.Builder clearStartTime()
Represents time when the job was acknowledged by the job controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 2;public Meta.Time.Builder getStartTimeBuilder()
Represents time when the job was acknowledged by the job controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 2;public Meta.TimeOrBuilder getStartTimeOrBuilder()
Represents time when the job was acknowledged by the job controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 2;getStartTimeOrBuilder in interface V1Batch.JobStatusOrBuilderpublic boolean hasCompletionTime()
Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time completionTime = 3;hasCompletionTime in interface V1Batch.JobStatusOrBuilderpublic Meta.Time getCompletionTime()
Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time completionTime = 3;getCompletionTime in interface V1Batch.JobStatusOrBuilderpublic V1Batch.JobStatus.Builder setCompletionTime(Meta.Time value)
Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time completionTime = 3;public V1Batch.JobStatus.Builder setCompletionTime(Meta.Time.Builder builderForValue)
Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time completionTime = 3;public V1Batch.JobStatus.Builder mergeCompletionTime(Meta.Time value)
Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time completionTime = 3;public V1Batch.JobStatus.Builder clearCompletionTime()
Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time completionTime = 3;public Meta.Time.Builder getCompletionTimeBuilder()
Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time completionTime = 3;public Meta.TimeOrBuilder getCompletionTimeOrBuilder()
Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time completionTime = 3;getCompletionTimeOrBuilder in interface V1Batch.JobStatusOrBuilderpublic boolean hasActive()
The number of actively running pods. +optional
optional int32 active = 4;hasActive in interface V1Batch.JobStatusOrBuilderpublic int getActive()
The number of actively running pods. +optional
optional int32 active = 4;getActive in interface V1Batch.JobStatusOrBuilderpublic V1Batch.JobStatus.Builder setActive(int value)
The number of actively running pods. +optional
optional int32 active = 4;public V1Batch.JobStatus.Builder clearActive()
The number of actively running pods. +optional
optional int32 active = 4;public boolean hasSucceeded()
The number of pods which reached phase Succeeded. +optional
optional int32 succeeded = 5;hasSucceeded in interface V1Batch.JobStatusOrBuilderpublic int getSucceeded()
The number of pods which reached phase Succeeded. +optional
optional int32 succeeded = 5;getSucceeded in interface V1Batch.JobStatusOrBuilderpublic V1Batch.JobStatus.Builder setSucceeded(int value)
The number of pods which reached phase Succeeded. +optional
optional int32 succeeded = 5;public V1Batch.JobStatus.Builder clearSucceeded()
The number of pods which reached phase Succeeded. +optional
optional int32 succeeded = 5;public boolean hasFailed()
The number of pods which reached phase Failed. +optional
optional int32 failed = 6;hasFailed in interface V1Batch.JobStatusOrBuilderpublic int getFailed()
The number of pods which reached phase Failed. +optional
optional int32 failed = 6;getFailed in interface V1Batch.JobStatusOrBuilderpublic V1Batch.JobStatus.Builder setFailed(int value)
The number of pods which reached phase Failed. +optional
optional int32 failed = 6;public V1Batch.JobStatus.Builder clearFailed()
The number of pods which reached phase Failed. +optional
optional int32 failed = 6;public final V1Batch.JobStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.JobStatus.Builder>public final V1Batch.JobStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Batch.JobStatus.Builder>Copyright © 2021. All rights reserved.