| Package | Description |
|---|---|
| io.kubernetes.client.custom | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
static Quantity |
Quantity.fromString(String value) |
Quantity |
QuantityFormatter.parse(String value) |
Quantity |
Quantity.QuantityAdapter.read(com.google.gson.stream.JsonReader jsonReader) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Quantity> |
ContainerMetrics.getUsage() |
Map<String,Quantity> |
NodeMetrics.getUsage() |
| Modifier and Type | Method and Description |
|---|---|
String |
QuantityFormatter.format(Quantity quantity) |
void |
Quantity.QuantityAdapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Quantity quantity) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerMetrics.setUsage(Map<String,Quantity> usage) |
void |
NodeMetrics.setUsage(Map<String,Quantity> usage) |
| Modifier and Type | Method and Description |
|---|---|
Quantity |
V2MetricTarget.getAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta2MetricTarget.getAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1ObjectMetricStatus.getAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta2MetricValueStatus.getAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1ObjectMetricSource.getAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2MetricValueStatus.getAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V1alpha1CSIStorageCapacity.getCapacity()
Quantity is a fixed-point representation of a number.
|
Quantity |
V1beta1CSIStorageCapacity.getCapacity()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1ContainerResourceMetricStatus.getCurrentAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1PodsMetricStatus.getCurrentAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1ResourceMetricStatus.getCurrentAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1ExternalMetricStatus.getCurrentAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1ObjectMetricStatus.getCurrentValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1ExternalMetricStatus.getCurrentValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V1ResourceFieldSelector.getDivisor()
Quantity is a fixed-point representation of a number.
|
Quantity |
V1alpha1CSIStorageCapacity.getMaximumVolumeSize()
Quantity is a fixed-point representation of a number.
|
Quantity |
V1beta1CSIStorageCapacity.getMaximumVolumeSize()
Quantity is a fixed-point representation of a number.
|
Quantity |
V1EmptyDirVolumeSource.getSizeLimit()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1PodsMetricSource.getTargetAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1ResourceMetricSource.getTargetAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1ContainerResourceMetricSource.getTargetAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1ExternalMetricSource.getTargetAverageValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1ObjectMetricSource.getTargetValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta1ExternalMetricSource.getTargetValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2MetricTarget.getValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta2MetricTarget.getValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2beta2MetricValueStatus.getValue()
Quantity is a fixed-point representation of a number.
|
Quantity |
V2MetricValueStatus.getValue()
Quantity is a fixed-point representation of a number.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Quantity> |
V1NodeStatus.getAllocatable()
Allocatable represents the resources of a node that are available for scheduling.
|
Map<String,Quantity> |
V1PersistentVolumeClaimStatus.getAllocatedResources()
The storage resource within AllocatedResources tracks the capacity allocated to a PVC.
|
Map<String,Quantity> |
V1PersistentVolumeClaimStatus.getCapacity()
Represents the actual resources of the underlying volume.
|
Map<String,Quantity> |
V1NodeStatus.getCapacity()
Capacity represents the total resources of a node.
|
Map<String,Quantity> |
V1PersistentVolumeSpec.getCapacity()
A description of the persistent volume's resources and capacity.
|
Map<String,Quantity> |
V1LimitRangeItem.getDefault()
Default resource requirement limit value by resource name if resource limit is omitted.
|
Map<String,Quantity> |
V1LimitRangeItem.getDefaultRequest()
DefaultRequest is the default resource requirement request value by resource name if resource
request is omitted.
|
Map<String,Quantity> |
V1ResourceQuotaSpec.getHard()
hard is the set of desired hard limits for each named resource.
|
Map<String,Quantity> |
V1ResourceQuotaStatus.getHard()
Hard is the set of enforced hard limits for each named resource.
|
Map<String,Quantity> |
V1ResourceRequirements.getLimits()
Limits describes the maximum amount of compute resources allowed.
|
Map<String,Quantity> |
V1LimitRangeItem.getMax()
Max usage constraints on this kind by resource name.
|
Map<String,Quantity> |
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.
|
Map<String,Quantity> |
V1LimitRangeItem.getMin()
Min usage constraints on this kind by resource name.
|
Map<String,Quantity> |
V1PodSpec.getOverhead()
Overhead represents the resource overhead associated with running a pod for a given
RuntimeClass.
|
Map<String,Quantity> |
V1beta1Overhead.getPodFixed()
PodFixed represents the fixed resource overhead associated with running a pod.
|
Map<String,Quantity> |
V1Overhead.getPodFixed()
PodFixed represents the fixed resource overhead associated with running a pod.
|
Map<String,Quantity> |
V1alpha1Overhead.getPodFixed()
PodFixed represents the fixed resource overhead associated with running a pod.
|
Map<String,Quantity> |
V1ResourceRequirements.getRequests()
Requests describes the minimum amount of compute resources required.
|
Map<String,Quantity> |
V1ResourceQuotaStatus.getUsed()
Used is the current observed total usage of the resource in the namespace.
|
| Modifier and Type | Method and Description |
|---|---|
V2MetricTarget |
V2MetricTarget.averageValue(Quantity averageValue) |
V2beta2MetricTarget |
V2beta2MetricTarget.averageValue(Quantity averageValue) |
V2beta1ObjectMetricStatus |
V2beta1ObjectMetricStatus.averageValue(Quantity averageValue) |
V2beta2MetricValueStatus |
V2beta2MetricValueStatus.averageValue(Quantity averageValue) |
V2beta1ObjectMetricSource |
V2beta1ObjectMetricSource.averageValue(Quantity averageValue) |
V2MetricValueStatus |
V2MetricValueStatus.averageValue(Quantity averageValue) |
V1alpha1CSIStorageCapacity |
V1alpha1CSIStorageCapacity.capacity(Quantity capacity) |
V1beta1CSIStorageCapacity |
V1beta1CSIStorageCapacity.capacity(Quantity capacity) |
V2beta1ContainerResourceMetricStatus |
V2beta1ContainerResourceMetricStatus.currentAverageValue(Quantity currentAverageValue) |
V2beta1PodsMetricStatus |
V2beta1PodsMetricStatus.currentAverageValue(Quantity currentAverageValue) |
V2beta1ResourceMetricStatus |
V2beta1ResourceMetricStatus.currentAverageValue(Quantity currentAverageValue) |
V2beta1ExternalMetricStatus |
V2beta1ExternalMetricStatus.currentAverageValue(Quantity currentAverageValue) |
V2beta1ObjectMetricStatus |
V2beta1ObjectMetricStatus.currentValue(Quantity currentValue) |
V2beta1ExternalMetricStatus |
V2beta1ExternalMetricStatus.currentValue(Quantity currentValue) |
V1ResourceFieldSelector |
V1ResourceFieldSelector.divisor(Quantity divisor) |
V1alpha1CSIStorageCapacity |
V1alpha1CSIStorageCapacity.maximumVolumeSize(Quantity maximumVolumeSize) |
V1beta1CSIStorageCapacity |
V1beta1CSIStorageCapacity.maximumVolumeSize(Quantity maximumVolumeSize) |
V1NodeStatus |
V1NodeStatus.putAllocatableItem(String key,
Quantity allocatableItem) |
V1PersistentVolumeClaimStatus |
V1PersistentVolumeClaimStatus.putAllocatedResourcesItem(String key,
Quantity allocatedResourcesItem) |
V1PersistentVolumeClaimStatus |
V1PersistentVolumeClaimStatus.putCapacityItem(String key,
Quantity capacityItem) |
V1NodeStatus |
V1NodeStatus.putCapacityItem(String key,
Quantity capacityItem) |
V1PersistentVolumeSpec |
V1PersistentVolumeSpec.putCapacityItem(String key,
Quantity capacityItem) |
V1LimitRangeItem |
V1LimitRangeItem.putDefaultItem(String key,
Quantity _defaultItem) |
V1LimitRangeItem |
V1LimitRangeItem.putDefaultRequestItem(String key,
Quantity defaultRequestItem) |
V1ResourceQuotaSpec |
V1ResourceQuotaSpec.putHardItem(String key,
Quantity hardItem) |
V1ResourceQuotaStatus |
V1ResourceQuotaStatus.putHardItem(String key,
Quantity hardItem) |
V1ResourceRequirements |
V1ResourceRequirements.putLimitsItem(String key,
Quantity limitsItem) |
V1LimitRangeItem |
V1LimitRangeItem.putMaxItem(String key,
Quantity maxItem) |
V1LimitRangeItem |
V1LimitRangeItem.putMaxLimitRequestRatioItem(String key,
Quantity maxLimitRequestRatioItem) |
V1LimitRangeItem |
V1LimitRangeItem.putMinItem(String key,
Quantity minItem) |
V1PodSpec |
V1PodSpec.putOverheadItem(String key,
Quantity overheadItem) |
V1beta1Overhead |
V1beta1Overhead.putPodFixedItem(String key,
Quantity podFixedItem) |
V1Overhead |
V1Overhead.putPodFixedItem(String key,
Quantity podFixedItem) |
V1alpha1Overhead |
V1alpha1Overhead.putPodFixedItem(String key,
Quantity podFixedItem) |
V1ResourceRequirements |
V1ResourceRequirements.putRequestsItem(String key,
Quantity requestsItem) |
V1ResourceQuotaStatus |
V1ResourceQuotaStatus.putUsedItem(String key,
Quantity usedItem) |
void |
V2MetricTarget.setAverageValue(Quantity averageValue) |
void |
V2beta2MetricTarget.setAverageValue(Quantity averageValue) |
void |
V2beta1ObjectMetricStatus.setAverageValue(Quantity averageValue) |
void |
V2beta2MetricValueStatus.setAverageValue(Quantity averageValue) |
void |
V2beta1ObjectMetricSource.setAverageValue(Quantity averageValue) |
void |
V2MetricValueStatus.setAverageValue(Quantity averageValue) |
void |
V1alpha1CSIStorageCapacity.setCapacity(Quantity capacity) |
void |
V1beta1CSIStorageCapacity.setCapacity(Quantity capacity) |
void |
V2beta1ContainerResourceMetricStatus.setCurrentAverageValue(Quantity currentAverageValue) |
void |
V2beta1PodsMetricStatus.setCurrentAverageValue(Quantity currentAverageValue) |
void |
V2beta1ResourceMetricStatus.setCurrentAverageValue(Quantity currentAverageValue) |
void |
V2beta1ExternalMetricStatus.setCurrentAverageValue(Quantity currentAverageValue) |
void |
V2beta1ObjectMetricStatus.setCurrentValue(Quantity currentValue) |
void |
V2beta1ExternalMetricStatus.setCurrentValue(Quantity currentValue) |
void |
V1ResourceFieldSelector.setDivisor(Quantity divisor) |
void |
V1alpha1CSIStorageCapacity.setMaximumVolumeSize(Quantity maximumVolumeSize) |
void |
V1beta1CSIStorageCapacity.setMaximumVolumeSize(Quantity maximumVolumeSize) |
void |
V1EmptyDirVolumeSource.setSizeLimit(Quantity sizeLimit) |
void |
V2beta1PodsMetricSource.setTargetAverageValue(Quantity targetAverageValue) |
void |
V2beta1ResourceMetricSource.setTargetAverageValue(Quantity targetAverageValue) |
void |
V2beta1ContainerResourceMetricSource.setTargetAverageValue(Quantity targetAverageValue) |
void |
V2beta1ExternalMetricSource.setTargetAverageValue(Quantity targetAverageValue) |
void |
V2beta1ObjectMetricSource.setTargetValue(Quantity targetValue) |
void |
V2beta1ExternalMetricSource.setTargetValue(Quantity targetValue) |
void |
V2MetricTarget.setValue(Quantity value) |
void |
V2beta2MetricTarget.setValue(Quantity value) |
void |
V2beta2MetricValueStatus.setValue(Quantity value) |
void |
V2MetricValueStatus.setValue(Quantity value) |
V1EmptyDirVolumeSource |
V1EmptyDirVolumeSource.sizeLimit(Quantity sizeLimit) |
V2beta1PodsMetricSource |
V2beta1PodsMetricSource.targetAverageValue(Quantity targetAverageValue) |
V2beta1ResourceMetricSource |
V2beta1ResourceMetricSource.targetAverageValue(Quantity targetAverageValue) |
V2beta1ContainerResourceMetricSource |
V2beta1ContainerResourceMetricSource.targetAverageValue(Quantity targetAverageValue) |
V2beta1ExternalMetricSource |
V2beta1ExternalMetricSource.targetAverageValue(Quantity targetAverageValue) |
V2beta1ObjectMetricSource |
V2beta1ObjectMetricSource.targetValue(Quantity targetValue) |
V2beta1ExternalMetricSource |
V2beta1ExternalMetricSource.targetValue(Quantity targetValue) |
V2MetricTarget |
V2MetricTarget.value(Quantity value) |
V2beta2MetricTarget |
V2beta2MetricTarget.value(Quantity value) |
V2beta2MetricValueStatus |
V2beta2MetricValueStatus.value(Quantity value) |
V2MetricValueStatus |
V2MetricValueStatus.value(Quantity value) |
| Modifier and Type | Method and Description |
|---|---|
V1LimitRangeItem |
V1LimitRangeItem._default(Map<String,Quantity> _default) |
V1NodeStatus |
V1NodeStatus.allocatable(Map<String,Quantity> allocatable) |
V1PersistentVolumeClaimStatus |
V1PersistentVolumeClaimStatus.allocatedResources(Map<String,Quantity> allocatedResources) |
V1PersistentVolumeClaimStatus |
V1PersistentVolumeClaimStatus.capacity(Map<String,Quantity> capacity) |
V1NodeStatus |
V1NodeStatus.capacity(Map<String,Quantity> capacity) |
V1PersistentVolumeSpec |
V1PersistentVolumeSpec.capacity(Map<String,Quantity> capacity) |
V1LimitRangeItem |
V1LimitRangeItem.defaultRequest(Map<String,Quantity> defaultRequest) |
V1ResourceQuotaSpec |
V1ResourceQuotaSpec.hard(Map<String,Quantity> hard) |
V1ResourceQuotaStatus |
V1ResourceQuotaStatus.hard(Map<String,Quantity> hard) |
V1ResourceRequirements |
V1ResourceRequirements.limits(Map<String,Quantity> limits) |
V1LimitRangeItem |
V1LimitRangeItem.max(Map<String,Quantity> max) |
V1LimitRangeItem |
V1LimitRangeItem.maxLimitRequestRatio(Map<String,Quantity> maxLimitRequestRatio) |
V1LimitRangeItem |
V1LimitRangeItem.min(Map<String,Quantity> min) |
V1PodSpec |
V1PodSpec.overhead(Map<String,Quantity> overhead) |
V1beta1Overhead |
V1beta1Overhead.podFixed(Map<String,Quantity> podFixed) |
V1Overhead |
V1Overhead.podFixed(Map<String,Quantity> podFixed) |
V1alpha1Overhead |
V1alpha1Overhead.podFixed(Map<String,Quantity> podFixed) |
V1ResourceRequirements |
V1ResourceRequirements.requests(Map<String,Quantity> requests) |
void |
V1NodeStatus.setAllocatable(Map<String,Quantity> allocatable) |
void |
V1PersistentVolumeClaimStatus.setAllocatedResources(Map<String,Quantity> allocatedResources) |
void |
V1PersistentVolumeClaimStatus.setCapacity(Map<String,Quantity> capacity) |
void |
V1NodeStatus.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 |
V1ResourceQuotaSpec.setHard(Map<String,Quantity> hard) |
void |
V1ResourceQuotaStatus.setHard(Map<String,Quantity> hard) |
void |
V1ResourceRequirements.setLimits(Map<String,Quantity> limits) |
void |
V1LimitRangeItem.setMax(Map<String,Quantity> max) |
void |
V1LimitRangeItem.setMaxLimitRequestRatio(Map<String,Quantity> maxLimitRequestRatio) |
void |
V1LimitRangeItem.setMin(Map<String,Quantity> min) |
void |
V1PodSpec.setOverhead(Map<String,Quantity> overhead) |
void |
V1beta1Overhead.setPodFixed(Map<String,Quantity> podFixed) |
void |
V1Overhead.setPodFixed(Map<String,Quantity> podFixed) |
void |
V1alpha1Overhead.setPodFixed(Map<String,Quantity> podFixed) |
void |
V1ResourceRequirements.setRequests(Map<String,Quantity> requests) |
void |
V1ResourceQuotaStatus.setUsed(Map<String,Quantity> used) |
V1ResourceQuotaStatus |
V1ResourceQuotaStatus.used(Map<String,Quantity> used) |
Copyright © 2023. All rights reserved.