Class LinuxNodeConfig
Parameters that can be configured on Linux nodes.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class LinuxNodeConfig : IDirectResponseSchema
Properties
CgroupMode
cgroup_mode specifies the cgroup mode to be used on the node.
Declaration
[JsonProperty("cgroupMode")]
public virtual string CgroupMode { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hugepages
Optional. Amounts for 2M and 1G hugepages
Declaration
[JsonProperty("hugepages")]
public virtual HugepagesConfig Hugepages { get; set; }
Property Value
Type | Description |
---|---|
HugepagesConfig |
Sysctls
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
Declaration
[JsonProperty("sysctls")]
public virtual IDictionary<string, string> Sysctls { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |