Sha256: 0684d9ddb58478e185a4def8710dad453417d0f152d8f03889dec576ff136041
Contents?: true
Size: 534 Bytes
Versions: 1
Compression:
Stored size: 534 Bytes
Contents
# Zilla::IoK8sApiCoreV1ClientIPConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **timeout_seconds** | **Integer** | 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). | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1ClientIPConfig.new( timeout_seconds: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1ClientIPConfig.md |