Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ToChain (0.1 sec)

  1. pilot/pkg/networking/core/listener_waypoint.go

    					TCP:  match.ToChain(tcpName),
    					HTTP: match.ToChain(httpName),
    				}))
    			} else if port.Protocol.IsHTTP() {
    				// Otherwise, just insert HTTP/TCP
    				chains = append(chains, httpChain)
    				portMapper.Map[portString] = match.ToChain(httpChain.Name)
    			} else {
    				chains = append(chains, tcpChain)
    				portMapper.Map[portString] = match.ToChain(tcpChain.Name)
    			}
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top