ClusterNodePoolDefaultsNodeConfigDefaultsArgs

data class ClusterNodePoolDefaultsNodeConfigDefaultsArgs(val containerdConfig: Output<ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigArgs>? = null, val gcfsConfig: Output<ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfigArgs>? = null, val loggingVariant: Output<String>? = null) : ConvertibleToJava<ClusterNodePoolDefaultsNodeConfigDefaultsArgs>

Constructors

constructor(containerdConfig: Output<ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigArgs>? = null, gcfsConfig: Output<ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfigArgs>? = null, loggingVariant: Output<String>? = null)

Properties

Link copied to clipboard

Parameters for containerd configuration.

Link copied to clipboard

The default Google Container Filesystem (GCFS) configuration at the cluster level. e.g. enable image streaming across all the node pools within the cluster. Structure is documented below.

Link copied to clipboard
val loggingVariant: Output<String>? = null

The type of logging agent that is deployed by default for newly created node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT. See Increasing logging agent throughput for more information.

Functions

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