Struct k8s_openapi::v1_10::api::core::v1::SessionAffinityConfig[][src]

pub struct SessionAffinityConfig {
    pub client_ip: Option<ClientIPConfig>,
}

SessionAffinityConfig represents the configurations of session affinity.

Fields

clientIP contains the configurations of Client IP based session affinity.

Trait Implementations

impl Clone for SessionAffinityConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SessionAffinityConfig
[src]

Formats the value using the given formatter. Read more

impl Default for SessionAffinityConfig
[src]

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

impl PartialEq for SessionAffinityConfig
[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 SessionAffinityConfig
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for SessionAffinityConfig
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations