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
-
Constructor Summary
-
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.boolean
Set failed in a chainable fashion.failed holds UIDs of failed Pods.succeeded holds UIDs of succeeded Pods.int
hashCode()
void
Set the failed property valuevoid
setSucceeded
(List<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 -
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 -
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
-