Add healthz checker
This commit is contained in:
parent
d1fb96ac10
commit
478d51c827
5 changed files with 37 additions and 23 deletions
|
|
@ -55,6 +55,14 @@ package ingress
|
|||
// return ingress.NewStandardDefaults()
|
||||
// }
|
||||
//
|
||||
// func (n DummyController) Name() string {
|
||||
// return "dummy Controller"
|
||||
// }
|
||||
//
|
||||
// func (n DummyController) Check(_ *http.Request) error {
|
||||
// return nil
|
||||
// }
|
||||
//
|
||||
// func (dc DummyController) Info() *BackendInfo {
|
||||
// Name: "dummy",
|
||||
// Release: "0.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue