mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
Clean up unused type HealthcheckType
.
This commit is contained in:
parent
ad9b60e2c9
commit
2d943801ad
@ -28,8 +28,6 @@ const (
|
|||||||
Error HealthcheckStatus = "error"
|
Error HealthcheckStatus = "error"
|
||||||
)
|
)
|
||||||
|
|
||||||
type HealthcheckType string
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// healthcheck is a Prometheus Gauge metrics used for recording the results of a k8s healthcheck.
|
// healthcheck is a Prometheus Gauge metrics used for recording the results of a k8s healthcheck.
|
||||||
healthcheck = k8smetrics.NewGaugeVec(
|
healthcheck = k8smetrics.NewGaugeVec(
|
||||||
|
Loading…
Reference in New Issue
Block a user