mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
rebase: update kubernetes to 1.26.1
update kubernetes and its dependencies to v1.26.1 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
e9e33fb851
commit
9c8de9471e
6
vendor/k8s.io/component-base/metrics/wrappers.go
generated
vendored
6
vendor/k8s.io/component-base/metrics/wrappers.go
generated
vendored
@ -145,6 +145,12 @@ type Gatherer interface {
|
||||
prometheus.Gatherer
|
||||
}
|
||||
|
||||
// Registerer is the interface for the part of a registry in charge of registering
|
||||
// the collected metrics.
|
||||
type Registerer interface {
|
||||
prometheus.Registerer
|
||||
}
|
||||
|
||||
// GaugeFunc is a Gauge whose value is determined at collect time by calling a
|
||||
// provided function.
|
||||
//
|
||||
|
Reference in New Issue
Block a user