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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
`type` indicates whether this priority level is subject to limitation on request execution.int
hashCode()
Set limited in a chainable fashion.void
Set the limited property valuevoid
Set the type property valuetoString()
Set type in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_LIMITED
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
V1beta3PriorityLevelConfigurationSpec
-
-
Method Details
-
getLimited
- Returns:
- the limited property value
-
setLimited
Set the limited property value -
limited
public V1beta3PriorityLevelConfigurationSpec limited(V1beta3LimitedPriorityLevelConfiguration limited) Set limited in a chainable fashion.- Returns:
- The same instance of V1beta3PriorityLevelConfigurationSpec for chaining.
-
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
Set the type property value -
type
Set type in a chainable fashion.- Returns:
- The same instance of V1beta3PriorityLevelConfigurationSpec for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-