Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dialer ¶
type Dialer interface {
DialContext(ctx context.Context, network, address string) (net.Conn, error)
}
func NewDialer ¶
NewDialer returns a Dialer which can dial a customer cluster API server. When not in local development mode, there is no magic here. In local development mode, this dials the development proxy, which proxies to the requested endpoint. This enables the RP to run without routeability to its vnet in local development mode.
Click to show internal directories.
Click to hide internal directories.