Class V1UncountedTerminatedPods
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1UncountedTerminatedPods
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1UncountedTerminatedPods
extends Object
UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddFailedItem(String failedItem) Add an item to the failed property in a chainable fashion.addSucceededItem(String succeededItem) Add an item to the succeeded property in a chainable fashion.booleanSet failed in a chainable fashion.failed holds UIDs of failed Pods.succeeded holds UIDs of succeeded Pods.inthashCode()voidSet the failed property valuevoidsetSucceeded(List<@NotNull String> succeeded) Set the succeeded property valueSet succeeded in a chainable fashion.toString() 
- 
Field Details
- 
JSON_PROPERTY_FAILED
- See Also:
 
 - 
JSON_PROPERTY_SUCCEEDED
- See Also:
 
 
 - 
 - 
Constructor Details
- 
V1UncountedTerminatedPods
public V1UncountedTerminatedPods() 
 - 
 - 
Method Details
- 
getFailed
failed holds UIDs of failed Pods.- Returns:
 - the failed property value
 
 - 
setFailed
Set the failed property value- Parameters:
 failed- property value to set
 - 
failed
Set failed in a chainable fashion.- Returns:
 - The same instance of V1UncountedTerminatedPods for chaining.
 
 - 
addFailedItem
Add an item to the failed property in a chainable fashion.- Returns:
 - The same instance of V1UncountedTerminatedPods for chaining.
 
 - 
getSucceeded
succeeded holds UIDs of succeeded Pods.- Returns:
 - the succeeded property value
 
 - 
setSucceeded
Set the succeeded property value- Parameters:
 succeeded- property value to set
 - 
succeeded
Set succeeded in a chainable fashion.- Returns:
 - The same instance of V1UncountedTerminatedPods for chaining.
 
 - 
addSucceededItem
Add an item to the succeeded property in a chainable fashion.- Returns:
 - The same instance of V1UncountedTerminatedPods for chaining.
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -