Manifests.io

Easy to use kubernetes documentation

ResourceClaim.status.allocation

AllocationResult contains attributed of an allocated resource.

Description
availableOnNodes 🔗
NodeSelector

This field will get set by the resource driver after it has allocated the resource driver to inform the scheduler where it can schedule Pods using the ResourceClaim. Setting this field is optional. If null, the resource is available everywhere.

resourceHandle
string

ResourceHandle contains arbitrary data returned by the driver after a successful allocation. This is opaque for Kubernetes. Driver documentation may explain to users how to interpret this data if needed. The maximum size of this field is 16KiB. This may get increased in the future, but not reduced.

shareable
boolean

Shareable determines whether the resource supports more than one consumer at a time.

See an issue here?