Class V1alpha1GangSchedulingPolicy

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1GangSchedulingPolicy

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1alpha1GangSchedulingPolicy extends Object
GangSchedulingPolicy defines the parameters for gang scheduling.
  • Field Details

  • Constructor Details

    • V1alpha1GangSchedulingPolicy

      public V1alpha1GangSchedulingPolicy(Integer minCount)
  • Method Details

    • getMinCount

      public Integer getMinCount()
      MinCount is the minimum number of pods that must be schedulable or scheduled at the same time for the scheduler to admit the entire group. It must be a positive integer.
      Returns:
      the minCount property value
    • setMinCount

      public void setMinCount(Integer minCount)
      Set the minCount property value
      Parameters:
      minCount - property value to set
    • minCount

      public V1alpha1GangSchedulingPolicy minCount(Integer minCount)
      Set minCount in a chainable fashion.
      Returns:
      The same instance of V1alpha1GangSchedulingPolicy 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