Class V1ResourceQuotaStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ResourceQuotaStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1ResourceQuotaStatus
extends Object
ResourceQuotaStatus defines the enforced hard limits and observed use.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getHard()
Hard is the set of enforced hard limits for each named resource.getUsed()
Used is the current observed total usage of the resource in the namespace.Set hard in a chainable fashion.int
hashCode()
puthardItem
(String key, String hardItem) Set the value for the key for the hard map property in a chainable fashion.putusedItem
(String key, String usedItem) Set the value for the key for the used map property in a chainable fashion.void
Set the hard property valuevoid
Set the used property valuetoString()
Set used in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_HARD
- See Also:
-
JSON_PROPERTY_USED
- See Also:
-
-
Constructor Details
-
V1ResourceQuotaStatus
public V1ResourceQuotaStatus()
-
-
Method Details
-
getHard
Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/- Returns:
- the hard property value
-
setHard
Set the hard property value -
hard
Set hard in a chainable fashion.- Returns:
- The same instance of V1ResourceQuotaStatus for chaining.
-
puthardItem
Set the value for the key for the hard map property in a chainable fashion.- Returns:
- The same instance of V1ResourceQuotaStatus for chaining.
-
getUsed
Used is the current observed total usage of the resource in the namespace.- Returns:
- the used property value
-
setUsed
Set the used property value -
used
Set used in a chainable fashion.- Returns:
- The same instance of V1ResourceQuotaStatus for chaining.
-
putusedItem
Set the value for the key for the used map property in a chainable fashion.- Returns:
- The same instance of V1ResourceQuotaStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-