package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Client_ip_config represents the configurations of Client Ip based session affinity.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?timeout_seconds:int -> unit -> t
val timeout_seconds : t -> int option

timeout_seconds specifies the seconds of Client_ip type session sticky time. The value must be >0 && <=86400(for 1 day) if Service_affinity == "client_ip". Default value is 10800(for 3 hours).

module Object : Object.S with type value := t