Canary.spec.service.trafficPolicy.loadBalancer.consistentHash.spec.analysis.sessionAffinity
SessionAffinity represents the session affinity settings for a canary run.
| Field / Type | Description |
|---|---|
cookieName | CookieName is the key that will be used for the session affinity cookie. |
domain | Domain defines the host to which the cookie will be sent. |
httpOnly | HttpOnly forbids JavaScript from accessing the cookie, for example, through the Document.cookie property. |
maxAge | MaxAge indicates the number of seconds until the session affinity cookie will expire.
|
partitioned | Partitioned indicates that the cookie should be stored using partitioned storage. |
path | Path indicates the path that must exist in the requested URL for the browser to send the Cookie header. |
primaryCookieName | CookieName is the key that will be used for the session affinity cookie. |
sameSite | SameSite controls whether or not a cookie is sent with cross-site requests.
|
secure | Secure indicates that the cookie is sent to the server only when a request is made with the https: scheme (except on localhost) |