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 Details

  • Constructor Details

    • V1UncountedTerminatedPods

      public V1UncountedTerminatedPods()
  • Method Details

    • getFailed

      public List<String> getFailed()
      failed holds UIDs of failed Pods.
      Returns:
      the failed property value
    • setFailed

      public void setFailed(List<String> failed)
      Set the failed property value
    • failed

      public V1UncountedTerminatedPods failed(List<String> failed)
      Set failed in a chainable fashion.
      Returns:
      The same instance of V1UncountedTerminatedPods for chaining.
    • addfailedItem

      public V1UncountedTerminatedPods addfailedItem(String failedItem)
      Add an item to the failed property in a chainable fashion.
      Returns:
      The same instance of V1UncountedTerminatedPods for chaining.
    • getSucceeded

      public List<String> getSucceeded()
      succeeded holds UIDs of succeeded Pods.
      Returns:
      the succeeded property value
    • setSucceeded

      public void setSucceeded(List<String> succeeded)
      Set the succeeded property value
    • succeeded

      public V1UncountedTerminatedPods succeeded(List<String> succeeded)
      Set succeeded in a chainable fashion.
      Returns:
      The same instance of V1UncountedTerminatedPods for chaining.
    • addsucceededItem

      public V1UncountedTerminatedPods addsucceededItem(String succeededItem)
      Add an item to the succeeded property in a chainable fashion.
      Returns:
      The same instance of V1UncountedTerminatedPods for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object