Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Endpoint ¶
type Endpoint interface { URLForPath(path string) string CA() []byte HTTPClient() *http.Client Close() }
func NewExternalEndpoint ¶
func NewPortforwardEndpoint ¶
func NewPortforwardEndpoint(pf *portforward.Portforward, ca []byte) Endpoint
func NewProxyEndpoint ¶
type K8sService ¶
func (K8sService) Path ¶
func (s K8sService) Path() string
type ReplaceTransport ¶
type ReplaceTransport struct { PathPrepend string http.RoundTripper }
Click to show internal directories.
Click to hide internal directories.