Class V1PodSchedulingGroup

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1PodSchedulingGroup extends Object
PodSchedulingGroup identifies the runtime scheduling group instance that a Pod belongs to. The scheduler uses this information to apply workload-aware scheduling semantics. Exactly one field must be specified.
  • Field Details

  • Constructor Details

    • V1PodSchedulingGroup

      public V1PodSchedulingGroup()
  • Method Details

    • getPodGroupName

      public String getPodGroupName()
      PodGroupName specifies the name of the standalone PodGroup object that represents the runtime instance of this group. Must be a DNS subdomain.
      Returns:
      the podGroupName property value
    • setPodGroupName

      public void setPodGroupName(String podGroupName)
      Set the podGroupName property value
      Parameters:
      podGroupName - property value to set
    • podGroupName

      public V1PodSchedulingGroup podGroupName(String podGroupName)
      Set podGroupName in a chainable fashion.
      Returns:
      The same instance of V1PodSchedulingGroup 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