Documentation ¶
Index ¶
- func GetMultiClusterContext(ctx context.Context) (string, bool)
- func NewClusterGatewayRoundTripper(delegate http.RoundTripper) http.RoundTripper
- func NewStrictClusterGatewayRoundTripper(delegate http.RoundTripper, fallback bool) http.RoundTripper
- func WithMultiClusterContext(ctx context.Context, clusterName string) context.Context
- type ProxyPathPrependingClusterGatewayRoundTripper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterGatewayRoundTripper ¶
func NewClusterGatewayRoundTripper(delegate http.RoundTripper) http.RoundTripper
func NewStrictClusterGatewayRoundTripper ¶
func NewStrictClusterGatewayRoundTripper(delegate http.RoundTripper, fallback bool) http.RoundTripper
Types ¶
type ProxyPathPrependingClusterGatewayRoundTripper ¶
type ProxyPathPrependingClusterGatewayRoundTripper interface { http.RoundTripper NewRoundTripper(delegate http.RoundTripper) http.RoundTripper }
func NewProxyPathPrependingClusterGatewayRoundTripper ¶
func NewProxyPathPrependingClusterGatewayRoundTripper(clusterName string) ProxyPathPrependingClusterGatewayRoundTripper
Click to show internal directories.
Click to hide internal directories.