Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parsePodVolumeStats (0.15 sec)

  1. pkg/kubelet/server/stats/volume_stat_calculator.go

    	}
    
    	// Store the new stats
    	s.latest.Store(PodVolumeStats{EphemeralVolumes: ephemeralStats,
    		PersistentVolumes: persistentStats})
    }
    
    // parsePodVolumeStats converts (internal) volume.Metrics to (external) stats.VolumeStats structures
    func (s *volumeStatCalculator) parsePodVolumeStats(podName string, pvcRef *stats.PVCReference, metric *volume.Metrics, volSpec v1.Volume) stats.VolumeStats {
    
    	var (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 29 00:55:10 UTC 2022
    - 7.1K bytes
    - Viewed (0)
Back to top