Documentation ¶
Overview ¶
Package handler provides a virtual workspace server that operates at the level of one http.Handler, allowing for low-level transformations of the incoming requests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerFactory ¶
type HandlerFactory func(rootAPIServerConfig genericapiserver.CompletedConfig) (http.Handler, error)
HandlerFactory creates an HTTP handler using the root API server configuration, for dynamic registration.
type VirtualWorkspace ¶
type VirtualWorkspace struct { framework.RootPathResolver authorizer.Authorizer framework.ReadyChecker HandlerFactory }
func (*VirtualWorkspace) Register ¶
func (v *VirtualWorkspace) Register(vwName string, rootAPIServerConfig genericapiserver.CompletedConfig, delegateAPIServer genericapiserver.DelegationTarget) (genericapiserver.DelegationTarget, error)
Click to show internal directories.
Click to hide internal directories.