Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HasServiceAddressedWaypointProxy (0.31 sec)

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

    }
    
    func (c Config) HasAnyWaypointProxy() bool {
    	return c.ServiceWaypointProxy != "" || c.WorkloadWaypointProxy != ""
    }
    
    func (c Config) HasServiceAddressedWaypointProxy() bool {
    	return c.ServiceWaypointProxy != ""
    }
    
    func (c Config) HasWorkloadAddressedWaypointProxy() bool {
    	return c.WorkloadWaypointProxy != ""
    }
    
    func (c Config) HasSidecar() bool {
    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