Struct k8s_openapi::v1_11::api::core::v1::Sysctl[][src]

pub struct Sysctl {
    pub name: String,
    pub value: String,
}

Sysctl defines a kernel parameter to be set

Fields

Name of a property to set

Value of a property to set

Trait Implementations

impl Clone for Sysctl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Sysctl
[src]

Formats the value using the given formatter. Read more

impl Default for Sysctl
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Sysctl
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for Sysctl
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Sysctl
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Sysctl

impl Sync for Sysctl