Uses of Class
io.kubernetes.client.openapi.models.V1UncountedTerminatedPods
Packages that use V1UncountedTerminatedPods
-
Uses of V1UncountedTerminatedPods in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1UncountedTerminatedPodsModifier and TypeMethodDescriptionV1UncountedTerminatedPods.addFailedItem
(String failedItem) V1UncountedTerminatedPods.addSucceededItem
(String succeededItem) static V1UncountedTerminatedPods
Create an instance of V1UncountedTerminatedPods given an JSON stringV1JobStatus.getUncountedTerminatedPods()
Get uncountedTerminatedPodsMethods in io.kubernetes.client.openapi.models with parameters of type V1UncountedTerminatedPodsModifier and TypeMethodDescriptionvoid
V1JobStatus.setUncountedTerminatedPods
(V1UncountedTerminatedPods uncountedTerminatedPods) V1JobStatus.uncountedTerminatedPods
(V1UncountedTerminatedPods uncountedTerminatedPods)