public sealed class LinuxNodeConfig : IMessage<LinuxNodeConfig>, IEquatable<LinuxNodeConfig>, IDeepCloneable<LinuxNodeConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class LinuxNodeConfig.
Parameters that can be configured on Linux nodes.
Implements
IMessageLinuxNodeConfig, IEquatableLinuxNodeConfig, IDeepCloneableLinuxNodeConfig, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.ContainerV1Assembly
Google.Cloud.Container.V1.dll
Constructors
LinuxNodeConfig()
public LinuxNodeConfig()
LinuxNodeConfig(LinuxNodeConfig)
public LinuxNodeConfig(LinuxNodeConfig other)
Parameter | |
---|---|
Name | Description |
other | LinuxNodeConfig |
Properties
CgroupMode
public LinuxNodeConfig.Types.CgroupMode CgroupMode { get; set; }
cgroup_mode specifies the cgroup mode to be used on the node.
Property Value | |
---|---|
Type | Description |
LinuxNodeConfigTypesCgroupMode |
Sysctls
public MapField<string, string> Sysctls { get; }
The Linux kernel parameters to be applied to the nodes and all pods running on the nodes.
The following parameters are supported.
net.core.busy_poll net.core.busy_read 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
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |