Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for HasAnyWaypointProxy (0.57 sec)

  1. tests/integration/ambient/baseline_test.go

    							if from.Config().HasProxyCapabilities() && !from.Config().HasAnyWaypointProxy() {
    								if from.Config().HasSidecar() && !opts.To.Config().HasProxyCapabilities() {
    									// Sidecar respects it ISTIO_MUTUAL, will only send mTLS
    									return false
    								}
    								return true
    							}
    							if !from.Config().HasProxyCapabilities() && opts.To.Config().HasAnyWaypointProxy() {
    								// TODO: support hairpin
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/config.go

    	} else if c.IsExternal() {
    		return External
    	} else if c.IsStatefulSet() {
    		return StatefulSet
    	} else if c.IsSotw() {
    		return Sotw
    	} else if c.HasAnyWaypointProxy() {
    		return Waypoint
    	} else if c.ZTunnelCaptured() && !c.HasAnyWaypointProxy() {
    		return Captured
    	}
    	if c.IsHeadless() {
    		return Headless
    	}
    	return Standard
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top