Struct k8s_openapi::v1_9::api::core::v1::ClientIPConfig [−][src]
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
impl Clone for ClientIPConfig
[src]
impl Clone for ClientIPConfig
fn clone(&self) -> ClientIPConfig
[src]
fn clone(&self) -> ClientIPConfig
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for ClientIPConfig
[src]
impl Debug for ClientIPConfig
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for ClientIPConfig
[src]
impl Default for ClientIPConfig
fn default() -> ClientIPConfig
[src]
fn default() -> ClientIPConfig
Returns the "default value" for a type. Read more
impl PartialEq for ClientIPConfig
[src]
impl PartialEq for ClientIPConfig
fn eq(&self, other: &ClientIPConfig) -> bool
[src]
fn eq(&self, other: &ClientIPConfig) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ClientIPConfig) -> bool
[src]
fn ne(&self, other: &ClientIPConfig) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for ClientIPConfig
[src]
impl<'de> Deserialize<'de> for ClientIPConfig
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for ClientIPConfig
[src]
impl Serialize for ClientIPConfig
Auto Trait Implementations
impl Send for ClientIPConfig
impl Send for ClientIPConfig
impl Sync for ClientIPConfig
impl Sync for ClientIPConfig