package metrics
import "k8s.io/kubernetes/pkg/controller/volume/persistentvolume/metrics"
Index ¶
Functions ¶
func Register ¶
Register all metrics for pv controller.
Types ¶
type PVCLister ¶
type PVCLister interface {
List() []interface{}
}
PVCLister used to list persistent volume claims.
type PVLister ¶
type PVLister interface {
List() []interface{}
}
PVLister used to list persistent volumes.
Source Files ¶
metrics.go
- Version
- v1.11.0-beta.0
- Published
- May 17, 2018
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 2 minutes ago –
Tools for package owners.