Class V1beta3PriorityLevelConfigurationSpec

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1beta3PriorityLevelConfigurationSpec extends Object
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
  • Field Details

  • Constructor Details

    • V1beta3PriorityLevelConfigurationSpec

      public V1beta3PriorityLevelConfigurationSpec(String type)
  • Method Details

    • getLimited

      Returns:
      the limited property value
    • setLimited

      public void setLimited(V1beta3LimitedPriorityLevelConfiguration limited)
      Set the limited property value
    • limited

      Set limited in a chainable fashion.
      Returns:
      The same instance of V1beta3PriorityLevelConfigurationSpec for chaining.
    • getType

      public String getType()
      `type` indicates whether this priority level is subject to limitation on request execution. A value of `\"Exempt\"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `\"Limited\"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
      Returns:
      the type property value
    • setType

      public void setType(String type)
      Set the type property value
    • type

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