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 |
---|---|
Map<String,Quantity> |
V1NodeStatus.getAllocatable()
Allocatable represents the resources of a node that are available for scheduling.
|
Map<String,Quantity> |
V1PersistentVolumeClaimStatus.getCapacity()
Represents the actual resources of the underlying volume.
|
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> |
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 |
---|---|
V1LimitRangeItem |
V1LimitRangeItem._default(Map<String,Quantity> _default) |
V1NodeStatus |
V1NodeStatus.allocatable(Map<String,Quantity> allocatable) |
V1PersistentVolumeClaimStatus |
V1PersistentVolumeClaimStatus.capacity(Map<String,Quantity> capacity) |
V1PersistentVolumeSpec |
V1PersistentVolumeSpec.capacity(Map<String,Quantity> capacity) |
V1NodeStatus |
V1NodeStatus.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 |
V1PersistentVolumeClaimStatus.setCapacity(Map<String,Quantity> capacity) |
void |
V1PersistentVolumeSpec.setCapacity(Map<String,Quantity> capacity) |
void |
V1NodeStatus.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.