QuotaDetails

Updated at:

Parameter

Type

Description

Example

object

Details of the quota.

DesiredMinQuota ResourceAmount

The minimum quota requested by the user.

ActualMinQuota ResourceAmount

The total amount of minimum quota that is actually allocated. For example, if a user configures 10 nodes but only 8 nodes are bound, this field returns the total resource amount of the 8 bound nodes.

RequestedQuota ResourceAmount

The total resources consumed by workloads after they are dequeued.

UsedQuota ResourceAmount

The amount of quota in use. This parameter is deprecated. Use AllocatedQuota instead.

AllocatedQuota ResourceAmount

The total resources consumed by workloads scheduled to nodes.

SelfAllocatedQuota ResourceAmount

The total resources consumed by workloads submitted under the current quota and scheduled to nodes.

AncestorsAllocatedQuota ResourceAmount

The total resources consumed by workloads submitted under an ancestor quota and scheduled to nodes.

DescendantsAllocatedQuota ResourceAmount

The total resources consumed by workloads submitted under a descendant quota and scheduled to nodes.

SelfSubmittedQuota ResourceAmount

The total resources of all workloads submitted to the current quota, including those in the queue.

AllocatableQuota ResourceAmount

The amount of quota that can be allocated to users. For general-purpose computing resources, each node has system-reserved resources. The relationship is defined as: ActualMinQuota = AllocatableQuota + SystemReservedQuota

SystemReservedQuota ResourceAmount

The amount of quota reserved by the system.

NodeStatistics QuotaNodeStatistics

Statistics for the nodes in this quota.