Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sourceRequestHost (0.27 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/proxy/transport.go

    // occurred, or if the URL matches the sourceRequestHost.
    func (t *Transport) rewriteURL(url *url.URL, sourceURL *url.URL, sourceRequestHost string) string {
    	// Example:
    	//      When API server processes a proxy request to a service (e.g. /api/v1/namespace/foo/service/bar/proxy/),
    	//      the sourceURL.Host (i.e. req.URL.Host) is the endpoint IP address of the service. The
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 8.8K bytes
    - Viewed (0)
Back to top