package app
import "k8s.io/kubernetes/cmd/controller-manager/app"
Index ¶
- func BuildHandlerChain(apiHandler http.Handler, authorizationInfo *apiserver.AuthorizationInfo, authenticationInfo *apiserver.AuthenticationInfo) http.Handler
- func NewBaseHandler(c *apiserverconfig.DebuggingConfiguration, checks ...healthz.HealthzChecker) *mux.PathRecorderMux
- func WaitForAPIServer(client clientset.Interface, timeout time.Duration) error
Functions ¶
func BuildHandlerChain ¶
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 ¶
func NewBaseHandler(c *apiserverconfig.DebuggingConfiguration, checks ...healthz.HealthzChecker) *mux.PathRecorderMux
NewBaseHandler takes in CompletedConfig and returns a handler.
func WaitForAPIServer ¶
WaitForAPIServer waits for the API Server's /healthz endpoint to report "ok" with timeout.
Source Files ¶
helper.go serve.go
Directories ¶
Path | Synopsis |
---|---|
cmd/controller-manager/app/options |
- Version
- v1.13.9-beta.0
- Published
- Jul 8, 2019
- Platform
- js/wasm
- Imports
- 18 packages
- Last checked
- 25 seconds ago –
Tools for package owners.