NodeConfigDefaults(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Subset of NodeConfig message that has defaults.
Attributes |
|
---|---|
Name | Description |
gcfs_config |
google.cloud.container_v1.types.GcfsConfig
GCFS (Google Container File System, also known as Riptide) options. |
logging_config |
google.cloud.container_v1.types.NodePoolLoggingConfig
Logging configuration for node pools. |
containerd_config |
google.cloud.container_v1.types.ContainerdConfig
Parameters for containerd customization. |
node_kubelet_config |
google.cloud.container_v1.types.NodeKubeletConfig
NodeKubeletConfig controls the defaults for new node-pools. Currently only insecure_kubelet_readonly_port_enabled
can be set here.
|