Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pvcCollect (0.09 sec)

  1. pkg/controller/volume/persistentvolume/metrics/metrics.go

    	ch <- unboundPVCountDesc
    	ch <- boundPVCCountDesc
    	ch <- unboundPVCCountDesc
    }
    
    func (collector *pvAndPVCCountCollector) CollectWithStability(ch chan<- metrics.Metric) {
    	collector.pvCollect(ch)
    	collector.pvcCollect(ch)
    }
    
    func (collector *pvAndPVCCountCollector) getPVPluginName(pv *v1.PersistentVolume) string {
    	spec := volume.NewSpecFromPersistentVolume(pv, true)
    	fullPluginName := pluginNameNotAvailable
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 25 13:09:16 UTC 2022
    - 10.5K bytes
    - Viewed (0)
Back to top