ResourceClaimSpecPatch

data class ResourceClaimSpecPatch(val devices: DeviceClaimPatch? = null)

ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.

Constructors

Link copied to clipboard
constructor(devices: DeviceClaimPatch? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Devices defines how to request devices.