Structured Resource Handle
data class StructuredResourceHandle(val nodeName: String? = null, val results: List<DriverAllocationResult>, val vendorClaimParameters: JsonElement? = null, val vendorClassParameters: JsonElement? = null)
StructuredResourceHandle is the in-tree representation of the allocation result.
Constructors
Link copied to clipboard
constructor(nodeName: String? = null, results: List<DriverAllocationResult>, vendorClaimParameters: JsonElement? = null, vendorClassParameters: JsonElement? = null)
Properties
Link copied to clipboard
Results lists all allocated driver resources.
Link copied to clipboard
VendorClaimParameters are the per-claim configuration parameters from the resource claim parameters at the time that the claim was allocated.
Link copied to clipboard
VendorClassParameters are the per-claim configuration parameters from the resource class at the time that the claim was allocated.