Documentation ¶
Index ¶
Constants ¶
View Source
const (
CertificateInfoHeader = "X-Forwarded-Client-Cert"
)
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(proxyHandler ProxyHandler) http.Handler
func NewProxyHandler ¶
func NewProxyHandler( group string, tenant string, eventServicePathPrefixV1 string, eventServicePathPrefixV2 string, eventServiceHost string, eventMeshPathPrefix string, eventMeshHost string, appRegistryPathPrefix string, appRegistryHost string, applicationGetter ApplicationGetter, cache Cache) *proxyHandler
Types ¶
type ApplicationGetter ¶
type ApplicationGetter interface {
Get(name string, options metav1.GetOptions) (*v1alpha1.Application, error)
}
type ProxyHandler ¶
type ProxyHandler interface {
ProxyAppConnectorRequests(w http.ResponseWriter, r *http.Request)
}
Click to show internal directories.
Click to hide internal directories.