package
0.1.2
Repository: https://github.com/gardener/pvc-autoscaler.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Constants

KubeletVolumeStatsAvailableBytes is a metric which returns the available bytes in the volumes.
KubeletVolumeStatsCapacityBytes is a metric which returns the capacity in bytes of the volumes.
KubeletVolumeStatsInodes is a metric which returns the maximum number of inodes in the volumes.
KubeletVolumeStatusInodesFree is a metric which returns the number of free inodes in the volumes.

# Variables

ErrCapacityIsZero is an error which is returned when the capacity of [VolumeInfo] is zero and trying to calculate the percentage of free/used space/inodes is not possible.

# Structs

VolumeInfo provides stats about a persistent volume claim.

# Interfaces

Source represents a source for retrieving metrics about persistent volumes claims.

# Type aliases

Metrics is a collection of metrics about persistent volume claims grouped by [types.NamespacedName].