Package | Description |
---|---|
io.kubernetes.client.custom | |
io.kubernetes.client.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 |
---|---|
String |
QuantityFormatter.format(Quantity quantity) |
void |
Quantity.QuantityAdapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Quantity quantity) |
Modifier and Type | Method and Description |
---|---|
Quantity |
V2beta1ResourceMetricSource.getTargetAverageValue()
targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the \"pods\" metric source type.
|
Quantity |
V2beta1ExternalMetricSource.getTargetAverageValue()
targetAverageValue is the target per-pod value of global metric (as a quantity).
|
Quantity |
V2beta1ExternalMetricSource.getTargetValue()
targetValue is the target value of the metric (as a quantity).
|
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> |
V1PersistentVolumeSpec.getCapacity()
A description of the persistent volume's resources and capacity.
|
Map<String,Quantity> |
V1NodeStatus.getCapacity()
Capacity represents the total resources of a node.
|
Map<String,Quantity> |
V1PersistentVolumeClaimStatus.getCapacity()
Represents the actual resources of the underlying volume.
|
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> |
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> |
V1ResourceRequirements.getRequests()
Requests describes the minimum amount of compute resources required.
|
Modifier and Type | Method and Description |
---|---|
V1NodeStatus |
V1NodeStatus.putAllocatableItem(String key,
Quantity allocatableItem) |
V1PersistentVolumeSpec |
V1PersistentVolumeSpec.putCapacityItem(String key,
Quantity capacityItem) |
V1NodeStatus |
V1NodeStatus.putCapacityItem(String key,
Quantity capacityItem) |
V1PersistentVolumeClaimStatus |
V1PersistentVolumeClaimStatus.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) |
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) |
V1ResourceRequirements |
V1ResourceRequirements.putRequestsItem(String key,
Quantity requestsItem) |
void |
V2beta1ResourceMetricSource.setTargetAverageValue(Quantity targetAverageValue) |
void |
V2beta1ExternalMetricSource.setTargetAverageValue(Quantity targetAverageValue) |
void |
V2beta1ExternalMetricSource.setTargetValue(Quantity targetValue) |
V2beta1ResourceMetricSource |
V2beta1ResourceMetricSource.targetAverageValue(Quantity targetAverageValue) |
V2beta1ExternalMetricSource |
V2beta1ExternalMetricSource.targetAverageValue(Quantity targetAverageValue) |
V2beta1ExternalMetricSource |
V2beta1ExternalMetricSource.targetValue(Quantity targetValue) |
Modifier and Type | Method and Description |
---|---|
V1LimitRangeItem |
V1LimitRangeItem._default(Map<String,Quantity> _default) |
V1NodeStatus |
V1NodeStatus.allocatable(Map<String,Quantity> allocatable) |
V1PersistentVolumeSpec |
V1PersistentVolumeSpec.capacity(Map<String,Quantity> capacity) |
V1NodeStatus |
V1NodeStatus.capacity(Map<String,Quantity> capacity) |
V1PersistentVolumeClaimStatus |
V1PersistentVolumeClaimStatus.capacity(Map<String,Quantity> capacity) |
V1LimitRangeItem |
V1LimitRangeItem.defaultRequest(Map<String,Quantity> defaultRequest) |
V1ResourceQuotaSpec |
V1ResourceQuotaSpec.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) |
V1ResourceRequirements |
V1ResourceRequirements.requests(Map<String,Quantity> requests) |
void |
V1NodeStatus.setAllocatable(Map<String,Quantity> allocatable) |
void |
V1PersistentVolumeSpec.setCapacity(Map<String,Quantity> capacity) |
void |
V1NodeStatus.setCapacity(Map<String,Quantity> capacity) |
void |
V1PersistentVolumeClaimStatus.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 |
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 |
V1ResourceRequirements.setRequests(Map<String,Quantity> requests) |
Copyright © 2018. All rights reserved.