Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SupportsTunnel (0.09 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/workloads.go

    		// Configured for override
    		w.TunnelProtocol = workloadapi.TunnelProtocol_HBONE
    	}
    	// Otherwise supports tunnel directly
    	if model.SupportsTunnel(labels, model.TunnelHTTP) {
    		w.TunnelProtocol = workloadapi.TunnelProtocol_HBONE
    		w.NativeTunnel = true
    	}
    }
    
    func pickTrustDomain(mesh *MeshConfig) string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top