Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Warn(args ...interface{}) Warnf(template string, args ...interface{}) }
type MetricsOptions ¶
type System ¶
func (*System) RegisterChecker ¶
func (s *System) RegisterChecker(component string, checker healthz.HealthChecker) error
type VersionInfoHandler ¶
type VersionInfoHandler struct { CommitSHA string `json:"CommitSHA,omitempty"` Version string `json:"Version,omitempty"` }
func (*VersionInfoHandler) ServeHTTP ¶
func (m *VersionInfoHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.