Uses of Class
k8s.io.apimachinery.pkg.api.resource.Generated.Quantity.Builder
-
Packages that use Generated.Quantity.Builder Package Description api k8s.io.api.core.v1 k8s.io.apimachinery.pkg.api.resource -
-
Uses of Generated.Quantity.Builder in api
Methods in api that return Generated.Quantity.Builder Modifier and Type Method Description Generated.Quantity.BuilderEventOuterClass.JobUtilisationEvent.Builder. putMaxResourcesForPeriodBuilderIfAbsent(String key)map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> MaxResourcesForPeriod = 7;Generated.Quantity.BuilderEventOuterClass.JobUtilisationEvent.Builder. putTotalCumulativeUsageBuilderIfAbsent(String key)map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> total_cumulative_usage = 12; -
Uses of Generated.Quantity.Builder in k8s.io.api.core.v1
Methods in k8s.io.api.core.v1 that return Generated.Quantity.Builder Modifier and Type Method Description Generated.Quantity.BuilderGenerated.ResourceFieldSelector.Builder. getDivisorBuilder()Specifies the output format of the exposed resources, defaults to "1" +optionalGenerated.Quantity.BuilderGenerated.EmptyDirVolumeSource.Builder. getSizeLimitBuilder()sizeLimit is the total amount of local storage required for this EmptyDir volume.Generated.Quantity.BuilderGenerated.NodeStatus.Builder. putAllocatableBuilderIfAbsent(String key)Allocatable represents the resources of a node that are available for scheduling.Generated.Quantity.BuilderGenerated.ContainerStatus.Builder. putAllocatedResourcesBuilderIfAbsent(String key)AllocatedResources represents the compute resources allocated for this container by the node.Generated.Quantity.BuilderGenerated.PersistentVolumeClaimStatus.Builder. putAllocatedResourcesBuilderIfAbsent(String key)allocatedResources tracks the resources allocated to a PVC including its capacity.Generated.Quantity.BuilderGenerated.NodeStatus.Builder. putCapacityBuilderIfAbsent(String key)Capacity represents the total resources of a node.Generated.Quantity.BuilderGenerated.PersistentVolumeClaimStatus.Builder. putCapacityBuilderIfAbsent(String key)capacity represents the actual resources of the underlying volume.Generated.Quantity.BuilderGenerated.PersistentVolumeSpec.Builder. putCapacityBuilderIfAbsent(String key)capacity is the description of the persistent volume's resources and capacity.Generated.Quantity.BuilderGenerated.LimitRangeItem.Builder. putDefaultBuilderIfAbsent(String key)Default resource requirement limit value by resource name if resource limit is omitted.Generated.Quantity.BuilderGenerated.LimitRangeItem.Builder. putDefaultRequestBuilderIfAbsent(String key)DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.Generated.Quantity.BuilderGenerated.ResourceQuotaSpec.Builder. putHardBuilderIfAbsent(String key)hard is the set of desired hard limits for each named resource.Generated.Quantity.BuilderGenerated.ResourceQuotaStatus.Builder. putHardBuilderIfAbsent(String key)Hard is the set of enforced hard limits for each named resource.Generated.Quantity.BuilderGenerated.ResourceRequirements.Builder. putLimitsBuilderIfAbsent(String key)Limits describes the maximum amount of compute resources allowed.Generated.Quantity.BuilderGenerated.VolumeResourceRequirements.Builder. putLimitsBuilderIfAbsent(String key)Limits describes the maximum amount of compute resources allowed.Generated.Quantity.BuilderGenerated.LimitRangeItem.Builder. putMaxBuilderIfAbsent(String key)Max usage constraints on this kind by resource name.Generated.Quantity.BuilderGenerated.LimitRangeItem.Builder. putMaxLimitRequestRatioBuilderIfAbsent(String key)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.Generated.Quantity.BuilderGenerated.LimitRangeItem.Builder. putMinBuilderIfAbsent(String key)Min usage constraints on this kind by resource name.Generated.Quantity.BuilderGenerated.PodSpec.Builder. putOverheadBuilderIfAbsent(String key)Overhead represents the resource overhead associated with running a pod for a given RuntimeClass.Generated.Quantity.BuilderGenerated.ResourceRequirements.Builder. putRequestsBuilderIfAbsent(String key)Requests describes the minimum amount of compute resources required.Generated.Quantity.BuilderGenerated.VolumeResourceRequirements.Builder. putRequestsBuilderIfAbsent(String key)Requests describes the minimum amount of compute resources required.Generated.Quantity.BuilderGenerated.ResourceQuotaStatus.Builder. putUsedBuilderIfAbsent(String key)Used is the current observed total usage of the resource in the namespace.Methods in k8s.io.api.core.v1 with parameters of type Generated.Quantity.Builder Modifier and Type Method Description Generated.ResourceFieldSelector.BuilderGenerated.ResourceFieldSelector.Builder. setDivisor(Generated.Quantity.Builder builderForValue)Specifies the output format of the exposed resources, defaults to "1" +optionalGenerated.EmptyDirVolumeSource.BuilderGenerated.EmptyDirVolumeSource.Builder. setSizeLimit(Generated.Quantity.Builder builderForValue)sizeLimit is the total amount of local storage required for this EmptyDir volume. -
Uses of Generated.Quantity.Builder in k8s.io.apimachinery.pkg.api.resource
Methods in k8s.io.apimachinery.pkg.api.resource that return Generated.Quantity.Builder Modifier and Type Method Description Generated.Quantity.BuilderGenerated.Quantity.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Generated.Quantity.BuilderGenerated.Quantity.Builder. clear()Generated.Quantity.BuilderGenerated.Quantity.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Generated.Quantity.BuilderGenerated.Quantity.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Generated.Quantity.BuilderGenerated.Quantity.Builder. clearString()optional string string = 1;Generated.Quantity.BuilderGenerated.Quantity.Builder. clone()Generated.Quantity.BuilderGenerated.Quantity.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Generated.Quantity.BuilderGenerated.Quantity.Builder. mergeFrom(com.google.protobuf.Message other)Generated.Quantity.BuilderGenerated.Quantity.Builder. mergeFrom(Generated.Quantity other)Generated.Quantity.BuilderGenerated.Quantity.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Generated.Quantity.BuilderGenerated.Quantity. newBuilder()static Generated.Quantity.BuilderGenerated.Quantity. newBuilder(Generated.Quantity prototype)Generated.Quantity.BuilderGenerated.Quantity. newBuilderForType()protected Generated.Quantity.BuilderGenerated.Quantity. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Generated.Quantity.BuilderGenerated.Quantity.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Generated.Quantity.BuilderGenerated.Quantity.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Generated.Quantity.BuilderGenerated.Quantity.Builder. setString(String value)optional string string = 1;Generated.Quantity.BuilderGenerated.Quantity.Builder. setStringBytes(com.google.protobuf.ByteString value)optional string string = 1;Generated.Quantity.BuilderGenerated.Quantity.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Generated.Quantity.BuilderGenerated.Quantity. toBuilder()
-