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 SessionAffinityConfig
impl Send for SessionAffinityConfig
impl Sync for SessionAffinityConfig
impl Unpin for SessionAffinityConfig
impl UnwindSafe for SessionAffinityConfig
Blanket Implementations
Mutably borrows from an owned value. Read more