package
3.11.0+incompatible
Repository: https://github.com/openshift/kubernetes-autoscaler.git
Documentation: pkg.go.dev

# Functions

NewLoggingQuota returns a quota object with limit & left set to the passed value.
Over reports whether quota for logging was exceeded.
PodsLoggingQuota returns a new quota with default limit for pods at current verbosity.
UpTo decreases quota for logging and reports whether there was any left.
V calls V from glog and wraps the result into glogx.Verbose.

# Constants

MaxPodsLogged is the maximum number of pods for which we will log detailed information every loop at verbosity < 5.
MaxPodsLoggedV5 is the maximum number of pods for which we will log detailed information every loop at verbosity >= 5.

# Type aliases

Verbose is a wrapper for glog.Verbose that implements UpTo and Over.