Merge pull request #122083 from mengjiao-liu/cleanup-HealthcheckType

Clean up unused type `HealthcheckType`.
This commit is contained in:
Kubernetes Prow Robot 2023-12-18 08:33:40 +01:00 committed by GitHub
commit 38e715de26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(