reservedFor property

List<ResourceClaimConsumerReference>? reservedFor
final

ReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started.

There can be at most 32 such reservations. This may get increased in the future, but not reduced.

Implementation

final List<ResourceClaimConsumerReference>? reservedFor;