Versions in this module Expand all Collapse all v0 v0.0.2 Apr 30, 2020 v0.0.1 Apr 15, 2020 Changes in this version + func Create(proxyHandler http.Handler, injectors ...injector.Injector) http.HandlerFunc + func Error(w http.ResponseWriter, r *http.Request, err error) + func Patch(proxyHandler http.Handler, client kubernetes.Interface, ...) http.HandlerFunc + type BodyReadError struct + Err error + func (e *BodyReadError) Error() string + func (e *BodyReadError) Unwrap() error + type InjectorError struct + Err error + func (e *InjectorError) Error() string + func (e *InjectorError) Unwrap() error + type PatchApplyError struct + Err error + Strategy string + Type string + func (e *PatchApplyError) Error() string + func (e *PatchApplyError) Unwrap() error + type PatchCreateError struct + Err error + Strategy string + Type string + func (e *PatchCreateError) Error() string + func (e *PatchCreateError) Unwrap() error + type SecretDecodeError struct + Err error + func (e *SecretDecodeError) Error() string + func (e *SecretDecodeError) Unwrap() error + type SecretEncodeError struct + Err error + func (e *SecretEncodeError) Error() string + func (e *SecretEncodeError) Unwrap() error + type SecretGetError struct + Err error + func (e *SecretGetError) Error() string + func (e *SecretGetError) Unwrap() error