ClusterNodePoolDefaultsNodeConfigDefaults

data class ClusterNodePoolDefaultsNodeConfigDefaults(val containerdConfig: ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfig? = null, val gcfsConfig: ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfig? = null, val insecureKubeletReadonlyPortEnabled: String? = null, val loggingVariant: String? = null)

Constructors

constructor(containerdConfig: ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfig? = null, gcfsConfig: ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfig? = null, insecureKubeletReadonlyPortEnabled: String? = null, loggingVariant: String? = null)

Types

Link copied to clipboard
object Companion

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

Controls whether the kubelet read-only port is enabled for newly created node pools in the cluster. It is strongly recommended to set this to FALSE. Possible values: TRUE, FALSE.

Link copied to clipboard
val loggingVariant: 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.