Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    			passthrough := cb.buildInboundPassthroughCluster()
    			ips := sets.New[string]()
    			ips.Insert(passthrough.GetUpstreamBindConfig().GetSourceAddress().Address)
    			for _, extra := range passthrough.GetUpstreamBindConfig().GetExtraSourceAddresses() {
    				ips.Insert(extra.GetAddress().GetAddress())
    			}
    			want := sets.New[string]()
    			if tt.ipv4Expected {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
Back to top