Struct gapi_grpc::google::container::v1beta1::LinuxNodeConfig[][src]

pub struct LinuxNodeConfig {
    pub sysctls: HashMap<String, String>,
}

Parameters that can be configured on Linux nodes.

Fields

sysctls: HashMap<String, String>

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

Trait Implementations

impl Clone for LinuxNodeConfig[src]

impl Debug for LinuxNodeConfig[src]

impl Default for LinuxNodeConfig[src]

impl Message for LinuxNodeConfig[src]

impl PartialEq<LinuxNodeConfig> for LinuxNodeConfig[src]

impl StructuralPartialEq for LinuxNodeConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for LinuxNodeConfig

impl Send for LinuxNodeConfig

impl Sync for LinuxNodeConfig

impl Unpin for LinuxNodeConfig

impl UnwindSafe for LinuxNodeConfig

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]