Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IsWaypointProxy (0.24 sec)

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

    			port:              port,
    			clusterName:       model.BuildInboundSubsetKey(int(port.TargetPort)),
    			bind:              actualWildcards[0],
    			bindToPort:        bindToPort,
    			hbone:             lb.node.IsWaypointProxy(),
    		}
    		// for inbound only generate a standalone listener when bindToPort=true
    		if bindToPort && conflictWithReservedListener(lb.node, nil, cc.bind, int(port.TargetPort), port.Protocol) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_builder.go

    		passThroughBindIPs: getPassthroughBindIPs(proxy.GetIPMode()),
    		supportsIPv4:       proxy.SupportsIPv4(),
    		supportsIPv6:       proxy.SupportsIPv6(),
    		sendHbone:          features.EnableHBONESend || proxy.IsWaypointProxy(),
    		locality:           proxy.Locality,
    		proxyLabels:        proxy.Labels,
    		proxyView:          proxy.GetView(),
    		proxyIPAddresses:   proxy.IPAddresses,
    		configNamespace:    proxy.ConfigNamespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
Back to top