Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromRestConfig ¶
func FromRestConfig(config *rest.Config, reuseConnection bool, timeout time.Duration, http1 bool) (http.RoundTripper, error)
FromRestConfig constructs a http.RoundTripper transport from the given rest Config object.
config: the given rest.Config object reuseConnection: true if the underlying TCP connection should be reused for multiple requests timeout: transport timeout http1: if true the transport will be configured to use HTTP/1.x protocol, otherwise http/2.0 will be used.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.