Allocation Result Patch
data class AllocationResultPatch(val availableOnNodes: NodeSelectorPatch? = null, val resourceHandle: String? = null, val shareable: Boolean? = null)
AllocationResult contains attributed of an allocated resource.
Constructors
Link copied to clipboard
fun AllocationResultPatch(availableOnNodes: NodeSelectorPatch? = null, resourceHandle: String? = null, shareable: Boolean? = null)