Node Pool Node Config Guest Accelerator
data class NodePoolNodeConfigGuestAccelerator(val count: Int, val gpuPartitionSize: String? = null, val gpuSharingConfig: NodePoolNodeConfigGuestAcceleratorGpuSharingConfig? = null, val type: String)
Constructors
Link copied to clipboard
fun NodePoolNodeConfigGuestAccelerator(count: Int, gpuPartitionSize: String? = null, gpuSharingConfig: NodePoolNodeConfigGuestAcceleratorGpuSharingConfig? = null, type: String)