Struct k8s_openapi::api::core::v1::ClientIPConfig [−][src]
Expand description
ClientIPConfig represents the configurations of Client IP based session affinity.
Fields
timeout_seconds: Option<i32>
timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == “ClientIP”. Default value is 10800(for 3 hours).
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 ClientIPConfig
impl Send for ClientIPConfig
impl Sync for ClientIPConfig
impl Unpin for ClientIPConfig
impl UnwindSafe for ClientIPConfig
Blanket Implementations
Mutably borrows from an owned value. Read more