Add annotation for session affinity path
This commit is contained in:
parent
d53b492d73
commit
50b29feb4a
8 changed files with 105 additions and 7 deletions
|
|
@ -112,6 +112,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