Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
Error represents a handler error. It provides methods for a HTTP status code and embeds the built-in error interface.
type HTTPError ¶
HTTPError represents an error with an associated HTTP status code.
type Server ¶
type Server struct { Logger *zap.SugaredLogger // contains filtered or unexported fields }
func NewWithCoreInterceptors ¶
func NewWithCoreInterceptors(sl corev1lister.SecretLister, l *zap.SugaredLogger) (*Server, error)
func (*Server) ExecuteInterceptor ¶
Click to show internal directories.
Click to hide internal directories.