python/kubernetes/docs/V1ClientIPConfig.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

652 B

V1ClientIPConfig

ClientIPConfig represents the configurations of Client IP based session affinity.

Properties

Name Type Description Notes
timeout_seconds int timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == &quot;ClientIP&quot;. Default value is 10800(for 3 hours). [optional]

[Back to Model list] [Back to API list] [Back to README]