correct spelling
This commit is contained in:
parent
df00b03a70
commit
8f5d58f785
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ type Backend struct {
|
|||
SSLPassthrough bool `json:"sslPassthrough"`
|
||||
// Endpoints contains the list of endpoints currently running
|
||||
Endpoints []Endpoint `json:"endpoints,omitempty"`
|
||||
// StickySessionAffinitySession contains the StickyConfig object with stickness configuration
|
||||
// StickySessionAffinitySession contains the StickyConfig object with stickyness configuration
|
||||
SessionAffinity SessionAffinityConfig `json:"sessionAffinityConfig"`
|
||||
// Consistent hashing by NGINX variable
|
||||
UpstreamHashBy string `json:"upstream-hash-by,omitempty"`
|
||||
|
|
Loading…
Reference in a new issue