Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewMetricsCsi (0.11 sec)

  1. pkg/volume/csi/csi_metrics.go

    	// the directory path the volume is mounted to.
    	targetPath string
    
    	// Volume handle or id
    	volumeID string
    
    	//csiClient with cache
    	csiClientGetter
    }
    
    // NewMetricsCsi creates a new metricsCsi with the Volume ID and path.
    func NewMetricsCsi(volumeID string, targetPath string, driverName csiDriverName) volume.MetricsProvider {
    	mc := &metricsCsi{volumeID: volumeID, targetPath: targetPath}
    	mc.csiClientGetter.driverName = driverName
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 06:07:40 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top