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