Add support for PathTypeExact
This commit is contained in:
parent
5559a59391
commit
a95d850384
8 changed files with 221 additions and 51 deletions
|
|
@ -224,6 +224,8 @@ type Location struct {
|
|||
// a '/'. If unspecified, the path defaults to a catch all sending
|
||||
// traffic to the backend.
|
||||
Path string `json:"path"`
|
||||
// PathType represents the type of path referred to by a HTTPIngressPath.
|
||||
PathType *networking.PathType `json:"pathType"`
|
||||
// IsDefBackend indicates if service specified in the Ingress
|
||||
// contains active endpoints or not. Returning true means the location
|
||||
// uses the default backend.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue