const aggregatorComponent …
type certKeyFunc …
type proxyHandler …
type proxyHandlingInfo …
func proxyError(w http.ResponseWriter, req *http.Request, error string, code int) { … }
func (r *proxyHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { … }
type responder …
func (r *responder) Object(statusCode int, obj runtime.Object) { … }
func (r *responder) Error(_ http.ResponseWriter, _ *http.Request, err error) { … }
func (r *proxyHandler) setServiceAvailable() { … }
func (r *proxyHandler) updateAPIService(apiService *apiregistrationv1api.APIService) { … }