Uses of Class
io.kubernetes.client.openapi.models.V1ResourceQuotaSpec
Packages that use V1ResourceQuotaSpec
-
Uses of V1ResourceQuotaSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ResourceQuotaSpecModifier and TypeMethodDescriptionV1ResourceQuotaSpec.addScopesItem
(String scopesItem) static V1ResourceQuotaSpec
Create an instance of V1ResourceQuotaSpec given an JSON stringV1ResourceQuota.getSpec()
Get specV1ResourceQuotaSpec.putHardItem
(String key, Quantity hardItem) V1ResourceQuotaSpec.scopeSelector
(V1ScopeSelector scopeSelector) Methods in io.kubernetes.client.openapi.models with parameters of type V1ResourceQuotaSpecModifier and TypeMethodDescriptionvoid
V1ResourceQuota.setSpec
(V1ResourceQuotaSpec spec) V1ResourceQuota.spec
(V1ResourceQuotaSpec spec)