Class LinuxNodeConfig (2.10.7)

LinuxNodeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Parameters that can be configured on Linux nodes.

Attribute

NameDescription
sysctls Sequence[google.cloud.container_v1.types.LinuxNodeConfig.SysctlsEntry]
The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse

Inheritance

builtins.object > proto.message.Message > LinuxNodeConfig

Classes

SysctlsEntry

SysctlsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.