Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createGatewayTCPFilterChainOpts (0.16 sec)

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

    				// For network filters such as mysql, mongo, etc., we need the filter codec upfront. Data from this
    				// codec is used by RBAC later.
    				// This is the case of TCP or PASSTHROUGH.
    				tcpChainOpts := builder.createGatewayTCPFilterChainOpts(
    					server, port.Number, mergedGateway.GatewayNameForServer[server], tlsHostsByPort)
    				opts.filterChainOpts = append(opts.filterChainOpts, tcpChainOpts...)
    			}
    		}
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 46.4K bytes
    - Viewed (0)
Back to top