Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WaypointClient (0.15 sec)

  1. pkg/test/framework/components/echo/config.go

    		!c.HasWorkloadAddressedWaypointProxy() &&
    		!c.ZTunnelCaptured() &&
    		!c.DualStack
    }
    
    // WaypointClient means the client supports HBONE and does zTunnel redirection.
    // Currently, only zTunnel captured sources do this. Eventually this might be enabled
    // for ingress and/or sidecars.
    func (c Config) WaypointClient() bool {
    	return c.ZTunnelCaptured() && !c.IsUncaptured()
    }
    
    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