Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for French (0.1 sec)

  1. pkg/workloadapi/workload.pb.go

    	//
    	// Types that are assignable to Destination:
    	//
    	//	*GatewayAddress_Hostname
    	//	*GatewayAddress_Address
    	Destination isGatewayAddress_Destination `protobuf_oneof:"destination"`
    	// port to reach the gateway at for mTLS HBONE connections
    	HboneMtlsPort uint32 `protobuf:"varint,3,opt,name=hbone_mtls_port,json=hboneMtlsPort,proto3" json:"hbone_mtls_port,omitempty"`
    }
    
    func (x *GatewayAddress) Reset() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  2. tests/integration/ambient/baseline_test.go

    								"IngressHttpPort": ports[i],
    							})).
    							Run(func(t framework.TestContext, from echo.Instance, to echo.Target) {
    								// TODO validate L7 processing/some headers indicating we reach the svc we wanted
    								from.CallOrFail(t, echo.CallOptions{
    									Address: "111.111.222.222",
    									Port:    to.PortForName("http"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top