Uses of Class
io.kubernetes.client.openapi.models.V1ResourceQuotaStatus
Packages that use V1ResourceQuotaStatus
-
Uses of V1ResourceQuotaStatus in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ResourceQuotaStatusModifier and TypeMethodDescriptionstatic V1ResourceQuotaStatus
Create an instance of V1ResourceQuotaStatus given an JSON stringV1ResourceQuota.getStatus()
Get statusV1ResourceQuotaStatus.putHardItem
(String key, Quantity hardItem) V1ResourceQuotaStatus.putUsedItem
(String key, Quantity usedItem) Methods in io.kubernetes.client.openapi.models with parameters of type V1ResourceQuotaStatusModifier and TypeMethodDescriptionvoid
V1ResourceQuota.setStatus
(V1ResourceQuotaStatus status) V1ResourceQuota.status
(V1ResourceQuotaStatus status)