Uses of Class
io.kubernetes.client.custom.Quantity
Packages that use Quantity
-
Uses of Quantity in io.kubernetes.client.custom
Methods in io.kubernetes.client.custom that return QuantityModifier and TypeMethodDescriptionstatic Quantity
Quantity.fromString
(String value) Quantity.QuantityAdapter.read
(com.google.gson.stream.JsonReader jsonReader) Methods in io.kubernetes.client.custom that return types with arguments of type QuantityMethods in io.kubernetes.client.custom with parameters of type QuantityModifier and TypeMethodDescriptionvoid
Method parameters in io.kubernetes.client.custom with type arguments of type Quantity -
Uses of Quantity in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return QuantityModifier and TypeMethodDescriptionV2MetricTarget.getAverageValue()
Quantity is a fixed-point representation of a number.V2MetricValueStatus.getAverageValue()
Quantity is a fixed-point representation of a number.V1CSIStorageCapacity.getCapacity()
Quantity is a fixed-point representation of a number.V1ResourceFieldSelector.getDivisor()
Quantity is a fixed-point representation of a number.V1CSIStorageCapacity.getMaximumVolumeSize()
Quantity is a fixed-point representation of a number.V1alpha2NamedResourcesAttribute.getQuantity()
Quantity is a fixed-point representation of a number.V1EmptyDirVolumeSource.getSizeLimit()
Quantity is a fixed-point representation of a number.V2MetricTarget.getValue()
Quantity is a fixed-point representation of a number.V2MetricValueStatus.getValue()
Quantity is a fixed-point representation of a number.Methods in io.kubernetes.client.openapi.models that return types with arguments of type QuantityModifier and TypeMethodDescriptionV1NodeStatus.getAllocatable()
Allocatable represents the resources of a node that are available for scheduling.V1ContainerStatus.getAllocatedResources()
AllocatedResources represents the compute resources allocated for this container by the node.V1PersistentVolumeClaimStatus.getAllocatedResources()
allocatedResources tracks the resources allocated to a PVC including its capacity.V1NodeStatus.getCapacity()
Capacity represents the total resources of a node.V1PersistentVolumeClaimStatus.getCapacity()
capacity represents the actual resources of the underlying volume.V1PersistentVolumeSpec.getCapacity()
capacity is the description of the persistent volume's resources and capacity.V1LimitRangeItem.getDefault()
Default resource requirement limit value by resource name if resource limit is omitted.V1LimitRangeItem.getDefaultRequest()
DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.V1ResourceQuotaSpec.getHard()
hard is the set of desired hard limits for each named resource.V1ResourceQuotaStatus.getHard()
Hard is the set of enforced hard limits for each named resource.V1ResourceRequirements.getLimits()
Limits describes the maximum amount of compute resources allowed.V1VolumeResourceRequirements.getLimits()
Limits describes the maximum amount of compute resources allowed.V1LimitRangeItem.getMax()
Max usage constraints on this kind by resource name.V1LimitRangeItem.getMaxLimitRequestRatio()
MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.V1LimitRangeItem.getMin()
Min usage constraints on this kind by resource name.V1PodSpec.getOverhead()
Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.V1Overhead.getPodFixed()
podFixed represents the fixed resource overhead associated with running a pod.V1ResourceRequirements.getRequests()
Requests describes the minimum amount of compute resources required.V1VolumeResourceRequirements.getRequests()
Requests describes the minimum amount of compute resources required.V1ResourceQuotaStatus.getUsed()
Used is the current observed total usage of the resource in the namespace.Methods in io.kubernetes.client.openapi.models with parameters of type QuantityModifier and TypeMethodDescriptionV2MetricTarget.averageValue
(Quantity averageValue) V2MetricValueStatus.averageValue
(Quantity averageValue) V1CSIStorageCapacity.maximumVolumeSize
(Quantity maximumVolumeSize) V1NodeStatus.putAllocatableItem
(String key, Quantity allocatableItem) V1ContainerStatus.putAllocatedResourcesItem
(String key, Quantity allocatedResourcesItem) V1PersistentVolumeClaimStatus.putAllocatedResourcesItem
(String key, Quantity allocatedResourcesItem) V1NodeStatus.putCapacityItem
(String key, Quantity capacityItem) V1PersistentVolumeClaimStatus.putCapacityItem
(String key, Quantity capacityItem) V1PersistentVolumeSpec.putCapacityItem
(String key, Quantity capacityItem) V1LimitRangeItem.putDefaultItem
(String key, Quantity _defaultItem) V1LimitRangeItem.putDefaultRequestItem
(String key, Quantity defaultRequestItem) V1ResourceQuotaSpec.putHardItem
(String key, Quantity hardItem) V1ResourceQuotaStatus.putHardItem
(String key, Quantity hardItem) V1ResourceRequirements.putLimitsItem
(String key, Quantity limitsItem) V1VolumeResourceRequirements.putLimitsItem
(String key, Quantity limitsItem) V1LimitRangeItem.putMaxItem
(String key, Quantity maxItem) V1LimitRangeItem.putMaxLimitRequestRatioItem
(String key, Quantity maxLimitRequestRatioItem) V1LimitRangeItem.putMinItem
(String key, Quantity minItem) V1PodSpec.putOverheadItem
(String key, Quantity overheadItem) V1Overhead.putPodFixedItem
(String key, Quantity podFixedItem) V1ResourceRequirements.putRequestsItem
(String key, Quantity requestsItem) V1VolumeResourceRequirements.putRequestsItem
(String key, Quantity requestsItem) V1ResourceQuotaStatus.putUsedItem
(String key, Quantity usedItem) void
V2MetricTarget.setAverageValue
(Quantity averageValue) void
V2MetricValueStatus.setAverageValue
(Quantity averageValue) void
V1CSIStorageCapacity.setCapacity
(Quantity capacity) void
V1ResourceFieldSelector.setDivisor
(Quantity divisor) void
V1CSIStorageCapacity.setMaximumVolumeSize
(Quantity maximumVolumeSize) void
V1alpha2NamedResourcesAttribute.setQuantity
(Quantity quantity) void
V1EmptyDirVolumeSource.setSizeLimit
(Quantity sizeLimit) void
void
Method parameters in io.kubernetes.client.openapi.models with type arguments of type QuantityModifier and TypeMethodDescriptionV1NodeStatus.allocatable
(Map<String, Quantity> allocatable) V1ContainerStatus.allocatedResources
(Map<String, Quantity> allocatedResources) V1PersistentVolumeClaimStatus.allocatedResources
(Map<String, Quantity> allocatedResources) V1LimitRangeItem.defaultRequest
(Map<String, Quantity> defaultRequest) V1LimitRangeItem.maxLimitRequestRatio
(Map<String, Quantity> maxLimitRequestRatio) void
V1NodeStatus.setAllocatable
(Map<String, Quantity> allocatable) void
V1ContainerStatus.setAllocatedResources
(Map<String, Quantity> allocatedResources) void
V1PersistentVolumeClaimStatus.setAllocatedResources
(Map<String, Quantity> allocatedResources) void
V1NodeStatus.setCapacity
(Map<String, Quantity> capacity) void
V1PersistentVolumeClaimStatus.setCapacity
(Map<String, Quantity> capacity) void
V1PersistentVolumeSpec.setCapacity
(Map<String, Quantity> capacity) void
V1LimitRangeItem.setDefault
(Map<String, Quantity> _default) void
V1LimitRangeItem.setDefaultRequest
(Map<String, Quantity> defaultRequest) void
void
void
void
void
void
V1LimitRangeItem.setMaxLimitRequestRatio
(Map<String, Quantity> maxLimitRequestRatio) void
void
V1PodSpec.setOverhead
(Map<String, Quantity> overhead) void
V1Overhead.setPodFixed
(Map<String, Quantity> podFixed) void
V1ResourceRequirements.setRequests
(Map<String, Quantity> requests) void
V1VolumeResourceRequirements.setRequests
(Map<String, Quantity> requests) void