Refactor ingress nginx variables
This commit is contained in:
parent
6d90b5e10a
commit
9c0a39636d
4 changed files with 15 additions and 4 deletions
|
|
@ -232,6 +232,8 @@ type Location struct {
|
|||
IsDefBackend bool `json:"isDefBackend"`
|
||||
// Ingress returns the ingress from which this location was generated
|
||||
Ingress *Ingress `json:"ingress"`
|
||||
// IngressPath original path defined in the ingress rule
|
||||
IngressPath string `json:"ingressPath"`
|
||||
// Backend describes the name of the backend to use.
|
||||
Backend string `json:"backend"`
|
||||
// Service describes the referenced services from the ingress
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue