Documentation ¶
Index ¶
- func BuildHandlerChain(apiHandler http.Handler, authorizationInfo *apiserver.AuthorizationInfo, ...) http.Handler
- func NewBaseHandler(c *componentconfig.DebuggingConfiguration, checks ...healthz.HealthzChecker) http.Handler
- func WaitForAPIServer(client clientset.Interface, timeout time.Duration) error
- type InsecureServingInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildHandlerChain ¶ added in v1.11.0
func BuildHandlerChain(apiHandler http.Handler, authorizationInfo *apiserver.AuthorizationInfo, authenticationInfo *apiserver.AuthenticationInfo) http.Handler
BuildHandlerChain builds a handler chain with a base handler and CompletedConfig.
func NewBaseHandler ¶ added in v1.11.0
func NewBaseHandler(c *componentconfig.DebuggingConfiguration, checks ...healthz.HealthzChecker) http.Handler
NewBaseHandler takes in CompletedConfig and returns a handler.
Types ¶
type InsecureServingInfo ¶
type InsecureServingInfo struct { // Listener is the secure server network listener. Listener net.Listener // optional server name for log messages Name string }
InsecureServingInfo is the main context object for the insecure http server.
Click to show internal directories.
Click to hide internal directories.