Clean up unused type HealthcheckType.

This commit is contained in:
Mengjiao Liu 2023-11-28 16:24:12 +08:00
parent ad9b60e2c9
commit 2d943801ad

View File

@ -28,8 +28,6 @@ const (
Error HealthcheckStatus = "error"
)
type HealthcheckType string
var (
// healthcheck is a Prometheus Gauge metrics used for recording the results of a k8s healthcheck.
healthcheck = k8smetrics.NewGaugeVec(