Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MergeGateways (0.09 sec)

  1. pilot/pkg/model/push_context.go

    	// This supports the legacy behavior of selecting gateways by pod label selector
    	legacyGatewaySelector bool
    	instances             []ServiceTarget
    }
    
    func (ps *PushContext) mergeGateways(proxy *Proxy) *MergedGateway {
    	// this should never happen
    	if proxy == nil {
    		return nil
    	}
    	gatewayInstances := make([]gatewayWithInstances, 0)
    
    	var configs []config.Config
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top