GoogleApi.Container.V1.Model.LinuxNodeConfig (google_api_container v0.57.0)

View Source

Parameters that can be configured on Linux nodes.

Attributes

  • cgroupMode (type: String.t, default: nil) - cgroup_mode specifies the cgroup mode to be used on the node.
  • hugepages (type: GoogleApi.Container.V1.Model.HugepagesConfig.t, default: nil) - Optional. Amounts for 2M and 1G hugepages
  • sysctls (type: map(), default: nil) - 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.rmem_default 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 net.netfilter.nf_conntrack_max net.netfilter.nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait net.netfilter.nf_conntrack_tcp_timeout_time_wait net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct kernel.shmmni kernel.shmmax kernel.shmall vm.max_map_count

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.LinuxNodeConfig{
  cgroupMode: String.t() | nil,
  hugepages: GoogleApi.Container.V1.Model.HugepagesConfig.t() | nil,
  sysctls: map() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.