kubernetes/pkg/kubelet/metrics/collectors/volume_stats.go

var volumeStatsCapacityBytesDesc

var volumeStatsAvailableBytesDesc

var volumeStatsUsedBytesDesc

var volumeStatsInodesDesc

var volumeStatsInodesFreeDesc

var volumeStatsInodesUsedDesc

var volumeStatsHealthAbnormalDesc

type volumeStatsCollector

var _

// NewVolumeStatsCollector creates a volume stats metrics.StableCollector.
func NewVolumeStatsCollector(statsProvider serverstats.Provider) metrics.StableCollector {}

// DescribeWithStability implements the metrics.StableCollector interface.
func (collector *volumeStatsCollector) DescribeWithStability(ch chan<- *metrics.Desc) {}

// CollectWithStability implements the metrics.StableCollector interface.
func (collector *volumeStatsCollector) CollectWithStability(ch chan<- metrics.Metric) {}

func convertBoolToFloat64(boolVal bool) float64 {}