Uses of Class
org.cdk8s.plus25.k8s.Quantity
-
Packages that use Quantity Package Description org.cdk8s.plus25.k8s -
-
Uses of Quantity in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return Quantity Modifier and Type Method Description static QuantityQuantity. fromNumber(Number value)static QuantityQuantity. fromString(String value)default QuantityMetricTargetV2. getAverageValue()averageValue is the target value of the average of the metric across all relevant pods (as a quantity).QuantityMetricTargetV2.Jsii$Proxy. getAverageValue()default QuantityMetricTargetV2Beta2. getAverageValue()averageValue is the target value of the average of the metric across all relevant pods (as a quantity).QuantityMetricTargetV2Beta2.Jsii$Proxy. getAverageValue()default QuantityKubeCsiStorageCapacityProps. getCapacity()Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.QuantityKubeCsiStorageCapacityProps.Jsii$Proxy. getCapacity()default QuantityKubeCsiStorageCapacityV1Beta1Props. getCapacity()Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.QuantityKubeCsiStorageCapacityV1Beta1Props.Jsii$Proxy. getCapacity()default QuantityResourceFieldSelector. getDivisor()Specifies the output format of the exposed resources, defaults to "1".QuantityResourceFieldSelector.Jsii$Proxy. getDivisor()default QuantityKubeCsiStorageCapacityProps. getMaximumVolumeSize()MaximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.QuantityKubeCsiStorageCapacityProps.Jsii$Proxy. getMaximumVolumeSize()default QuantityKubeCsiStorageCapacityV1Beta1Props. getMaximumVolumeSize()MaximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.QuantityKubeCsiStorageCapacityV1Beta1Props.Jsii$Proxy. getMaximumVolumeSize()default QuantityEmptyDirVolumeSource. getSizeLimit()sizeLimit is the total amount of local storage required for this EmptyDir volume.QuantityEmptyDirVolumeSource.Jsii$Proxy. getSizeLimit()default QuantityMetricTargetV2. getValue()value is the target value of the metric (as a quantity).QuantityMetricTargetV2.Jsii$Proxy. getValue()default QuantityMetricTargetV2Beta2. getValue()value is the target value of the metric (as a quantity).QuantityMetricTargetV2Beta2.Jsii$Proxy. getValue()Methods in org.cdk8s.plus25.k8s that return types with arguments of type Quantity Modifier and Type Method Description default Map<String,Quantity>PersistentVolumeSpec. getCapacity()capacity is the description of the persistent volume's resources and capacity.Map<String,Quantity>PersistentVolumeSpec.Jsii$Proxy. getCapacity()default Map<String,Quantity>LimitRangeItem. getDefaultRequest()DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.Map<String,Quantity>LimitRangeItem.Jsii$Proxy. getDefaultRequest()default Map<String,Quantity>LimitRangeItem. getDefaultValue()Default resource requirement limit value by resource name if resource limit is omitted.Map<String,Quantity>LimitRangeItem.Jsii$Proxy. getDefaultValue()default Map<String,Quantity>ResourceQuotaSpec. getHard()hard is the set of desired hard limits for each named resource.Map<String,Quantity>ResourceQuotaSpec.Jsii$Proxy. getHard()default Map<String,Quantity>ResourceRequirements. getLimits()Limits describes the maximum amount of compute resources allowed.Map<String,Quantity>ResourceRequirements.Jsii$Proxy. getLimits()default Map<String,Quantity>LimitRangeItem. getMax()Max usage constraints on this kind by resource name.Map<String,Quantity>LimitRangeItem.Jsii$Proxy. getMax()default Map<String,Quantity>LimitRangeItem. 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;Map<String,Quantity>LimitRangeItem.Jsii$Proxy. getMaxLimitRequestRatio()default Map<String,Quantity>LimitRangeItem. getMin()Min usage constraints on this kind by resource name.Map<String,Quantity>LimitRangeItem.Jsii$Proxy. getMin()default Map<String,Quantity>PodSpec. getOverhead()Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.Map<String,Quantity>PodSpec.Jsii$Proxy. getOverhead()default Map<String,Quantity>Overhead. getPodFixed()PodFixed represents the fixed resource overhead associated with running a pod.Map<String,Quantity>Overhead.Jsii$Proxy. getPodFixed()default Map<String,Quantity>ResourceRequirements. getRequests()Requests describes the minimum amount of compute resources required.Map<String,Quantity>ResourceRequirements.Jsii$Proxy. getRequests()Methods in org.cdk8s.plus25.k8s with parameters of type Quantity Modifier and Type Method Description MetricTargetV2.BuilderMetricTargetV2.Builder. averageValue(Quantity averageValue)Sets the value ofMetricTargetV2.getAverageValue()MetricTargetV2Beta2.BuilderMetricTargetV2Beta2.Builder. averageValue(Quantity averageValue)Sets the value ofMetricTargetV2Beta2.getAverageValue()KubeCsiStorageCapacity.BuilderKubeCsiStorageCapacity.Builder. capacity(Quantity capacity)Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.KubeCsiStorageCapacityProps.BuilderKubeCsiStorageCapacityProps.Builder. capacity(Quantity capacity)Sets the value ofKubeCsiStorageCapacityProps.getCapacity()KubeCsiStorageCapacityV1Beta1.BuilderKubeCsiStorageCapacityV1Beta1.Builder. capacity(Quantity capacity)Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.KubeCsiStorageCapacityV1Beta1Props.BuilderKubeCsiStorageCapacityV1Beta1Props.Builder. capacity(Quantity capacity)Sets the value ofKubeCsiStorageCapacityV1Beta1Props.getCapacity()ResourceFieldSelector.BuilderResourceFieldSelector.Builder. divisor(Quantity divisor)Sets the value ofResourceFieldSelector.getDivisor()KubeCsiStorageCapacity.BuilderKubeCsiStorageCapacity.Builder. maximumVolumeSize(Quantity maximumVolumeSize)MaximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.KubeCsiStorageCapacityProps.BuilderKubeCsiStorageCapacityProps.Builder. maximumVolumeSize(Quantity maximumVolumeSize)Sets the value ofKubeCsiStorageCapacityProps.getMaximumVolumeSize()KubeCsiStorageCapacityV1Beta1.BuilderKubeCsiStorageCapacityV1Beta1.Builder. maximumVolumeSize(Quantity maximumVolumeSize)MaximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.KubeCsiStorageCapacityV1Beta1Props.BuilderKubeCsiStorageCapacityV1Beta1Props.Builder. maximumVolumeSize(Quantity maximumVolumeSize)Sets the value ofKubeCsiStorageCapacityV1Beta1Props.getMaximumVolumeSize()EmptyDirVolumeSource.BuilderEmptyDirVolumeSource.Builder. sizeLimit(Quantity sizeLimit)Sets the value ofEmptyDirVolumeSource.getSizeLimit()MetricTargetV2.BuilderMetricTargetV2.Builder. value(Quantity value)Sets the value ofMetricTargetV2.getValue()MetricTargetV2Beta2.BuilderMetricTargetV2Beta2.Builder. value(Quantity value)Sets the value ofMetricTargetV2Beta2.getValue()
-