NodePoolNodeConfigGuestAcceleratorGpuSharingConfig

data class NodePoolNodeConfigGuestAcceleratorGpuSharingConfig(val gpuSharingStrategy: String, val maxSharedClientsPerGpu: Int)

Constructors

constructor(gpuSharingStrategy: String, maxSharedClientsPerGpu: Int)

Types

Link copied to clipboard
object Companion

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.