Versions in this module Expand all Collapse all v0 v0.0.1 Apr 21, 2020 Changes in this version + type Client struct + func (c *Client) Do(req *http.Request) (*http.Response, error) + func (c *Client) NewRequest(method, path string, body io.Reader) (*http.Request, error) + type HTTPProxy struct + func New(config *rest.Config) (*HTTPProxy, error) + func (p *HTTPProxy) NewClient(namespace string, pod string, port int) *Client + func (p *HTTPProxy) NewClientWithPath(namespace string, pod string, port int, path string) *Client + func (p *HTTPProxy) NewSecureClient(namespace string, pod string, port int) *Client + func (p *HTTPProxy) NewSecureClientWithPath(namespace string, pod string, port int, path string) *Client