Versions in this module Expand all Collapse all v0 v0.0.2 Jun 7, 2023 Changes in this version type HttpProxy + func (h *HttpProxy) Close() v0.0.1 Jun 7, 2023 Changes in this version + const DefaultBodyLimit + var DefaultOptions = Options + var ErrServiceNotRegistered = errors.New("service is not registered") + type HttpProxy struct + func New(opts Options) *HttpProxy + func (h *HttpProxy) RegisterOrUpdate(dst RequestClone) error + func (h *HttpProxy) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (h *HttpProxy) Unregister(obj client.ObjectKey) error + type Options struct + BodySizeLimit int64 + Client *http.Client + Logger logr.Logger + type RequestClone struct + Host string + Object client.ObjectKey + Port int32 + Service string