1
0
Fork 0

Add namespace attribute on IngressRouteTCP service

This commit is contained in:
Jean-Baptiste Doumenjou 2020-01-14 12:14:05 +01:00 committed by Traefiker Bot
parent cac76a182e
commit 4f52691f71
7 changed files with 162 additions and 1 deletions

View file

@ -46,6 +46,7 @@ type TLSOptionTCPRef struct {
// ServiceTCP defines an upstream to proxy traffic.
type ServiceTCP struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
Port int32 `json:"port"`
Weight *int `json:"weight,omitempty"`
TerminationDelay *int `json:"terminationDelay,omitempty"`