Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for endpointInfos (0.26 sec)

  1. pkg/proxy/nftables/proxier.go

    		}
    
    		// Generate the per-endpoint chains
    		for _, ep := range allLocallyReachableEndpoints {
    			epInfo, ok := ep.(*endpointInfo)
    			if !ok {
    				proxier.logger.Error(nil, "Failed to cast endpointInfo", "endpointInfo", ep)
    				continue
    			}
    
    			endpointChain := epInfo.chainName
    
    			// Handle traffic that loops back to the originator with SNAT.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
Back to top