Merge pull request #3372 from Shopify/session-cookie-path
Add annotation for session affinity path
This commit is contained in:
commit
82721e575d
8 changed files with 105 additions and 7 deletions
|
|
@ -143,6 +143,7 @@ type CookieSessionAffinity struct {
|
|||
Expires string `json:"expires,omitempty"`
|
||||
MaxAge string `json:"maxage,omitempty"`
|
||||
Locations map[string][]string `json:"locations,omitempty"`
|
||||
Path string `json:"path,omitempty"`
|
||||
}
|
||||
|
||||
// Endpoint describes a kubernetes endpoint in a backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue