GetClusterNodePoolDefaultNodeConfigDefault

data class GetClusterNodePoolDefaultNodeConfigDefault(val containerdConfigs: List<GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfig>, val gcfsConfigs: List<GetClusterNodePoolDefaultNodeConfigDefaultGcfsConfig>, val insecureKubeletReadonlyPortEnabled: String, val loggingVariant: String)

Constructors

constructor(containerdConfigs: List<GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfig>, gcfsConfigs: List<GetClusterNodePoolDefaultNodeConfigDefaultGcfsConfig>, insecureKubeletReadonlyPortEnabled: String, loggingVariant: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to FALSE. Possible values: TRUE, FALSE.

Link copied to clipboard

Type of logging agent that is used as the default value for node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT.