Get Cluster Node Pool Default Node Config Default
data class GetClusterNodePoolDefaultNodeConfigDefault(val containerdConfigs: List<GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfig>, val gcfsConfigs: List<GetClusterNodePoolDefaultNodeConfigDefaultGcfsConfig>, val insecureKubeletReadonlyPortEnabled: String, val loggingVariant: String)
Constructors
Link copied to clipboard
constructor(containerdConfigs: List<GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfig>, gcfsConfigs: List<GetClusterNodePoolDefaultNodeConfigDefaultGcfsConfig>, insecureKubeletReadonlyPortEnabled: String, loggingVariant: String)
Properties
Link copied to clipboard
Parameters for containerd configuration.
Link copied to clipboard
GCFS configuration for this node.
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.