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

# Functions

DeleteStatusConfigMap deletes status configmap.
NewLogCollector creates new LogCollector.
NewStatusMapRecorder creates a LogEventRecorder creating events on status configmap.
WriteStatusConfigMap writes updates status ConfigMap with a given message or creates a new ConfigMap if it doesn't exist.

# Constants

ConfigMapLastUpdatedKey is the name of annotation informing about status ConfigMap last update.
Debug log level.
DefaultLogCollectorItemLifetime is the default time after which LogItem will be removed from LogCollector.
DefaultLogCollectorMaxItems defines default maximum size of LogCollector.
Error log level.
Info log level.
StatusConfigMapName is the name of ConfigMap with status.
Warning log level.

# Structs

LogCollector keeps recent log events.
LogEventRecorder records events on some top-level object, to give user (without access to logs) a view of most important CA actions.
LogItem is a single entry in log managed by LogCollector.

# Type aliases

LogLevel describes severity of log entry.