Structured Resource Handle Patch
data class StructuredResourceHandlePatch(val nodeName: String? = null, val results: List<DriverAllocationResultPatch>? = null, 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<DriverAllocationResultPatch>? = null, 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.