Class V1alpha1PodGroupPolicy

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1alpha1PodGroupPolicy extends Object
PodGroupPolicy defines the scheduling configuration for a PodGroup.
  • Field Details

  • Constructor Details

    • V1alpha1PodGroupPolicy

      public V1alpha1PodGroupPolicy()
  • Method Details

    • getBasic

      public Object getBasic()
      Basic specifies that the pods in this group should be scheduled using standard Kubernetes scheduling behavior.
      Returns:
      the basic property value
    • setBasic

      public void setBasic(Object basic)
      Set the basic property value
      Parameters:
      basic - property value to set
    • basic

      public V1alpha1PodGroupPolicy basic(Object basic)
      Set basic in a chainable fashion.
      Returns:
      The same instance of V1alpha1PodGroupPolicy for chaining.
    • getGang

      public V1alpha1GangSchedulingPolicy getGang()
      Returns:
      the gang property value
    • setGang

      public void setGang(V1alpha1GangSchedulingPolicy gang)
      Set the gang property value
      Parameters:
      gang - property value to set
    • gang

      Set gang in a chainable fashion.
      Returns:
      The same instance of V1alpha1PodGroupPolicy 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