NodePoolNodeConfigGuestAcceleratorGpuSharingConfigArgs

data class NodePoolNodeConfigGuestAcceleratorGpuSharingConfigArgs(val gpuSharingStrategy: Output<String>, val maxSharedClientsPerGpu: Output<Int>) : ConvertibleToJava<NodePoolNodeConfigGuestAcceleratorGpuSharingConfigArgs>

Constructors

constructor(gpuSharingStrategy: Output<String>, maxSharedClientsPerGpu: Output<Int>)

Properties

Link copied to clipboard

The type of GPU sharing strategy to enable on the GPU node. Possible values are described in the API package (https://pkg.go.dev/google.golang.org/api/container/v1#GPUSharingConfig)

Link copied to clipboard

The maximum number of containers that can share a GPU.

Functions

Link copied to clipboard
open override fun toJava(): NodePoolNodeConfigGuestAcceleratorGpuSharingConfigArgs