Class V1LimitRangeSpec
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1LimitRangeSpec
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1LimitRangeSpec
extends Object
LimitRangeSpec defines a min/max usage limit for resources that match on kind.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddlimitsItem
(V1LimitRangeItem limitsItem) Add an item to the limits property in a chainable fashion.boolean
List<@Valid V1LimitRangeItem>
Limits is the list of LimitRangeItem objects that are enforced.int
hashCode()
limits
(List<@Valid V1LimitRangeItem> limits) Set limits in a chainable fashion.void
setLimits
(List<@Valid V1LimitRangeItem> limits) Set the limits property valuetoString()
-
Field Details
-
JSON_PROPERTY_LIMITS
- See Also:
-
-
Constructor Details
-
V1LimitRangeSpec
-
-
Method Details
-
getLimits
Limits is the list of LimitRangeItem objects that are enforced.- Returns:
- the limits property value
-
setLimits
Set the limits property value -
limits
Set limits in a chainable fashion.- Returns:
- The same instance of V1LimitRangeSpec for chaining.
-
addlimitsItem
Add an item to the limits property in a chainable fashion.- Returns:
- The same instance of V1LimitRangeSpec for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-