@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-06T16:45:00.555Z[Etc/UTC]") public class V1JobStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACTIVE |
static String |
SERIALIZED_NAME_COMPLETED_INDEXES |
static String |
SERIALIZED_NAME_COMPLETION_TIME |
static String |
SERIALIZED_NAME_CONDITIONS |
static String |
SERIALIZED_NAME_FAILED |
static String |
SERIALIZED_NAME_READY |
static String |
SERIALIZED_NAME_START_TIME |
static String |
SERIALIZED_NAME_SUCCEEDED |
static String |
SERIALIZED_NAME_UNCOUNTED_TERMINATED_PODS |
Constructor and Description |
---|
V1JobStatus() |
Modifier and Type | Method and Description |
---|---|
V1JobStatus |
active(Integer active) |
V1JobStatus |
addConditionsItem(V1JobCondition conditionsItem) |
V1JobStatus |
completedIndexes(String completedIndexes) |
V1JobStatus |
completionTime(OffsetDateTime completionTime) |
V1JobStatus |
conditions(List<V1JobCondition> conditions) |
boolean |
equals(Object o) |
V1JobStatus |
failed(Integer failed) |
Integer |
getActive()
The number of pending and running pods.
|
String |
getCompletedIndexes()
CompletedIndexes holds the completed indexes when .spec.completionMode =
\"Indexed\" in a text format.
|
OffsetDateTime |
getCompletionTime()
Represents time when the job was completed.
|
List<V1JobCondition> |
getConditions()
The latest available observations of an object's current state.
|
Integer |
getFailed()
The number of pods which reached phase Failed.
|
Integer |
getReady()
The number of pods which have a Ready condition.
|
OffsetDateTime |
getStartTime()
Represents time when the job controller started processing a job.
|
Integer |
getSucceeded()
The number of pods which reached phase Succeeded.
|
V1UncountedTerminatedPods |
getUncountedTerminatedPods()
Get uncountedTerminatedPods
|
int |
hashCode() |
V1JobStatus |
ready(Integer ready) |
void |
setActive(Integer active) |
void |
setCompletedIndexes(String completedIndexes) |
void |
setCompletionTime(OffsetDateTime completionTime) |
void |
setConditions(List<V1JobCondition> conditions) |
void |
setFailed(Integer failed) |
void |
setReady(Integer ready) |
void |
setStartTime(OffsetDateTime startTime) |
void |
setSucceeded(Integer succeeded) |
void |
setUncountedTerminatedPods(V1UncountedTerminatedPods uncountedTerminatedPods) |
V1JobStatus |
startTime(OffsetDateTime startTime) |
V1JobStatus |
succeeded(Integer succeeded) |
String |
toString() |
V1JobStatus |
uncountedTerminatedPods(V1UncountedTerminatedPods uncountedTerminatedPods) |
public static final String SERIALIZED_NAME_ACTIVE
public static final String SERIALIZED_NAME_COMPLETED_INDEXES
public static final String SERIALIZED_NAME_COMPLETION_TIME
public static final String SERIALIZED_NAME_CONDITIONS
public static final String SERIALIZED_NAME_FAILED
public static final String SERIALIZED_NAME_READY
public static final String SERIALIZED_NAME_START_TIME
public static final String SERIALIZED_NAME_SUCCEEDED
public static final String SERIALIZED_NAME_UNCOUNTED_TERMINATED_PODS
public V1JobStatus active(Integer active)
@Nullable public Integer getActive()
public void setActive(Integer active)
public V1JobStatus completedIndexes(String completedIndexes)
@Nullable public String getCompletedIndexes()
public void setCompletedIndexes(String completedIndexes)
public V1JobStatus completionTime(OffsetDateTime completionTime)
@Nullable public OffsetDateTime getCompletionTime()
public void setCompletionTime(OffsetDateTime completionTime)
public V1JobStatus conditions(List<V1JobCondition> conditions)
public V1JobStatus addConditionsItem(V1JobCondition conditionsItem)
@Nullable public List<V1JobCondition> getConditions()
public void setConditions(List<V1JobCondition> conditions)
public V1JobStatus failed(Integer failed)
@Nullable public Integer getFailed()
public void setFailed(Integer failed)
public V1JobStatus ready(Integer ready)
@Nullable public Integer getReady()
public void setReady(Integer ready)
public V1JobStatus startTime(OffsetDateTime startTime)
@Nullable public OffsetDateTime getStartTime()
public void setStartTime(OffsetDateTime startTime)
public V1JobStatus succeeded(Integer succeeded)
@Nullable public Integer getSucceeded()
public void setSucceeded(Integer succeeded)
public V1JobStatus uncountedTerminatedPods(V1UncountedTerminatedPods uncountedTerminatedPods)
@Nullable public V1UncountedTerminatedPods getUncountedTerminatedPods()
public void setUncountedTerminatedPods(V1UncountedTerminatedPods uncountedTerminatedPods)
Copyright © 2022. All rights reserved.