public static interface V1Batch.JobStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getActive()
The number of actively running pods.
|
Meta.Time |
getCompletionTime()
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.
|
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.
|
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.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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;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;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;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;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;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;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;boolean hasActive()
The number of actively running pods. +optional
optional int32 active = 4;int getActive()
The number of actively running pods. +optional
optional int32 active = 4;boolean hasSucceeded()
The number of pods which reached phase Succeeded. +optional
optional int32 succeeded = 5;int getSucceeded()
The number of pods which reached phase Succeeded. +optional
optional int32 succeeded = 5;boolean hasFailed()
The number of pods which reached phase Failed. +optional
optional int32 failed = 6;int getFailed()
The number of pods which reached phase Failed. +optional
optional int32 failed = 6;Copyright © 2020. All rights reserved.