Struct k8s_openapi::api::core::v1::SessionAffinityConfig [−][src]
pub struct SessionAffinityConfig {
pub client_ip: Option<ClientIPConfig>,
}Expand description
SessionAffinityConfig represents the configurations of session affinity.
Fields
client_ip: Option<ClientIPConfig>clientIP contains the configurations of Client IP based session affinity.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SessionAffinityConfigimpl Send for SessionAffinityConfigimpl Sync for SessionAffinityConfigimpl Unpin for SessionAffinityConfigimpl UnwindSafe for SessionAffinityConfigBlanket Implementations
Mutably borrows from an owned value. Read more