ClusterNodeConfigSandboxConfigArgs

data class ClusterNodeConfigSandboxConfigArgs(val sandboxType: Output<String>) : ConvertibleToJava<ClusterNodeConfigSandboxConfigArgs>

Constructors

Link copied to clipboard
constructor(sandboxType: Output<String>)

Properties

Link copied to clipboard
val sandboxType: Output<String>

Which sandbox to use for pods in the node pool. Accepted values are:

Functions

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