Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExtractWorkloadsFromAddresses (0.2 sec)

  1. pilot/pkg/model/push_context.go

    	// We should get 0 or 1 workloads, so just return the first.
    	infos, _ := ps.ambientIndex.AddressInformation(sets.New(n.String() + "/" + ip))
    	for _, wl := range ExtractWorkloadsFromAddresses(infos) {
    		if wl.TunnelProtocol == workloadapi.TunnelProtocol_HBONE {
    			return true
    		}
    	}
    	return false
    }
    
    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