Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InstallPathHandler (0.11 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/healthz/healthz.go

    	InstallPathHandler(mux, "/livez", checks...)
    }
    
    // InstallPathHandler registers handlers for health checking on
    // a specific path to mux. *All handlers* for the path must be
    // specified in exactly one call to InstallPathHandler. Calling
    // InstallPathHandler more than once for the same path and mux will
    // result in a panic.
    func InstallPathHandler(mux mux, path string, checks ...HealthChecker) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 19:11:24 UTC 2024
    - 10.5K bytes
    - Viewed (0)
Back to top