StructuredResourceHandlePatch

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nodeName: String? = null

NodeName is the name of the node providing the necessary resources if the resources are local to a node.

Link copied to clipboard

Results lists all allocated driver resources.

Link copied to clipboard
val vendorClaimParameters: JsonElement? = null

VendorClaimParameters are the per-claim configuration parameters from the resource claim parameters at the time that the claim was allocated.

Link copied to clipboard
val vendorClassParameters: JsonElement? = null

VendorClassParameters are the per-claim configuration parameters from the resource class at the time that the claim was allocated.