Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InstallDefaultHandlers (0.13 sec)

  1. pkg/kubelet/server/server.go

    	if s.metricsMethodBuckets.Has(method) {
    		return method
    	}
    	return "other"
    }
    
    // InstallDefaultHandlers registers the default set of supported HTTP request
    // patterns with the restful Container.
    func (s *Server) InstallDefaultHandlers() {
    	s.addMetricsBucketMatcher("healthz")
    	healthz.InstallHandler(s.restfulCont,
    		healthz.PingHealthz,
    		healthz.LogHealthz,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 40.1K bytes
    - Viewed (0)
Back to top